summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorbodo <bodo>2011-12-02 12:28:20 +0000
committerbodo <bodo>2011-12-02 12:28:20 +0000
commiteb71ee8f788c0991ab311ea619d04f6e5ee7ef69 (patch)
tree2554ea6a8a85c24ab0bd2953cedd92bf3feec7c8 /CHANGES
parent08cd546c910acb0bdd4a25f25ce3f64fd319d33c (diff)
downloadopenssl-eb71ee8f788c0991ab311ea619d04f6e5ee7ef69.tar.gz
Update HEAD CHANGES file.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES27
1 files changed, 12 insertions, 15 deletions
diff --git a/CHANGES b/CHANGES
index 753492b89..b824ab8cc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -198,21 +198,6 @@
security.
[Emilia Käsper <emilia.kasper@esat.kuleuven.be> (Google)]
- *) Add TLS key material exporter from RFC 5705.
- [Eric Rescorla]
-
- *) Add DTLS-SRTP negotiation from RFC 5764.
- [Eric Rescorla]
-
- *) Add DTLS-SRTP negotiation from RFC 5764.
- [Eric Rescorla]
-
- *) 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]
-
*) New function OPENSSL_gmtime_diff to find the difference in days
and seconds between two tm structures. This will be used to provide
additional functionality for ASN1_TIME.
@@ -261,6 +246,18 @@
Changes between 1.0.0f and 1.0.1 [xx XXX xxxx]
+ *) Add TLS key material exporter from RFC 5705.
+ [Eric Rescorla]
+
+ *) Add DTLS-SRTP negotiation from RFC 5764.
+ [Eric Rescorla]
+
+ *) 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