1. 06 2月, 2013 4 次提交
    • A
      ssl/s3_cbc.c: uint64_t portability fix. · 6b2a8439
      Andy Polyakov 提交于
      Break dependency on uint64_t. It's possible to declare bits as
      unsigned int, because TLS packets are limited in size and 32-bit
      value can't overflow.
      (cherry picked from commit cab13fc8473856a43556d41d8dac5605f4ba1f91)
      6b2a8439
    • D
      typo. · 6b1f7bee
      Dr. Stephen Henson 提交于
      (cherry picked from commit 34ab3c8c711ff79c2b768f0b17e4b2a78fd1df5d)
      6b1f7bee
    • D
      Timing fix mitigation for FIPS mode. · c4e6fb15
      Dr. Stephen Henson 提交于
      We have to use EVP in FIPS mode so we can only partially mitigate
      timing differences.
      
      Make an extra call to EVP_DigestSignUpdate to hash additonal blocks
      to cover any timing differences caused by removal of padding.
      (cherry picked from commit b908e88ec15aa0a74805e3f2236fc4f83f2789c2)
      c4e6fb15
    • B
      Oops. Add missing file. · a693ead6
      Ben Laurie 提交于
      (cherry picked from commit 014265eb02e26f35c8db58e2ccbf100b0b2f0072)
      a693ead6