1. 06 2月, 2014 1 次提交
  2. 09 1月, 2014 1 次提交
  3. 06 9月, 2013 1 次提交
    • S
      Add callbacks supporting generation and retrieval of supplemental data... · 36086186
      Scott Deboy 提交于
      Add callbacks supporting generation and retrieval of supplemental data entries, facilitating RFC 5878 (TLS auth extensions)
      Removed prior audit proof logic - audit proof support was implemented using the generic TLS extension API
      Tests exercising the new supplemental data registration and callback api can be found in ssltest.c.
      Implemented changes to s_server and s_client to exercise supplemental data callbacks via the -auth argument, as well as additional flags to exercise supplemental data being sent only during renegotiation.
      36086186
  4. 22 7月, 2013 1 次提交
  5. 15 8月, 2012 1 次提交
  6. 29 6月, 2012 1 次提交
    • D
      Add certificate callback. If set this is called whenever a certificate · 18d71588
      Dr. Stephen Henson 提交于
      is required by client or server. An application can decide which
      certificate chain to present based on arbitrary criteria: for example
      supported signature algorithms. Add very simple example to s_server.
      This fixes many of the problems and restrictions of the existing client
      certificate callback: for example you can now clear existing certificates
      and specify the whole chain.
      18d71588
  7. 25 6月, 2012 1 次提交
  8. 22 6月, 2012 1 次提交
  9. 30 5月, 2012 1 次提交
  10. 10 3月, 2012 1 次提交
  11. 06 3月, 2012 1 次提交
  12. 22 2月, 2012 1 次提交
  13. 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
  14. 25 11月, 2011 1 次提交
    • D
      PR: 1794 · ebba6c48
      Dr. Stephen Henson 提交于
      Submitted by: Peter Sylvester <peter.sylvester@edelweb.fr>
      Reviewed by: steve
      
      Make SRP conformant to rfc 5054.
      
      Changes are:
      
      - removal of the addition state after client hello
      - removal of all pre-rfc srp alert ids
      - sending a fatal alert when there is no srp extension but when the
      server wants SRP
      - removal of unnecessary code in the client.
      ebba6c48
  15. 16 11月, 2011 2 次提交
  16. 07 10月, 2011 1 次提交
  17. 03 8月, 2011 1 次提交
  18. 26 7月, 2011 1 次提交
  19. 25 5月, 2011 1 次提交
  20. 06 5月, 2011 1 次提交
  21. 30 4月, 2011 1 次提交
  22. 13 3月, 2011 1 次提交
  23. 06 9月, 2010 1 次提交
  24. 28 7月, 2010 1 次提交
  25. 07 12月, 2009 1 次提交
  26. 02 12月, 2009 2 次提交
  27. 11 11月, 2009 1 次提交
  28. 01 7月, 2009 1 次提交
  29. 29 5月, 2009 1 次提交
  30. 16 11月, 2008 1 次提交
    • D
      PR: 1574 · 12bf56c0
      Dr. Stephen Henson 提交于
      Submitted by: Jouni Malinen <j@w1.fi>
      Approved by: steve@openssl.org
      
      Ticket override support for EAP-FAST.
      12bf56c0
  31. 01 5月, 2008 1 次提交
  32. 27 9月, 2007 1 次提交
  33. 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
  34. 31 8月, 2007 1 次提交
  35. 28 8月, 2007 1 次提交
  36. 12 8月, 2007 1 次提交
  37. 05 6月, 2007 1 次提交
  38. 24 4月, 2007 1 次提交