1. 15 Jan, 2015 3 commits
  2. 13 Jan, 2015 3 commits
  3. 09 Jan, 2015 2 commits
  4. 08 Jan, 2015 8 commits
  5. 07 Jan, 2015 1 commit
  6. 06 Jan, 2015 3 commits
  7. 05 Jan, 2015 6 commits
    • Dr. Stephen Henson's avatar
      ECDH downgrade bug fix. · e42a2aba
      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
      	ssl/s3_clnt.c
      e42a2aba
    • Dr. Stephen Henson's avatar
      Fix various certificate fingerprint issues. · ec2fede9
      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 208a6012)
      
      Conflicts:
      	crypto/dsa/dsa_vrf.c
      ec2fede9
    • Dr. Stephen Henson's avatar
      Update ordinals. · 63f3c9e7
      Dr. Stephen Henson authored
      
      
      Reviewed-by: default avatarEmilia Käsper <emilia@openssl.org>
      63f3c9e7
    • Dr. Stephen Henson's avatar
      Add ASN1_TYPE_cmp and X509_ALGOR_cmp. · c22e2dd6
      Dr. Stephen Henson authored
      
      
      (these are needed for certificate fingerprint fixes)
      Reviewed-by: default avatarEmilia Käsper <emilia@openssl.org>
      c22e2dd6
    • Kurt Roeckx's avatar
      Return error when a bit string indicates an invalid amount of bits left · 7fae32f6
      Kurt Roeckx authored
      
      
      Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
      (cherry picked from commit 86edf13b)
      7fae32f6
    • Dr. Stephen Henson's avatar
      Reject invalid constructed encodings. · 5260f1a4
      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
      5260f1a4
  8. 17 Dec, 2014 1 commit
  9. 11 Nov, 2014 1 commit
  10. 29 Oct, 2014 1 commit
  11. 28 Oct, 2014 1 commit
  12. 21 Oct, 2014 4 commits
  13. 20 Oct, 2014 1 commit
  14. 17 Oct, 2014 5 commits