1. 13 6月, 2014 1 次提交
  2. 09 6月, 2014 1 次提交
    • D
      SRP ciphersuite correction. · 447280ca
      Dr. Stephen Henson 提交于
      SRP ciphersuites do not have no authentication. They have authentication
      based on SRP. Add new SRP authentication flag and cipher string.
      447280ca
  3. 28 3月, 2014 1 次提交
  4. 02 3月, 2014 1 次提交
    • D
      Add function to free compression methods. · db7b5e0d
      Dr. Stephen Henson 提交于
      Although the memory allocated by compression methods is fixed and
      cannot grow over time it can cause warnings in some leak checking
      tools. The function SSL_COMP_free_compression_methods() will free
      and zero the list of supported compression methods. This should
      *only* be called in a single threaded context when an application
      is shutting down to avoid interfering with existing contexts
      attempting to look up compression methods.
      (cherry picked from commit 976c58302b13d085edb3ab822f5eac4b2f1bff95)
      db7b5e0d
  5. 06 2月, 2014 1 次提交
  6. 27 1月, 2014 1 次提交
  7. 09 1月, 2014 5 次提交
  8. 08 9月, 2013 1 次提交
    • D
      Experimental encrypt-then-mac support. · 5e3ff62c
      Dr. Stephen Henson 提交于
      Experimental support for encrypt then mac from
      draft-gutmann-tls-encrypt-then-mac-02.txt
      
      To enable it set the appropriate extension number (0x10 for the test server)
      using e.g. -DTLSEXT_TYPE_encrypt_then_mac=0x10
      
      For non-compliant peers (i.e. just about everything) this should have no
      effect.
      5e3ff62c
  9. 18 8月, 2013 1 次提交
  10. 14 5月, 2013 1 次提交
  11. 09 4月, 2013 1 次提交
    • D
      Suite B support for DTLS 1.2 · 4544f0a6
      Dr. Stephen Henson 提交于
      Check for Suite B support using method flags instead of version numbers:
      anything supporting TLS 1.2 cipher suites will also support Suite B.
      
      Return an error if an attempt to use DTLS 1.0 is made in Suite B mode.
      4544f0a6
  12. 02 12月, 2012 1 次提交
  13. 26 11月, 2012 1 次提交
  14. 24 11月, 2012 1 次提交
  15. 16 11月, 2012 1 次提交
  16. 30 9月, 2012 1 次提交
  17. 12 9月, 2012 1 次提交
  18. 31 8月, 2012 1 次提交
  19. 15 8月, 2012 1 次提交
  20. 27 4月, 2012 1 次提交
  21. 05 4月, 2012 1 次提交
  22. 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
  23. 02 12月, 2011 1 次提交
  24. 10 10月, 2011 1 次提交
  25. 03 8月, 2011 1 次提交
  26. 26 7月, 2011 1 次提交
  27. 11 7月, 2011 1 次提交
  28. 20 5月, 2011 1 次提交
  29. 01 5月, 2011 1 次提交
  30. 30 4月, 2011 2 次提交
  31. 13 3月, 2011 1 次提交
  32. 12 6月, 2010 1 次提交
  33. 13 9月, 2009 1 次提交
    • D
      PR: 2025 · 7689ed34
      Dr. Stephen Henson 提交于
      Submitted by: Tomas Mraz <tmraz@redhat.com>
      Approved by: steve@openssl.org
      
      Constify SSL_CIPHER_description
      7689ed34
  34. 07 4月, 2009 1 次提交
  35. 13 3月, 2009 1 次提交