1. 15 Jan, 2015 3 commits
  2. 14 Jan, 2015 1 commit
  3. 13 Jan, 2015 4 commits
  4. 09 Jan, 2015 2 commits
  5. 08 Jan, 2015 10 commits
  6. 07 Jan, 2015 1 commit
  7. 06 Jan, 2015 4 commits
  8. 05 Jan, 2015 5 commits
    • Dr. Stephen Henson's avatar
      ECDH downgrade bug fix. · 802a070b
      Dr. Stephen Henson authored
      
      
      Fix bug where an OpenSSL client would accept a handshake using an
      ephemeral ECDH ciphersuites with the server key exchange message omitted.
      
      Thanks to Karthikeyan Bhargavan for reporting this issue.
      
      CVE-2014-3572
      Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
      
      (cherry picked from commit b15f8769)
      
      Conflicts:
      	CHANGES
      802a070b
    • Dr. Stephen Henson's avatar
      update ordinals · 31c65a7b
      Dr. Stephen Henson authored
      
      
      Reviewed-by: default avatarEmilia Käsper <emilia@openssl.org>
      31c65a7b
    • Dr. Stephen Henson's avatar
      Fix various certificate fingerprint issues. · 208a6012
      Dr. Stephen Henson authored
      
      
      By using non-DER or invalid encodings outside the signed portion of a
      certificate the fingerprint can be changed without breaking the signature.
      Although no details of the signed portion of the certificate can be changed
      this can cause problems with some applications: e.g. those using the
      certificate fingerprint for blacklists.
      
      1. Reject signatures with non zero unused bits.
      
      If the BIT STRING containing the signature has non zero unused bits reject
      the signature. All current signature algorithms require zero unused bits.
      
      2. Check certificate algorithm consistency.
      
      Check the AlgorithmIdentifier inside TBS matches the one in the
      certificate signature. NB: this will result in signature failure
      errors for some broken certificates.
      
      3. Check DSA/ECDSA signatures use DER.
      
      Reencode DSA/ECDSA signatures and compare with the original received
      signature. Return an error if there is a mismatch.
      
      This will reject various cases including garbage after signature
      (thanks to Antti Karjalainen and Tuomo Untinen from the Codenomicon CROSS
      program for discovering this case) and use of BER or invalid ASN.1 INTEGERs
      (negative or with leading zeroes).
      
      CVE-2014-8275
      Reviewed-by: default avatarEmilia Käsper <emilia@openssl.org>
      
      (cherry picked from commit 684400ce)
      
      Conflicts:
      	CHANGES
      	crypto/dsa/dsa_asn1.c
      208a6012
    • Dr. Stephen Henson's avatar
      Constify ASN1_TYPE_cmp add X509_ALGOR_cmp. · d7f8a7ca
      Dr. Stephen Henson authored
      
      
      Reviewed-by: default avatarEmilia Käsper <emilia@openssl.org>
      (cherry picked from commit 4c52816d)
      
      Conflicts:
      	crypto/asn1/x_algor.c
      	crypto/x509/x509.h
      d7f8a7ca
    • Dr. Stephen Henson's avatar
      Reject invalid constructed encodings. · 0f1c30b0
      Dr. Stephen Henson authored
      
      
      According to X6.90 null, object identifier, boolean, integer and enumerated
      types can only have primitive encodings: return an error if any of
      these are received with a constructed encoding.
      Reviewed-by: default avatarEmilia Käsper <emilia@openssl.org>
      
      (cherry picked from commit f5e4b6b5)
      
      Conflicts:
      	crypto/asn1/asn1_err.c
      0f1c30b0
  9. 19 Dec, 2014 1 commit
  10. 18 Dec, 2014 1 commit
  11. 17 Dec, 2014 2 commits
  12. 16 Dec, 2014 3 commits
  13. 15 Dec, 2014 2 commits
  14. 13 Dec, 2014 1 commit