1. 28 11月, 2015 2 次提交
    • D
      PRF and handshake hash revision. · 28ba2541
      Dr. Stephen Henson 提交于
      Change handshake hash array into a single digest context simplifying the
      handhake hash code. Use EVP_md5_sha1() if needed for handshake hashes in
      TLS 1.1 and earlier.
      
      Simplify PRF code to also use a single digest and treat EVP_md5_sha1()
      as a special case.
      
      Modify algorithm2 field of ciphers to use a single index value for handshake
      hash and PRF instead of a bitmap.
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      28ba2541
    • M
      Updates to GOST2012 · 2a9b9654
      Matt Caswell 提交于
      Various updates following feedback from the recent commit of the new
      GOST2012 code.
      Reviewed-by: NAndy Polyakov <appro@openssl.org>
      2a9b9654
  2. 26 11月, 2015 1 次提交
  3. 25 11月, 2015 6 次提交
  4. 24 11月, 2015 2 次提交
  5. 21 11月, 2015 9 次提交
  6. 20 11月, 2015 1 次提交
  7. 19 11月, 2015 1 次提交
  8. 17 11月, 2015 2 次提交
  9. 14 11月, 2015 4 次提交
  10. 11 11月, 2015 1 次提交
    • M
      Fix SSL_use_certificate_chain_file · a974e64a
      Matt Caswell 提交于
      The new function SSL_use_certificate_chain_file was always crashing in
      the internal function use_certificate_chain_file because it would pass a
      NULL value for SSL_CTX *, but use_certificate_chain_file would
      unconditionally try to dereference it.
      Reviewed-by: NStephen Henson <steve@openssl.org>
      a974e64a
  11. 10 11月, 2015 2 次提交
  12. 09 11月, 2015 1 次提交
  13. 08 11月, 2015 2 次提交
  14. 06 11月, 2015 3 次提交
  15. 05 11月, 2015 2 次提交
  16. 02 11月, 2015 1 次提交
    • M
      Remove a reachable assert from ssl3_write_bytes · 1c2e5d56
      Matt Caswell 提交于
      A buggy application that call SSL_write with a different length after a
      NBIO event could cause an OPENSSL_assert to be reached. The assert is not
      actually necessary because there was an explicit check a little further
      down that would catch this scenario. Therefore remove the assert an move
      the check a little higher up.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      1c2e5d56