Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/crypto/dist/openssl
Module Name: src
Committed By: tonnerre
Date: Sat Jul 4 19:52:10 UTC 2009
Modified Files:
src/crypto/dist/openssl/crypto/pqueue: pqueue.c pqueue.h
src/crypto/dist/openssl/ssl: d1_both.c d1_pkt.c s3_pkt.c ssl.h
ssl_err.c
Log Message:
Fix various vulnerabilities in OpenSSL which have not previously been
addressed: CVE-2009-1377, CVE-2009-1378, CVE-2009-1379, CVE-2009-1386
and CVE-2009-1387.
Changes deal mostly with size checking of various elements and fixes
to various error paths.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 src/crypto/dist/openssl/crypto/pqueue/pqueue.c \
src/crypto/dist/openssl/crypto/pqueue/pqueue.h
cvs rdiff -u -r1.3 -r1.4 src/crypto/dist/openssl/ssl/d1_both.c
cvs rdiff -u -r1.1.1.5 -r1.2 src/crypto/dist/openssl/ssl/d1_pkt.c
cvs rdiff -u -r1.9 -r1.10 src/crypto/dist/openssl/ssl/s3_pkt.c
cvs rdiff -u -r1.18 -r1.19 src/crypto/dist/openssl/ssl/ssl.h
cvs rdiff -u -r1.12 -r1.13 src/crypto/dist/openssl/ssl/ssl_err.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index