1. 03 6月, 2008 1 次提交
  2. 31 8月, 2007 1 次提交
  3. 20 10月, 2006 1 次提交
  4. 08 10月, 2005 1 次提交
  5. 27 4月, 2005 1 次提交
  6. 08 4月, 2005 1 次提交
  7. 13 2月, 2003 1 次提交
  8. 13 11月, 2002 1 次提交
  9. 12 8月, 2002 2 次提交
  10. 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
  11. 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
  12. 14 4月, 2002 1 次提交
  13. 20 3月, 2002 1 次提交
  14. 21 10月, 2001 2 次提交
    • B
      Call msg_callback with correct length parameter if ssl3_write_bytes had to · cf3a5ceb
      Bodo Möller 提交于
      be called multiple times
      cf3a5ceb
    • 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
  15. 16 10月, 2001 4 次提交
  16. 21 9月, 2001 1 次提交
  17. 02 9月, 2001 1 次提交
    • G
      Make the necessary changes to work with the recent "ex_data" overhaul. · 79aa04ef
      Geoff Thorpe 提交于
      See the commit log message for that for more information.
      
      NB: X509_STORE_CTX's use of "ex_data" support was actually misimplemented
      (initialisation by "memset" won't/can't/doesn't work). This fixes that but
      requires that X509_STORE_CTX_init() be able to handle errors - so its
      prototype has been changed to return 'int' rather than 'void'. All uses of
      that function throughout the source code have been tracked down and
      adjusted.
      79aa04ef
  18. 08 5月, 2001 1 次提交
    • D
      · b545dc67
      Dr. Stephen Henson 提交于
      Initial CRL based revocation checking.
      b545dc67
  19. 20 2月, 2001 1 次提交
  20. 15 12月, 2000 1 次提交
  21. 02 6月, 2000 1 次提交
    • R
      There have been a number of complaints from a number of sources that names · 26a3a48d
      Richard Levitte 提交于
      like Malloc, Realloc and especially Free conflict with already existing names
      on some operating systems or other packages.  That is reason enough to change
      the names of the OpenSSL memory allocation macros to something that has a
      better chance of being unique, like prepending them with OPENSSL_.
      
      This change includes all the name changes needed throughout all C files.
      26a3a48d
  22. 25 2月, 2000 1 次提交
  23. 22 2月, 2000 2 次提交
  24. 21 2月, 2000 4 次提交
  25. 27 1月, 2000 1 次提交
  26. 06 1月, 2000 3 次提交
  27. 03 1月, 2000 1 次提交
  28. 29 12月, 1999 1 次提交
  29. 27 4月, 1999 1 次提交