Date: Sun, 23 Aug 2009 16:29:47 +0000 (UTC) From: "Simon L. Nielsen" <simon@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/crypto/openssl/crypto/pqueue pqueue.c pqueue.h src/crypto/openssl/ssl d1_both.c d1_pkt.c Message-ID: <200908231630.n7NGU7Qm093058@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
simon 2009-08-23 16:29:47 UTC
FreeBSD src repository
Modified files:
crypto/openssl/crypto/pqueue pqueue.c pqueue.h
crypto/openssl/ssl d1_both.c d1_pkt.c
Log:
SVN rev 196474 on 2009-08-23 16:29:47Z by simon
Merge DTLS fixes from vendor-crypto/openssl/dist:
- Fix memory consumption bug with "future epoch" DTLS records.
- Fix fragment handling memory leak.
- Do not access freed data structure.
- Fix DTLS fragment bug - out-of-sequence message handling which could
result in NULL pointer dereference in
dtls1_process_out_of_seq_message().
Note that this will not get FreeBSD Security Advisory as DTLS is
experimental in OpenSSL.
MFC after: 1 week
Security: CVE-2009-1377 CVE-2009-1378 CVE-2009-1379 CVE-2009-1387
Revision Changes Path
1.2 +14 -0 src/crypto/openssl/crypto/pqueue/pqueue.c
1.2 +1 -0 src/crypto/openssl/crypto/pqueue/pqueue.h
1.3 +28 -17 src/crypto/openssl/ssl/d1_both.c
1.3 +4 -0 src/crypto/openssl/ssl/d1_pkt.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908231630.n7NGU7Qm093058>
