Source-Changes archive

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

CVS commit: src/crypto/dist/openssl/ssl



Module Name:    src
Committed By:   tonnerre
Date:           Thu Jun  5 15:30:11 UTC 2008

Modified Files:
        src/crypto/dist/openssl/ssl: s3_clnt.c t1_lib.c

Log Message:
Fix two Denial of Service vulnerabilities in OpenSSL:
 - Fix flaw if server key exchange message is omitted from a TLS handshake
   which could lead to a silent crash.
 - Fix double free in TLS server name extensions which could lead to a
   remote crash.

Fixes CVE-2008-1672.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/crypto/dist/openssl/ssl/s3_clnt.c
cvs rdiff -r1.1.1.5 -r1.2 src/crypto/dist/openssl/ssl/t1_lib.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