1. 19 5月, 2016 1 次提交
  2. 11 5月, 2016 1 次提交
  3. 10 3月, 2016 1 次提交
  4. 04 3月, 2016 1 次提交
  5. 24 2月, 2016 1 次提交
  6. 12 2月, 2016 1 次提交
  7. 11 2月, 2016 1 次提交
  8. 07 2月, 2016 1 次提交
  9. 06 2月, 2016 1 次提交
  10. 12 1月, 2016 1 次提交
  11. 07 12月, 2015 1 次提交
  12. 06 12月, 2015 1 次提交
  13. 14 11月, 2015 1 次提交
  14. 29 10月, 2015 1 次提交
    • R
      Remove SSLeay history, etc., from docs · a528d4f0
      Rich Salz 提交于
      If something was "present in all versions" of SSLeay, or if it was
      added to a version of SSLeay (and therefore predates OpenSSL),
      remove mention of it.  Documentation history now starts with OpenSSL.
      
      Remove mention of all history before OpenSSL 0.9.8, inclusive.
      
      Remove all AUTHOR sections.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      a528d4f0
  15. 01 10月, 2015 1 次提交
    • M
      Change the DEFAULT ciphersuites to exclude DES, RC4 and RC2 · c84f7f4a
      Matt Caswell 提交于
      This patch updates the "DEFAULT" cipherstring to be
      "ALL:!COMPLEMENTOFDEFAULT:!eNULL". COMPLEMENTOFDEFAULT is now defined
      internally by a flag on each ciphersuite indicating whether it should be
      excluded from DEFAULT or not. This gives us control at an individual
      ciphersuite level as to exactly what is in DEFAULT and what is not.
      
      Finally all DES, RC4 and RC2 ciphersuites are added to COMPLEMENTOFDEFAULT
      and hence removed from DEFAULT.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      c84f7f4a
  16. 22 8月, 2015 1 次提交
  17. 14 8月, 2015 1 次提交
  18. 12 8月, 2015 1 次提交
  19. 30 7月, 2015 2 次提交
  20. 23 5月, 2015 1 次提交
    • M
      Remove export static DH ciphersuites · 13f8eb47
      Matt Caswell 提交于
      Remove support for the two export grade static DH ciphersuites. These two
      ciphersuites were newly added (along with a number of other static DH
      ciphersuites) to 1.0.2. However the two export ones have *never* worked
      since they were introduced. It seems strange in any case to be adding new
      export ciphersuites, and given "logjam" it also does not seem correct to
      fix them.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      13f8eb47
  21. 03 5月, 2015 1 次提交
  22. 28 1月, 2015 1 次提交
  23. 04 12月, 2014 1 次提交
  24. 10 11月, 2014 1 次提交
  25. 16 8月, 2014 1 次提交
  26. 11 6月, 2014 1 次提交
    • H
      add ECC strings to ciphers(1), point out difference between DH and ECDH · 343e5cf1
      Hubert Kario 提交于
       * Make a clear distinction between DH and ECDH key exchange.
       * Group all key exchange cipher suite identifiers, first DH then ECDH
       * add descriptions for all supported *DH* identifiers
       * add ECDSA authentication descriptions
       * add example showing how to disable all suites that offer no
         authentication or encryption
      343e5cf1
  27. 13 5月, 2014 1 次提交
  28. 10 5月, 2014 1 次提交
  29. 29 3月, 2014 1 次提交
  30. 09 1月, 2014 2 次提交
    • D
      update remaining documentation to move from EDH to DHE · 0ecfd920
      Daniel Kahn Gillmor 提交于
      change documentation and comments to indicate that we prefer the
      standard "DHE" naming scheme everywhere over the older "EDH"
      0ecfd920
    • D
      use SSL_kDHE throughout instead of SSL_kEDH · 5a21cadb
      Daniel Kahn Gillmor 提交于
      DHE is the standard term used by the RFCs and by other TLS
      implementations.  It's useful to have the internal variables use the
      standard terminology.
      
      This patch leaves a synonym SSL_kEDH in place, though, so that older
      code can still be built against it, since that has been the
      traditional API.  SSL_kEDH should probably be deprecated at some
      point, though.
      5a21cadb
  31. 16 11月, 2012 3 次提交
  32. 01 10月, 2009 1 次提交
  33. 15 4月, 2009 1 次提交
  34. 24 4月, 2007 1 次提交
  35. 07 2月, 2007 1 次提交
  36. 01 7月, 2006 1 次提交