1. 10 11月, 2001 1 次提交
  2. 30 10月, 2001 1 次提交
  3. 29 10月, 2001 1 次提交
  4. 25 10月, 2001 3 次提交
  5. 24 10月, 2001 1 次提交
  6. 22 10月, 2001 1 次提交
  7. 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
  8. 18 10月, 2001 3 次提交
  9. 17 10月, 2001 1 次提交
  10. 16 10月, 2001 7 次提交
  11. 10 10月, 2001 1 次提交
  12. 04 10月, 2001 2 次提交
  13. 24 9月, 2001 2 次提交
  14. 21 9月, 2001 6 次提交
  15. 14 9月, 2001 1 次提交
  16. 11 9月, 2001 1 次提交
  17. 10 9月, 2001 1 次提交
    • B
      Fix apps/openssl.c and ssl/ssltest.c so that they use · 384eff87
      Bodo Möller 提交于
      CRYPTO_set_mem_debug_options() instead of CRYPTO_dbg_set_options(),
      which is the default implementation of the former and should usually
      not be directly used by applications (at least if we assume that the
      options accepted by the default implementation will also be meaningful
      to any other implementations).
      
      Also fix apps/openssl.c and ssl/ssltest such that environment variable
      setting 'OPENSSL_DEBUG_MEMORY=off' actively disables the compiled-in
      library defaults (i.e. such that CRYPTO_MDEBUG is ignored in this
      case).
      384eff87
  18. 03 9月, 2001 1 次提交
  19. 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
  20. 29 8月, 2001 1 次提交
  21. 28 8月, 2001 1 次提交
  22. 26 8月, 2001 1 次提交