1. 05 Feb, 2013 7 commits
    • Ben Laurie's avatar
      Fixups. · 2928cb4c
      Ben Laurie authored
      2928cb4c
    • Ben Laurie's avatar
      Oops. Add missing file. · a33e6702
      Ben Laurie authored
      (cherry picked from commit 014265eb)
      (cherry picked from commit 7721c53e5e9fe4c90be420d7613559935a96a4fb)
      a33e6702
    • Ben Laurie's avatar
      Make CBC decoding constant time. · 35a65e81
      Ben Laurie authored
      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 e130841b)
      
      Conflicts:
      	crypto/evp/c_allc.c
      	ssl/ssl_algs.c
      	ssl/ssl_locl.h
      	ssl/t1_enc.c
      (cherry picked from commit 3622239826698a0e534dcf0473204c724bb9b4b4)
      
      Conflicts:
      	ssl/d1_enc.c
      	ssl/s3_enc.c
      	ssl/s3_pkt.c
      	ssl/ssl3.h
      	ssl/ssl_algs.c
      	ssl/t1_enc.c
      35a65e81
    • Andy Polyakov's avatar
      .gitignore adjustments · 7ad132b1
      Andy Polyakov authored
      7ad132b1
    • Ben Laurie's avatar
      Add and use a constant-time memcmp. · 27088131
      Ben Laurie authored
      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 2ee79888)
      
      Conflicts:
      	crypto/crypto.h
      	ssl/t1_lib.c
      (cherry picked from commit dc406b59f3169fe191e58906df08dce97edb727c)
      
      Conflicts:
      	crypto/crypto.h
      	ssl/d1_pkt.c
      	ssl/s3_pkt.c
      27088131
    • Ben Laurie's avatar
      Add target so I can build. · affe9899
      Ben Laurie authored
      affe9899
    • Dr. Stephen Henson's avatar
      Don't try and verify signatures if key is NULL (CVE-2013-0166) · 66e8211c
      Dr. Stephen Henson authored
      Add additional check to catch this in ASN1_item_verify too.
      66e8211c
  2. 23 Jan, 2013 1 commit
  3. 20 Jan, 2013 1 commit
  4. 11 Jan, 2013 1 commit
  5. 10 Dec, 2012 1 commit
    • Dr. Stephen Henson's avatar
      PR: 2888 · 42aa3ec4
      Dr. Stephen Henson authored
      Reported by: Daniel Black <daniel.black@openquery.com>
      
      Support renewing session tickets (backport from HEAD).
      42aa3ec4
  6. 04 Dec, 2012 1 commit
  7. 03 Dec, 2012 1 commit
  8. 29 Nov, 2012 1 commit
    • Dr. Stephen Henson's avatar
      PR: 2803 · 42e10c3f
      Dr. Stephen Henson authored
      Submitted by: jean-etienne.schwartz@bull.net
      
      In OCSP_basic_varify return an error if X509_STORE_CTX_init fails.
      42e10c3f
  9. 21 Nov, 2012 1 commit
    • Dr. Stephen Henson's avatar
      PR: 2908 · c571a3e9
      Dr. Stephen Henson authored
      Submitted by: Dmitry Belyavsky <beldmit@gmail.com>
      
      Fix DH double free if parameter generation fails.
      c571a3e9
  10. 19 Nov, 2012 1 commit
  11. 18 Nov, 2012 1 commit
    • Dr. Stephen Henson's avatar
      PR: 2880 · 34b5ba3b
      Dr. Stephen Henson authored
      Submitted by: "Florian Rüchel" <florian.ruechel@ruhr-uni-bochum.de>
      
      Correctly handle local machine keys in the capi ENGINE.
      34b5ba3b
  12. 16 Oct, 2012 1 commit
  13. 05 Oct, 2012 4 commits
  14. 24 Sep, 2012 2 commits
  15. 21 Sep, 2012 1 commit
  16. 11 Sep, 2012 1 commit
  17. 05 Jul, 2012 1 commit
  18. 11 May, 2012 1 commit
    • Dr. Stephen Henson's avatar
      PR: 2813 · 4baee303
      Dr. Stephen Henson authored
      Reported by: Constantine Sapuntzakis <csapuntz@gmail.com>
      
      Fix possible deadlock when decoding public keys.
      4baee303
  19. 10 May, 2012 6 commits
  20. 04 May, 2012 1 commit
  21. 23 Apr, 2012 5 commits