1. 19 Mar, 2015 2 commits
    • Emilia Kasper's avatar
      PKCS#7: avoid NULL pointer dereferences with missing content · 9104dc42
      Emilia Kasper authored
      
      
      In PKCS#7, the ASN.1 content component is optional.
      This typically applies to inner content (detached signatures),
      however we must also handle unexpected missing outer content
      correctly.
      
      This patch only addresses functions reachable from parsing,
      decryption and verification, and functions otherwise associated
      with reading potentially untrusted data.
      
      Correcting all low-level API calls requires further work.
      
      CVE-2015-0289
      
      Thanks to Michal Zalewski (Google) for reporting this issue.
      
      Reviewed-by: default avatarSteve Henson <steve@openssl.org>
      9104dc42
    • Dr. Stephen Henson's avatar
      Fix ASN1_TYPE_cmp · 02758836
      Dr. Stephen Henson authored
      
      
      Fix segmentation violation when ASN1_TYPE_cmp is passed a boolean type. This
      can be triggered during certificate verification so could be a DoS attack
      against a client or a server enabling client authentication.
      
      CVE-2015-0286
      
      Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
      02758836
  2. 18 Mar, 2015 1 commit
  3. 12 Mar, 2015 1 commit
  4. 11 Mar, 2015 1 commit
  5. 09 Mar, 2015 1 commit
  6. 08 Mar, 2015 3 commits
  7. 07 Mar, 2015 1 commit
  8. 06 Mar, 2015 1 commit
  9. 02 Mar, 2015 2 commits
  10. 25 Feb, 2015 1 commit
  11. 24 Feb, 2015 1 commit
  12. 09 Feb, 2015 2 commits
  13. 06 Feb, 2015 1 commit
  14. 05 Feb, 2015 1 commit
  15. 04 Feb, 2015 1 commit
  16. 03 Feb, 2015 1 commit
  17. 22 Jan, 2015 19 commits