summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2011-11-14 02:25:04 +0000
committerBen Laurie <ben@openssl.org>2011-11-14 02:25:04 +0000
commite2809bfb425310ba9bc0ffde679218a4b335658c (patch)
treee58bd59624b563d23aa127b5bb84ebb152c72d51
parent68b33cc5c7aa1bb98e95bfb4b61c34192a7a50e3 (diff)
Next Protocol Negotiation.
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 25d0b81ea8..93a9022dad 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,12 @@
Changes between 1.0.0f and 1.0.1 [xx XXX xxxx]
+ *) Add Next Protocol Negotiation,
+ http://tools.ietf.org/html/draft-agl-tls-nextprotoneg-00. Can be
+ disabled with a no-npn flag to config or Configure. Code donated
+ by Google.
+ [Adam Langley <agl@google.com> and Ben Laurie]
+
*) Add optional 64-bit optimized implementations of elliptic curves NIST-P224,
NIST-P256, NIST-P521, with constant-time single point multiplication on
typical inputs. Compiler support for the nonstandard type __uint128_t is