1. 11 2月, 2012 1 次提交
    • D
      PR: 2704 · 1df80b65
      Dr. Stephen Henson 提交于
      Submitted by: Peter Sylvester <peter.sylvester@edelweb.fr>
      
      Fix srp extension.
      1df80b65
  2. 10 2月, 2012 1 次提交
  3. 09 2月, 2012 2 次提交
  4. 03 2月, 2012 1 次提交
  5. 31 1月, 2012 1 次提交
  6. 27 1月, 2012 2 次提交
  7. 26 1月, 2012 2 次提交
  8. 25 1月, 2012 1 次提交
  9. 22 1月, 2012 1 次提交
  10. 19 1月, 2012 1 次提交
  11. 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
  12. 05 1月, 2012 6 次提交
  13. 04 1月, 2012 3 次提交
  14. 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
  15. 27 12月, 2011 3 次提交
    • D
      make update · 84b6e277
      Dr. Stephen Henson 提交于
      84b6e277
    • 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
    • D
      PR: 2326 · f3d781bb
      Dr. Stephen Henson 提交于
      Submitted by: Tianjie Mao <tjmao@tjmao.net>
      Reviewed by: steve
      
      Fix incorrect comma expressions and goto f_err as alert has been set.
      f3d781bb
  16. 25 12月, 2011 1 次提交
    • D
      PR: 2535 · 7e159e01
      Dr. Stephen Henson 提交于
      Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>
      Reviewed by: steve
      
      Add SCTP support for DTLS (RFC 6083).
      7e159e01
  17. 23 12月, 2011 3 次提交
  18. 22 12月, 2011 1 次提交
  19. 15 12月, 2011 1 次提交
    • D
      PR: 1794 · f2fc3075
      Dr. Stephen Henson 提交于
      Submitted by: Peter Sylvester <peter.sylvester@edelweb.fr>
      Reviewed by: steve
      
      Remove unnecessary code for srp and to add some comments to
      s_client.
      
      - the callback to provide a user during client connect is
      no longer necessary since rfc 5054 a connection attempt
      with an srp cipher and no user is terminated when the
      cipher is acceptable
      
      - comments to indicate in s_client the (non-)usefulness of
      th primalaty tests for non known group parameters.
      f2fc3075
  20. 13 12月, 2011 1 次提交
  21. 07 12月, 2011 1 次提交
  22. 02 12月, 2011 1 次提交
  23. 25 11月, 2011 2 次提交
    • 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
    • B
      Fix NPN implementation for renegotiation. · 6f31dd72
      Bodo Möller 提交于
      (Problem pointed out by Ben Murphy.)
      
      Submitted by: Adam Langley
      6f31dd72
  24. 22 11月, 2011 2 次提交