1. 01 1月, 2012 1 次提交
    • D
      PR: 2658 · 4817504d
      Dr. Stephen Henson 提交于
      Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>
      Reviewed by: steve
      
      Support for TLS/DTLS heartbeats.
      4817504d
  2. 13 11月, 2011 1 次提交
    • D
      PR: 1794 · 0c58d22a
      Dr. Stephen Henson 提交于
      Submitted by: Peter Sylvester <peter.sylvester@edelweb.fr>
      Reviewed by: steve
      
      Document unknown_psk_identify alert, remove pre-RFC 5054 string from
      ssl_stat.c
      0c58d22a
  3. 30 4月, 2011 1 次提交
  4. 27 2月, 2010 1 次提交
  5. 07 1月, 2010 1 次提交
  6. 11 11月, 2009 2 次提交
  7. 16 10月, 2009 2 次提交
  8. 05 9月, 2009 1 次提交
    • D
      PR: 2028 · 07a9d1a2
      Dr. Stephen Henson 提交于
      Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>
      Approved by: steve@openssl.org
      
      Fix DTLS cookie management bugs.
      07a9d1a2
  9. 02 9月, 2009 1 次提交
  10. 24 7月, 2009 1 次提交
  11. 13 11月, 2008 1 次提交
  12. 12 11月, 2008 1 次提交
  13. 02 11月, 2008 1 次提交
  14. 01 11月, 2008 1 次提交
  15. 21 9月, 2007 1 次提交
    • B
      Implement the Opaque PRF Input TLS extension · 761772d7
      Bodo Möller 提交于
      (draft-rescorla-tls-opaque-prf-input-00.txt), and do some cleanups and
      bugfixes on the way.  In particular, this fixes the buffer bounds
      checks in ssl_add_clienthello_tlsext() and in ssl_add_serverhello_tlsext().
      
      Note that the opaque PRF Input TLS extension is not compiled by default;
      see CHANGES.
      761772d7
  16. 13 8月, 2007 2 次提交
  17. 12 8月, 2007 1 次提交
  18. 18 9月, 2006 1 次提交
  19. 11 1月, 2006 1 次提交
  20. 06 4月, 2005 1 次提交
  21. 14 12月, 2004 1 次提交
  22. 17 11月, 2004 1 次提交
    • D
      PR: 910 · 826a42a0
      Dr. Stephen Henson 提交于
      Add command line options -certform, -keyform and -pass to s_client and
      s_server. This supports the use of alternative passphrase sources, key formats
      and keys handled by an ENGINE.
      
      Update docs.
      826a42a0
  23. 12 8月, 2004 1 次提交
  24. 12 6月, 2003 1 次提交
  25. 04 4月, 2003 1 次提交
  26. 13 11月, 2002 1 次提交
  27. 12 1月, 2002 1 次提交
  28. 10 11月, 2001 1 次提交
  29. 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
  30. 13 3月, 2000 1 次提交
  31. 24 4月, 1999 1 次提交
  32. 20 4月, 1999 1 次提交
  33. 18 4月, 1999 1 次提交
  34. 16 2月, 1999 1 次提交
  35. 20 1月, 1999 1 次提交
  36. 21 12月, 1998 2 次提交