Module Name: src Committed By: msaitoh Date: Wed Aug 27 13:35:45 UTC 2014
Modified Files: src/doc [netbsd-5-1]: CHANGES-5.1.5 Log Message: Ticket 1918. To generate a diff of this commit: cvs rdiff -u -r1.1.2.16 -r1.1.2.17 src/doc/CHANGES-5.1.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-5.1.5 diff -u src/doc/CHANGES-5.1.5:1.1.2.16 src/doc/CHANGES-5.1.5:1.1.2.17 --- src/doc/CHANGES-5.1.5:1.1.2.16 Wed Aug 27 07:39:40 2014 +++ src/doc/CHANGES-5.1.5 Wed Aug 27 13:35:45 2014 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.1.5,v 1.1.2.16 2014/08/27 07:39:40 msaitoh Exp $ +# $NetBSD: CHANGES-5.1.5,v 1.1.2.17 2014/08/27 13:35:45 msaitoh Exp $ A complete list of changes from the NetBSD 5.1.4 release to the NetBSD 5.1.5 release: @@ -242,3 +242,23 @@ sys/dev/pci/pci_usrreq.c 1.26 via patc writes before feeding them to a kassert in pci_conf_read/write or to a trap in the hardware itself. [riastradh, ticket #1922] + +crypto/dist/openssl/crypto/asn1/a_object.c patch +crypto/dist/openssl/crypto/asn1/asn1.h patch +crypto/dist/openssl/crypto/asn1/asn1_err.c patch +crypto/dist/openssl/crypto/objects/obj_dat.c patch +crypto/dist/openssl/ssl/d1_both.c patch +crypto/dist/openssl/ssl/s23_srvr.c patch +crypto/dist/openssl/ssl/s3_clnt.c patch +crypto/dist/openssl/ssl/t1_lib.c patch + + Patches for the following vulnerabilities: + - Information leak in pretty printing functions (CVE-2014-3508) + - Double Free when processing DTLS packets (CVE-2014-3505) + - DTLS memory exhaustion (CVE-2014-3506) + - DTLS memory leak from zero-length fragments (CVE-2014-3507) + - OpenSSL DTLS anonymous EC(DH) denial of service (CVE-2014-3510) + - Race condition in ssl_parse_serverhello_tlsext (CVE-2014-3509) + - OpenSSL TLS protocol downgrade attack (CVE-2014-3511) + Backported from the recent 1.0.1i OpenSSL release. + [spz, ticket #1918]