1. 03 Jun, 2014 2 commits
    • Dr. Stephen Henson's avatar
      Fix for CVE-2014-0224 · 410a49a4
      Dr. Stephen Henson authored
      Only accept change cipher spec when it is expected instead of at any
      time. This prevents premature setting of session keys before the master
      secret is determined which an attacker could use as a MITM attack.
      
      Thanks to KIKUCHI Masashi (Lepidum Co. Ltd.) for reporting this issue
      and providing the initial fix this patch is based on.
      410a49a4
    • Dr. Stephen Henson's avatar
      Fix for CVE-2014-0195 · 82ba68c4
      Dr. Stephen Henson authored
      A buffer overrun attack can be triggered by sending invalid DTLS fragments
      to an OpenSSL DTLS client or server. This is potentially exploitable to
      run arbitrary code on a vulnerable client or server.
      
      Fixed by adding consistency check for DTLS fragments.
      
      Thanks to Jüri Aedla for reporting this issue.
      82ba68c4
  2. 02 Jun, 2014 3 commits
  3. 01 Jun, 2014 2 commits
  4. 29 May, 2014 3 commits
  5. 27 May, 2014 1 commit
  6. 25 May, 2014 1 commit
  7. 24 May, 2014 1 commit
  8. 21 May, 2014 2 commits
  9. 15 May, 2014 1 commit
  10. 14 May, 2014 3 commits
  11. 12 May, 2014 1 commit
  12. 11 May, 2014 3 commits
  13. 08 May, 2014 1 commit
    • Dr. Stephen Henson's avatar
      Return an error if no recipient type matches. · 70ddf8ec
      Dr. Stephen Henson authored
      If the key type does not match any CMS recipient type return
      an error instead of using a random key (MMA mitigation). This
      does not leak any useful information to an attacker.
      
      PR#3348
      (cherry picked from commit 83a3182e0560f76548f4378325393461f6275493)
      70ddf8ec
  14. 06 May, 2014 4 commits
  15. 24 Apr, 2014 1 commit
  16. 11 Apr, 2014 1 commit
  17. 09 Apr, 2014 1 commit
  18. 04 Apr, 2014 2 commits
  19. 02 Apr, 2014 1 commit
    • Eric Young's avatar
      Fix base64 decoding bug. · 9ad5c5e4
      Eric Young authored
      A short PEM encoded sequence if passed to the BIO, and the file
      had 2 \n following would fail.
      
      PR#3289
      (cherry picked from commit 10378fb5)
      9ad5c5e4
  20. 27 Mar, 2014 5 commits
  21. 15 Feb, 2014 1 commit