1. 16 2月, 2012 1 次提交
  2. 27 1月, 2012 1 次提交
  3. 25 1月, 2012 1 次提交
  4. 17 1月, 2012 1 次提交
    • D
      Support for fixed DH ciphersuites. · 8e1dc4d7
      Dr. Stephen Henson 提交于
      The cipher definitions of these ciphersuites have been around since SSLeay
      but were always disabled. Now OpenSSL supports DH certificates they can be
      finally enabled.
      
      Various additional changes were needed to make them work properly: many
      unused fixed DH sections of code were untested.
      8e1dc4d7
  5. 05 1月, 2012 2 次提交
  6. 04 1月, 2012 3 次提交
  7. 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
  8. 27 12月, 2011 1 次提交
    • D
      PR: 1794 · c79f22c6
      Dr. Stephen Henson 提交于
      Submitted by: Peter Sylvester <peter.sylvester@edelweb.fr>
      Reviewed by: steve
      
      - remove some unncessary SSL_err and permit
      an srp user callback to allow a worker to obtain
      a user verifier.
      
      - cleanup and comments in s_server and demonstration
      for asynchronous srp user lookup
      c79f22c6
  9. 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
  10. 05 9月, 2011 2 次提交
  11. 14 6月, 2011 1 次提交
  12. 04 6月, 2011 1 次提交
  13. 25 5月, 2011 1 次提交
  14. 20 5月, 2011 3 次提交
  15. 09 5月, 2011 1 次提交
  16. 06 5月, 2011 1 次提交
  17. 17 3月, 2011 1 次提交
  18. 13 3月, 2011 1 次提交
  19. 17 2月, 2011 1 次提交
  20. 03 2月, 2011 1 次提交
  21. 14 11月, 2010 1 次提交
  22. 06 9月, 2010 2 次提交
  23. 26 8月, 2010 2 次提交
  24. 28 7月, 2010 1 次提交
  25. 28 2月, 2010 1 次提交
  26. 27 1月, 2010 1 次提交
    • D
      PR: 1949 · d5e7f2f2
      Dr. Stephen Henson 提交于
      Submitted by: steve@openssl.org
      
      More robust fix and workaround for PR#1949. Don't try to work out if there
      is any write pending data as this can be unreliable: always flush.
      d5e7f2f2
  27. 24 1月, 2010 1 次提交
  28. 23 1月, 2010 1 次提交
  29. 01 1月, 2010 1 次提交
  30. 31 12月, 2009 1 次提交
  31. 08 12月, 2009 2 次提交
    • D
      Add support for magic cipher suite value (MCSV). Make secure renegotiation · 13f6d57b
      Dr. Stephen Henson 提交于
      work in SSLv3: initial handshake has no extensions but includes MCSV, if
      server indicates RI support then renegotiation handshakes include RI.
      
      NB: current MCSV value is bogus for testing only, will be updated when we
      have an official value.
      
      Change mismatch alerts to handshake_failure as required by spec.
      
      Also have some debugging fprintfs so we can clearly see what is going on
      if OPENSSL_RI_DEBUG is set.
      13f6d57b
    • D
      PR: 2121 · 8025e251
      Dr. Stephen Henson 提交于
      Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>
      
      Add extension support to DTLS code mainly using existing implementation for
      TLS.
      8025e251