Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-5] src/crypto/dist/openssl



Module Name:    src
Committed By:   snj
Date:           Sun Jul  5 00:34:52 UTC 2009

Modified Files:
        src/crypto/dist/openssl/crypto/pqueue [netbsd-5]: pqueue.c pqueue.h
        src/crypto/dist/openssl/ssl [netbsd-5]: d1_both.c d1_pkt.c s3_pkt.c
            ssl.h ssl_err.c

Log Message:
Pull up following revision(s) (requested by tonnerre in ticket #850):
        crypto/dist/openssl/crypto/pqueue/pqueue.c: revision 1.2
        crypto/dist/openssl/crypto/pqueue/pqueue.h: revision 1.2
        crypto/dist/openssl/ssl/d1_both.c: revision 1.4
        crypto/dist/openssl/ssl/d1_pkt.c: revision 1.2
        crypto/dist/openssl/ssl/s3_pkt.c: revision 1.10
        crypto/dist/openssl/ssl/ssl.h: revision 1.19
        crypto/dist/openssl/ssl/ssl_err.c: revision 1.13
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.1.1.2.4.1 \
    src/crypto/dist/openssl/crypto/pqueue/pqueue.c \
    src/crypto/dist/openssl/crypto/pqueue/pqueue.h
cvs rdiff -u -r1.3 -r1.3.4.1 src/crypto/dist/openssl/ssl/d1_both.c
cvs rdiff -u -r1.1.1.5 -r1.1.1.5.4.1 src/crypto/dist/openssl/ssl/d1_pkt.c
cvs rdiff -u -r1.9 -r1.9.4.1 src/crypto/dist/openssl/ssl/s3_pkt.c
cvs rdiff -u -r1.18 -r1.18.4.1 src/crypto/dist/openssl/ssl/ssl.h
cvs rdiff -u -r1.12 -r1.12.4.1 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