summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-08-26 14:23:52 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-08-26 14:23:52 +0000
commit44959ee456effed8c9b7e2d7a49c27b46a5a4454 (patch)
tree9f65c42d7edbdb9a22cc72cbcf50c795132300ea /CHANGES
parentc94f7f657bdfb94383413923d3cd522ed8ca955f (diff)
PR: 1833
Submitted By: Robin Seggelmann <seggelmann@fh-muenster.de> Support for abbreviated handshakes when renegotiating.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5cbe876949..bd5f02bab3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -107,6 +107,10 @@
Changes between 1.0.0a and 1.0.1 [xx XXX xxxx]
+ *) Permit abbreviated handshakes when renegotiating using the function
+ SSL_renegotiate_abbreviated().
+ [Robin Seggelmann <seggelmann@fh-muenster.de>]
+
*) Add call to ENGINE_register_all_complete() to
ENGINE_load_builtin_engines(), so some implementations get used
automatically instead of needing explicit application support.