From: Bodo Möller Date: Tue, 8 Feb 2011 17:48:57 +0000 (+0000) Subject: OCSP stapling fix (OpenSSL 0.9.8r/1.0.0d) X-Git-Tag: OpenSSL-fips-2_0-rc1~777 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=9770924f9bd6de3d64041f4a725dea7c958721b7;hp=f4001a0d192a2462bcedbaadf95e778ddc352ebb OCSP stapling fix (OpenSSL 0.9.8r/1.0.0d) Submitted by: Neel Mehta, Adam Langley, Bodo Moeller --- 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 5dd89582c5..43b3af6555 100644 --- a/util/mkerr.pl +++ b/util/mkerr.pl @@ -392,7 +392,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",