From 957ebe98fb0c66bf1fb241efd96a1160cd8cf5ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Tue, 8 Feb 2011 17:10:47 +0000 Subject: [PATCH] OCSP stapling fix (OpenSSL 0.9.8r/1.0.0d) Submitted by: Neel Mehta, Adam Langley, Bodo Moeller --- CHANGES | 5 ++++- FAQ | 2 +- LICENSE | 2 +- NEWS | 4 ++++ README | 4 ++-- STATUS | 6 +++++- crypto/opensslv.h | 6 +++--- ssl/t1_lib.c | 8 +++++++- util/mkerr.pl | 2 +- 9 files changed, 28 insertions(+), 11 deletions(-) diff --git a/CHANGES b/CHANGES index b79a6f404d..a0442b5306 100644 --- a/CHANGES +++ b/CHANGES @@ -2,7 +2,10 @@ OpenSSL CHANGES _______________ - Changes between 0.9.8q and 0.9.8r [xx XXX xxxx] + Changes between 0.9.8q and 0.9.8r [8 Feb 2011] + + *) Fix parsing of OCSP stapling ClientHello extension. CVE-2011-0014 + [Neel Mehta, Adam Langley, Bodo Moeller (Google)] *) Fix bug in string printing code: if *any* escaping is enabled we must escape the escape character (backslash) or the resulting string is diff --git a/FAQ b/FAQ index 50e9314082..0e008cbdd5 100644 --- a/FAQ +++ b/FAQ @@ -82,7 +82,7 @@ OpenSSL - Frequently Asked Questions * Which is the current version of OpenSSL? The current version is available from . -OpenSSL 1.0.0c was released on Dec 2nd, 2010. +OpenSSL 1.0.0d was released on Feb 8th, 2011. In addition to the current stable release, you can also access daily snapshots of the OpenSSL development version at size) + if (dsize != size) { *al = SSL_AD_DECODE_ERROR; return 0; diff --git a/util/mkerr.pl b/util/mkerr.pl index 5d2f2188c1..7a13130d24 100644 --- a/util/mkerr.pl +++ b/util/mkerr.pl @@ -313,7 +313,7 @@ foreach $lib (keys %csrc) } else { push @out, "/* ====================================================================\n", -" * Copyright (c) 2001-2010 The OpenSSL Project. All rights reserved.\n", +" * Copyright (c) 2001-2011 The OpenSSL Project. All rights reserved.\n", " *\n", " * Redistribution and use in source and binary forms, with or without\n", " * modification, are permitted provided that the following conditions\n", -- 2.25.1