1. 03 2月, 2015 2 次提交
  2. 01 2月, 2015 1 次提交
  3. 24 1月, 2015 3 次提交
  4. 23 1月, 2015 1 次提交
  5. 15 1月, 2015 1 次提交
    • R
      Cleanup OPENSSL_NO_xxx, part 1 · 4b618848
      Rich Salz 提交于
      OPENSSL_NO_RIPEMD160, OPENSSL_NO_RIPEMD merged into OPENSSL_NO_RMD160
      OPENSSL_NO_FP_API merged into OPENSSL_NO_STDIO
      Two typo's on #endif comments fixed:
      	OPENSSL_NO_ECB fixed to OPENSSL_NO_OCB
      	OPENSSL_NO_HW_SureWare fixed to OPENSSL_NO_HW_SUREWARE
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      4b618848
  6. 13 1月, 2015 1 次提交
  7. 12 1月, 2015 1 次提交
  8. 07 1月, 2015 1 次提交
  9. 06 1月, 2015 6 次提交
  10. 05 1月, 2015 1 次提交
    • 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
  11. 28 12月, 2014 1 次提交
  12. 26 12月, 2014 1 次提交
  13. 23 12月, 2014 1 次提交
  14. 22 12月, 2014 1 次提交
  15. 20 12月, 2014 1 次提交
  16. 19 12月, 2014 2 次提交
  17. 18 12月, 2014 1 次提交
  18. 08 12月, 2014 1 次提交
  19. 04 12月, 2014 1 次提交
  20. 21 11月, 2014 1 次提交
  21. 20 11月, 2014 4 次提交
  22. 29 10月, 2014 1 次提交
    • E
      Tighten session ticket handling · d663df23
      Emilia Kasper 提交于
      Tighten client-side session ticket handling during renegotiation:
      ensure that the client only accepts a session ticket if the server sends
      the extension anew in the ServerHello. Previously, a TLS client would
      reuse the old extension state and thus accept a session ticket if one was
      announced in the initial ServerHello.
      Reviewed-by: NBodo Moeller <bodo@openssl.org>
      d663df23
  23. 28 10月, 2014 2 次提交
  24. 22 10月, 2014 1 次提交
  25. 15 10月, 2014 2 次提交
  26. 02 10月, 2014 1 次提交