1. 25 3月, 2015 2 次提交
  2. 24 3月, 2015 1 次提交
  3. 23 3月, 2015 1 次提交
  4. 20 3月, 2015 1 次提交
  5. 15 3月, 2015 1 次提交
  6. 11 3月, 2015 1 次提交
  7. 07 2月, 2015 1 次提交
  8. 06 2月, 2015 3 次提交
  9. 03 2月, 2015 3 次提交
  10. 29 1月, 2015 1 次提交
  11. 28 1月, 2015 1 次提交
  12. 22 1月, 2015 3 次提交
  13. 13 1月, 2015 1 次提交
  14. 07 1月, 2015 1 次提交
  15. 06 1月, 2015 2 次提交
  16. 05 1月, 2015 1 次提交
  17. 17 12月, 2014 1 次提交
  18. 16 12月, 2014 1 次提交
  19. 09 12月, 2014 1 次提交
  20. 08 12月, 2014 1 次提交
  21. 04 12月, 2014 1 次提交
  22. 03 12月, 2014 1 次提交
  23. 24 10月, 2014 1 次提交
  24. 22 10月, 2014 1 次提交
  25. 15 10月, 2014 1 次提交
  26. 29 8月, 2014 1 次提交
  27. 15 8月, 2014 1 次提交
  28. 04 7月, 2014 1 次提交
  29. 13 5月, 2014 1 次提交
  30. 12 5月, 2014 1 次提交
  31. 28 3月, 2014 2 次提交
    • D
      Security framework. · b362ccab
      Dr. Stephen Henson 提交于
      Security callback: selects which parameters are permitted including
      sensible defaults based on bits of security.
      
      The "parameters" which can be selected include: ciphersuites,
      curves, key sizes, certificate signature algorithms, supported
      signature algorithms, DH parameters, SSL/TLS version, session tickets
      and compression.
      
      In some cases prohibiting the use of a parameters will mean they are
      not advertised to the peer: for example cipher suites and ECC curves.
      In other cases it will abort the handshake: e.g DH parameters or the
      peer key size.
      
      Documentation to follow...
      b362ccab
    • D
      Allow return of supported ciphers. · 8b8e5bed
      Dr. Stephen Henson 提交于
      New function ssl_cipher_disabled.
      
      Check for disabled client ciphers using ssl_cipher_disabled.
      
      New function to return only supported ciphers.
      
      New option to ciphers utility to print only supported ciphers.
      8b8e5bed