1. 28 Jan, 2014 2 commits
  2. 23 Jan, 2014 1 commit
  3. 16 Jan, 2014 1 commit
  4. 11 Jan, 2014 1 commit
  5. 09 Jan, 2014 1 commit
  6. 08 Jan, 2014 3 commits
  7. 06 Jan, 2014 5 commits
  8. 04 Jan, 2014 1 commit
    • Dr. Stephen Henson's avatar
      Restore SSL_OP_MSIE_SSLV2_RSA_PADDING · 25c9fa60
      Dr. Stephen Henson authored
      The flag SSL_OP_MSIE_SSLV2_RSA_PADDING hasn't done anything since OpenSSL
      0.9.7h but deleting it will break source compatibility with any software
      that references it. Restore it but #define to zero.
      (cherry picked from commit b17d6b8d)
      25c9fa60
  9. 02 Jan, 2014 2 commits
  10. 22 Dec, 2013 1 commit
  11. 20 Dec, 2013 2 commits
  12. 19 Dec, 2013 1 commit
    • Dr. Stephen Henson's avatar
      Use version in SSL_METHOD not SSL structure. · ca989269
      Dr. Stephen Henson authored
      When deciding whether to use TLS 1.2 PRF and record hash algorithms
      use the version number in the corresponding SSL_METHOD structure
      instead of the SSL structure. The SSL structure version is sometimes
      inaccurate. Note: OpenSSL 1.0.2 and later effectively do this already.
      (CVE-2013-6449)
      ca989269
  13. 18 Dec, 2013 2 commits
  14. 10 Dec, 2013 2 commits
  15. 09 Dec, 2013 1 commit
  16. 08 Dec, 2013 2 commits
    • Dr. Stephen Henson's avatar
      make update · 60df657b
      Dr. Stephen Henson authored
      60df657b
    • Dr. Stephen Henson's avatar
      Avoid multiple locks in FIPS mode. · 17a2d080
      Dr. Stephen Henson authored
      PR: 3176.
      
      In FIPS mode ssleay_rand_bytes is only used for PRNG seeding and is
      performed in either a single threaded context (when the PRNG is first
      initialised) or under a lock (reseeding). To avoid multiple locks disable
      use of CRYPTO_LOCK_RAND in FIPS mode in ssleay_rand_bytes.
      (cherry picked from commit 53142f72c9b9c9bad2f39ca6200a4f04f5c8001c)
      17a2d080
  17. 03 Dec, 2013 1 commit
  18. 27 Nov, 2013 1 commit
  19. 12 Nov, 2013 3 commits
  20. 11 Nov, 2013 2 commits
  21. 10 Nov, 2013 1 commit
  22. 09 Nov, 2013 2 commits
  23. 08 Nov, 2013 2 commits