1. 10 7月, 2002 1 次提交
  2. 14 4月, 2002 1 次提交
  3. 15 3月, 2002 2 次提交
  4. 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
  5. 28 8月, 2001 1 次提交
  6. 31 7月, 2001 1 次提交
  7. 12 7月, 2001 2 次提交
  8. 20 6月, 2001 1 次提交
    • D
      · 323f289c
      Dr. Stephen Henson 提交于
      Change all calls to low level digest routines in the library and
      applications to use EVP. Add missing calls to HMAC_cleanup() and
      don't assume HMAC_CTX can be copied using memcpy().
      
      Note: this is almost identical to the patch submitted to openssl-dev
      by Verdon Walker <VWalker@novell.com> except some redundant
      EVP_add_digest_()/EVP_cleanup() calls were removed and some changes
      made to avoid compiler warnings.
      323f289c
  9. 09 3月, 2001 1 次提交
  10. 20 2月, 2001 1 次提交
  11. 10 2月, 2001 1 次提交
  12. 08 2月, 2001 1 次提交
    • D
      · deb2c1a1
      Dr. Stephen Henson 提交于
      Fix AES code.
      
      Update Rijndael source to v3.0
      
      Add AES OIDs.
      
      Change most references of Rijndael to AES.
      
      Add new draft AES ciphersuites.
      deb2c1a1
  13. 06 2月, 2001 1 次提交
  14. 26 12月, 2000 1 次提交
  15. 15 12月, 2000 2 次提交
  16. 01 12月, 2000 1 次提交
  17. 28 11月, 2000 2 次提交
  18. 17 11月, 2000 1 次提交
  19. 21 6月, 2000 1 次提交
    • D
      · 13083215
      Dr. Stephen Henson 提交于
      Fixes for Win32 build.
      
      This is mostly a work around for the old VC++ problem
      that it treats func() as func(void).
      
      Various prototypes had been added to 'compare' function
      pointers that triggered this. This could be fixed by removing
      the prototype, adding function pointer casts to every call or
      changing the passed function to use the expected arguments.
      I mostly did the latter.
      
      The mkdef.pl script was modified to remove the typesafe
      functions which no longer exist.
      
      Oh and some functions called OPENSSL_freeLibrary() were
      changed back to FreeLibrary(), wonder how that happened :-)
      13083215
  20. 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
  21. 14 3月, 2000 2 次提交
    • B
      Use correct function names in SSLerr macros. · 448e2f9b
      Bodo Möller 提交于
      448e2f9b
    • B
      Copy DH key (if available) in addition to the bare parameters · e11f0de6
      Bodo Möller 提交于
      in SSL_new.
      If SSL_OP_SINGLE_DH_USE is set, don't waste time in SSL_[CTX_]set_tmp_dh
      on computing a DH key that will be ignored anyway.
      
      ssltest -dhe1024dsa (w/ 160-bit sub-prime) had an unfair performance
      advantage over -dhe1024 (safe prime): SSL_OP_SINGLE_DH_USE was
      effectively always enabled because SSL_new ignored the DH key set in
      the SSL_CTX.  Now -dhe1024 takes the server only about twice as long
      as -dhe1024dsa instead of three times as long (for 1024 bit RSA
      with 1024 bit DH).
      e11f0de6
  22. 22 2月, 2000 1 次提交
  23. 21 2月, 2000 2 次提交
  24. 22 1月, 2000 1 次提交
  25. 18 1月, 2000 1 次提交
    • R
      Compaq C 6.2 for VMS will complain when we want to convert · a9188d4e
      Richard Levitte 提交于
      non-function pointers to function pointers and vice versa.
      The current solution is to have unions that describe the
      conversion we want to do, and gives us the ability to extract
      the type of data we want.
      
      The current solution is a quick fix, and can probably be made
      in a more general or elegant way.
      a9188d4e
  26. 30 9月, 1999 1 次提交
  27. 15 5月, 1999 1 次提交
  28. 13 5月, 1999 1 次提交
    • U
      VMS support. · 7d7d2cbc
      Ulf Möller 提交于
      Submitted by: Richard Levitte <richard@levitte.org>
      7d7d2cbc
  29. 10 5月, 1999 1 次提交
  30. 27 4月, 1999 2 次提交
  31. 24 4月, 1999 1 次提交
  32. 23 4月, 1999 1 次提交
  33. 22 4月, 1999 1 次提交