aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorSimon L. B. Nielsen <simon@FreeBSD.org>2010-11-29 20:43:06 +0000
committerSimon L. B. Nielsen <simon@FreeBSD.org>2010-11-29 20:43:06 +0000
commit7a43cb98ef0937941e3f81869a1de1a39c60b901 (patch)
treee973b51a418bd2017096bee30e0b747f477da4fb /UPDATING
parent9738e0c840babe80b46f34c17bcd8adbff6aea70 (diff)
downloadsrc-7a43cb98ef0937941e3f81869a1de1a39c60b901.tar.gz
src-7a43cb98ef0937941e3f81869a1de1a39c60b901.zip
Fix a race condition exists in the OpenSSL TLS server extension code andreleng/7.1
a double free in the SSL client ECDH handling code. Approved by: so (simon) Security: CVE-2010-2939, CVE-2010-3864 Security: FreeBSD-SA-10:10.openssl
Notes
Notes: svn path=/releng/7.1/; revision=216063
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 384447d3ab90..844e7f0012f7 100644
--- a/UPDATING
+++ b/UPDATING
@@ -8,6 +8,9 @@ Items affecting the ports and packages system can be found in
/usr/ports/UPDATING. Please read that file before running
portupgrade.
+20101129: p16 FreeBSD-SA-10:10.openssl
+ Fix OpenSSL multiple vulnerabilities.
+
20101110: p15 FreeBSD-SA-10:09.pseudofs
Don't unlock a mutex which wasn't locked.