1. 26 Apr, 2014 1 commit
    • mancha's avatar
      Fix eckey_priv_encode() · e14f14d3
      mancha authored
      Fix eckey_priv_encode to return an error on failure of i2d_ECPrivateKey.
      e14f14d3
  2. 25 Apr, 2014 5 commits
  3. 24 Apr, 2014 3 commits
  4. 23 Apr, 2014 1 commit
  5. 22 Apr, 2014 1 commit
  6. 21 Apr, 2014 1 commit
  7. 16 Apr, 2014 1 commit
  8. 15 Apr, 2014 2 commits
  9. 11 Apr, 2014 1 commit
  10. 09 Apr, 2014 2 commits
  11. 08 Apr, 2014 1 commit
  12. 07 Apr, 2014 3 commits
    • Dr. Stephen Henson's avatar
      Return if ssleay_rand_add called with zero num. · f74fa33b
      Dr. Stephen Henson authored
      Treat a zero length passed to ssleay_rand_add a no op: the existing logic
      zeroes the md value which is very bad. OpenSSL itself never does this
      internally and the actual call doesn't make sense as it would be passing
      zero bytes of entropy.
      
      Thanks to Marcus Meissner <meissner@suse.de> for reporting this bug.
      (cherry picked from commit 5be1ae28)
      f74fa33b
    • Dr. Stephen Henson's avatar
      Add heartbeat extension bounds check. · 731f4314
      Dr. Stephen Henson authored
      A missing bounds check in the handling of the TLS heartbeat extension
      can be used to reveal up to 64k of memory to a connected client or
      server.
      
      Thanks for Neel Mehta of Google Security for discovering this bug and to
      Adam Langley <agl@chromium.org> and Bodo Moeller <bmoeller@acm.org> for
      preparing the fix (CVE-2014-0160)
      (cherry picked from commit 96db9023)
      731f4314
    • Dr. Stephen Henson's avatar
      Document -verify_return_error option. · 4e6c12f3
      Dr. Stephen Henson authored
      4e6c12f3
  13. 06 Apr, 2014 2 commits
  14. 05 Apr, 2014 3 commits
  15. 04 Apr, 2014 2 commits
  16. 03 Apr, 2014 2 commits
  17. 02 Apr, 2014 1 commit
    • Eric Young's avatar
      Fix base64 decoding bug. · 10378fb5
      Eric Young authored
      A short PEM encoded sequence if passed to the BIO, and the file
      had 2 \n following would fail.
      
      PR#3289
      10378fb5
  18. 01 Apr, 2014 1 commit
  19. 29 Mar, 2014 1 commit
  20. 28 Mar, 2014 6 commits