1. 22 7月, 2003 1 次提交
  2. 21 7月, 2003 1 次提交
  3. 21 3月, 2003 1 次提交
  4. 20 3月, 2003 1 次提交
  5. 28 2月, 2003 1 次提交
  6. 29 11月, 2002 1 次提交
  7. 28 11月, 2002 1 次提交
  8. 22 11月, 2002 1 次提交
  9. 13 11月, 2002 1 次提交
  10. 29 10月, 2002 1 次提交
  11. 28 10月, 2002 1 次提交
  12. 25 9月, 2002 1 次提交
  13. 23 9月, 2002 1 次提交
  14. 12 8月, 2002 1 次提交
  15. 09 8月, 2002 1 次提交
    • B
      ECC ciphersuite support · ea262260
      Bodo Möller 提交于
      Submitted by: Douglas Stebila <douglas.stebila@sun.com>
      (Authors: Vipul Gupta and Sumit Gupta, Sun Microsystems Laboratories)
      ea262260
  16. 02 8月, 2002 1 次提交
  17. 30 7月, 2002 2 次提交
    • L
      Typo. · dd7ab82e
      Lutz Jänicke 提交于
      Submitted by: Jeffrey Altman <jaltman@columbia.edu>
      Reviewed by:
      PR: 169
      dd7ab82e
    • L
      OpenSSL Security Advisory [30 July 2002] · c046fffa
      Lutz Jänicke 提交于
      Changes marked "(CHATS)" were sponsored by the Defense Advanced
      Research Projects Agency (DARPA) and Air Force Research Laboratory,
      Air Force Materiel Command, USAF, under agreement number
      F30602-01-2-0537.
      c046fffa
  18. 10 7月, 2002 1 次提交
    • L
      Reorder inclusion of header files: · 7b63c0fa
      Lutz Jänicke 提交于
      des_old.h redefines crypt:
      #define crypt(b,s)\
              DES_crypt((b),(s))
      
      This scheme leads to failure, if header files with the OS's true definition
      of crypt() are processed _after_ des_old.h was processed. This is e.g. the
      case on HP-UX with unistd.h.
      As evp.h now again includes des.h (which includes des_old.h), this problem
      only came up after this modification.
      Solution: move header files (indirectly) including e_os.h before the header
      files (indirectly) including evp.h.
      Submitted by:
      Reviewed by:
      PR:
      7b63c0fa
  19. 14 4月, 2002 1 次提交
  20. 15 3月, 2002 1 次提交
    • D
      · de941e28
      Dr. Stephen Henson 提交于
      Initialize cipher context in KRB5
      ("D. Russell" <russelld@aol.net>)
      
      Allow HMAC functions to use an alternative ENGINE.
      de941e28
  21. 13 3月, 2002 1 次提交
    • D
      · cbc9d971
      Dr. Stephen Henson 提交于
      Fix Kerberos warnings with VC++.
      cbc9d971
  22. 12 3月, 2002 1 次提交
    • D
      · 0b4c91c0
      Dr. Stephen Henson 提交于
      Fix various warnings when compiling with KRB5 code.
      0b4c91c0
  23. 15 1月, 2002 1 次提交
  24. 12 1月, 2002 1 次提交
  25. 25 10月, 2001 2 次提交
  26. 21 10月, 2001 1 次提交
    • B
      New functions SSL[_CTX]_set_msg_callback(). · a661b653
      Bodo Möller 提交于
      New macros SSL[_CTX]_set_msg_callback_arg().
      
      Message callback imlementation for SSL 3.0/TLS 1.0 (no SSL 2.0 yet).
      
      New '-msg' option for 'openssl s_client' and 'openssl s_server'
      that enable a message callback that displays all protocol messages.
      
      
      In ssl3_get_client_hello (ssl/s3_srvr.c), generate a fatal alert if
      client_version is smaller than the protocol version in use.
      Also change ssl23_get_client_hello (ssl/s23_srvr.c) to select TLS 1.0
      if the client demanded SSL 3.0 but only TLS 1.0 is enabled; then the
      client will at least see that alert.
      
      Fix SSL[_CTX]_ctrl prototype (void * instead of char * for generic
      pointer).
      
      Add/update some OpenSSL copyright notices.
      a661b653
  27. 18 10月, 2001 2 次提交
  28. 17 10月, 2001 1 次提交
  29. 16 10月, 2001 3 次提交
  30. 10 10月, 2001 1 次提交
  31. 21 9月, 2001 4 次提交
  32. 14 9月, 2001 1 次提交