1. 03 Jun, 2014 3 commits
    • Dr. Stephen Henson's avatar
      Additional CVE-2014-0224 protection. · 123370fb
      Dr. Stephen Henson authored
      Return a fatal error if an attempt is made to use a zero length
      master secret.
      123370fb
    • Dr. Stephen Henson's avatar
      Fix for CVE-2014-0224 · c97e457d
      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.
      c97e457d
    • Dr. Stephen Henson's avatar
      Fix for CVE-2014-0195 · f4e6ed09
      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.
      f4e6ed09
  2. 02 Jun, 2014 4 commits
    • zhu qun-ying's avatar
      Free up s->d1->buffered_app_data.q properly. · b79e6e3a
      zhu qun-ying authored
      PR#3286
      (cherry picked from commit 71e95000afb2227fe5cac1c79ae884338bcd8d0b)
      b79e6e3a
    • Dr. Stephen Henson's avatar
      Make PKCS7_NOCERTS match documentation. · 812b7246
      Dr. Stephen Henson authored
      As documented PKCS7_NOCERTS should only exclude the signer's certificate
      and not any supplied in the "certs" parameter. This makes it possible to
      exclude the signer's certificate but include other certificates. Applications
      that don't want to include other certificates should set "certs" to NULL
      anyway.
      (cherry picked from commit 5c6f808b66f1a2e0fb2a508b24b845a88803fe3a)
      812b7246
    • Annie Yousar's avatar
      Fix typo. · db305124
      Annie Yousar authored
      PR#2677.
      db305124
    • Sami Farin's avatar
      Typo: set i to -1 before goto. · bffbaf92
      Sami Farin authored
      PR#3302
      (cherry picked from commit 9717f01951f976f76dd40a38d9fc7307057fa4c4)
      bffbaf92
  3. 01 Jun, 2014 4 commits
  4. 30 May, 2014 2 commits
  5. 29 May, 2014 5 commits
  6. 27 May, 2014 1 commit
  7. 25 May, 2014 1 commit
  8. 24 May, 2014 1 commit
  9. 21 May, 2014 1 commit
  10. 19 May, 2014 1 commit
  11. 15 May, 2014 1 commit
  12. 14 May, 2014 3 commits
  13. 12 May, 2014 3 commits
  14. 11 May, 2014 4 commits
  15. 09 May, 2014 1 commit
    • Dr. Stephen Henson's avatar
      Return an error if no recipient type matches. · c3cd9be0
      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)
      c3cd9be0
  16. 08 May, 2014 2 commits
  17. 07 May, 2014 2 commits
  18. 06 May, 2014 1 commit