1. 19 Mar, 2015 5 commits
    • Matt Caswell's avatar
      Update NEWS file · c7395fb9
      Matt Caswell authored
      
      
      Update the NEWS file with the latest entries from CHANGES ready for the
      release.
      
      Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
      c7395fb9
    • Matt Caswell's avatar
      Update CHANGES for release · d53f9203
      Matt Caswell authored
      
      
      Update CHANGES fiel with all the latest fixes ready for the release.
      
      Conflicts:
      	CHANGES
      
      Conflicts:
      	CHANGES
      
      Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
      d53f9203
    • Emilia Kasper's avatar
      Fix reachable assert in SSLv2 servers. · 65c588c1
      Emilia Kasper authored
      
      
      This assert is reachable for servers that support SSLv2 and export ciphers.
      Therefore, such servers can be DoSed by sending a specially crafted
      SSLv2 CLIENT-MASTER-KEY.
      
      Also fix s2_srvr.c to error out early if the key lengths are malformed.
      These lengths are sent unencrypted, so this does not introduce an oracle.
      
      CVE-2015-0293
      
      This issue was discovered by Sean Burford (Google) and Emilia Käsper of
      the OpenSSL development team.
      
      Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
      Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
      65c588c1
    • Emilia Kasper's avatar
      PKCS#7: avoid NULL pointer dereferences with missing content · 544e3e3b
      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>
      
      Conflicts:
      	crypto/pkcs7/pk7_doit.c
      544e3e3b
    • Dr. Stephen Henson's avatar
      Fix ASN1_TYPE_cmp · 497d0b00
      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>
      497d0b00
  2. 18 Mar, 2015 1 commit
  3. 14 Mar, 2015 2 commits
  4. 11 Mar, 2015 1 commit
  5. 08 Mar, 2015 1 commit
  6. 06 Mar, 2015 1 commit
  7. 02 Mar, 2015 2 commits
  8. 25 Feb, 2015 1 commit
  9. 09 Feb, 2015 2 commits
  10. 06 Feb, 2015 1 commit
  11. 05 Feb, 2015 1 commit
  12. 03 Feb, 2015 1 commit
  13. 22 Jan, 2015 21 commits