1. 28 6月, 2012 1 次提交
    • D
      Add new "valid_flags" field to CERT_PKEY structure which determines what · d61ff83b
      Dr. Stephen Henson 提交于
      the certificate can be used for (if anything). Set valid_flags field
      in new tls1_check_chain function. Simplify ssl_set_cert_masks which used
      to have similar checks in it.
      
      Add new "cert_flags" field to CERT structure and include a "strict mode".
      This enforces some TLS certificate requirements (such as only permitting
      certificate signature algorithms contained in the supported algorithms
      extension) which some implementations ignore: this option should be used
      with caution as it could cause interoperability issues.
      d61ff83b
  2. 27 6月, 2012 2 次提交
  3. 26 6月, 2012 1 次提交
  4. 25 6月, 2012 2 次提交
  5. 22 6月, 2012 1 次提交
  6. 19 6月, 2012 3 次提交
  7. 18 6月, 2012 2 次提交
  8. 15 6月, 2012 1 次提交
  9. 13 6月, 2012 1 次提交
  10. 12 6月, 2012 5 次提交
  11. 11 6月, 2012 4 次提交
  12. 07 6月, 2012 1 次提交
  13. 06 6月, 2012 2 次提交
  14. 05 6月, 2012 1 次提交
  15. 04 6月, 2012 1 次提交
  16. 30 5月, 2012 2 次提交
  17. 29 5月, 2012 2 次提交
  18. 24 5月, 2012 2 次提交
  19. 19 5月, 2012 1 次提交
  20. 16 5月, 2012 2 次提交
  21. 11 5月, 2012 3 次提交
    • D
      PR: 2813 · 4242a090
      Dr. Stephen Henson 提交于
      Reported by: Constantine Sapuntzakis <csapuntz@gmail.com>
      
      Fix possible deadlock when decoding public keys.
      4242a090
    • D
      PR: 2811 · c3b13033
      Dr. Stephen Henson 提交于
      Reported by: Phil Pennock <openssl-dev@spodhuis.org>
      
      Make renegotiation work for TLS 1.2, 1.1 by not using a lower record
      version client hello workaround if renegotiating.
      c3b13033
    • B
      Fix warning. · 5762f777
      Ben Laurie 提交于
      5762f777