1. 13 1月, 2015 4 次提交
  2. 12 1月, 2015 5 次提交
  3. 10 1月, 2015 2 次提交
  4. 09 1月, 2015 2 次提交
  5. 08 1月, 2015 7 次提交
  6. 07 1月, 2015 6 次提交
  7. 06 1月, 2015 11 次提交
  8. 05 1月, 2015 3 次提交
    • D
      4c52816d
    • D
      Fix various certificate fingerprint issues. · 684400ce
      Dr. Stephen Henson 提交于
      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: NEmilia Käsper <emilia@openssl.org>
      684400ce
    • M
      Additional fix required for no-srtp to work · 32b07f5a
      Matt Caswell 提交于
      RT3638
      Reviewed-by: NEmilia Käsper <emilia@openssl.org>
      32b07f5a