1. 30 3月, 2013 2 次提交
  2. 27 3月, 2013 1 次提交
  3. 26 3月, 2013 1 次提交
  4. 25 3月, 2013 1 次提交
  5. 20 3月, 2013 2 次提交
  6. 19 3月, 2013 1 次提交
  7. 18 3月, 2013 1 次提交
    • D
      Encode INTEGER correctly. · 5de18d5d
      Dr. Stephen Henson 提交于
      If an ASN1_INTEGER structure is allocated but not explicitly set encode
      it as zero: don't generate an invalid zero length INTEGER.
      (cherry picked from commit 1643edc63c3e15b6db5a15a728bc288f2cc2bbc7)
      5de18d5d
  8. 07 3月, 2013 3 次提交
  9. 06 3月, 2013 1 次提交
  10. 05 3月, 2013 1 次提交
  11. 04 3月, 2013 2 次提交
  12. 02 3月, 2013 2 次提交
  13. 27 2月, 2013 2 次提交
  14. 22 2月, 2013 1 次提交
  15. 15 2月, 2013 2 次提交
  16. 14 2月, 2013 4 次提交
  17. 11 2月, 2013 1 次提交
  18. 08 2月, 2013 1 次提交
  19. 06 2月, 2013 4 次提交
    • A
      e_aes_cbc_hmac_sha1.c: cleanse temporary copy of HMAC secret. · 1041ab69
      Andy Polyakov 提交于
      (cherry picked from commit 529d27ea472fc2c7ba9190a15a58cb84012d4ec6)
      1041ab69
    • A
      e_aes_cbc_hmac_sha1.c: address the CBC decrypt timing issues. · 9970308c
      Andy Polyakov 提交于
      Address CBC decrypt timing issues and reenable the AESNI+SHA1 stitch.
      (cherry picked from commit 125093b59f3c2a2d33785b5563d929d0472f1721)
      9970308c
    • B
      Make CBC decoding constant time. · 2acc020b
      Ben Laurie 提交于
      This patch makes the decoding of SSLv3 and TLS CBC records constant
      time. Without this, a timing side-channel can be used to build a padding
      oracle and mount Vaudenay's attack.
      
      This patch also disables the stitched AESNI+SHA mode pending a similar
      fix to that code.
      
      In order to be easy to backport, this change is implemented in ssl/,
      rather than as a generic AEAD mode. In the future this should be changed
      around so that HMAC isn't in ssl/, but crypto/ as FIPS expects.
      (cherry picked from commit e130841bccfc0bb9da254dc84e23bc6a1c78a64e)
      2acc020b
    • B
      Add and use a constant-time memcmp. · 7c770d57
      Ben Laurie 提交于
      This change adds CRYPTO_memcmp, which compares two vectors of bytes in
      an amount of time that's independent of their contents. It also changes
      several MAC compares in the code to use this over the standard memcmp,
      which may leak information about the size of a matching prefix.
      (cherry picked from commit 2ee798880a246d648ecddadc5b91367bee4a5d98)
      7c770d57
  20. 03 2月, 2013 1 次提交
  21. 23 1月, 2013 4 次提交
  22. 20 1月, 2013 2 次提交