Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2018-09-10 16:44:04 +0300
committerMatt Caswell <matt@openssl.org>2018-09-10 19:05:29 +0300
commit6ccfc8fa316f8dcfe4c943e5a43e9e3661be9cb1 (patch)
tree52b571680e05107c8a7a9d8987e2d5c6b492076e /CHANGES
parent3f8b623aaa4044908900767a8991b7769b320880 (diff)
More updates to CHANGES and NEWS for the 1.1.1 release
Reviewed-by: Ben Kaduk <kaduk@mit.edu> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7167)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index be449542f2..63fe26c3c2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,14 @@
Changes between 1.1.0i and 1.1.1 [xx XXX xxxx]
+ *) Add a new ClientHello callback. Provides a callback interface that gives
+ the application the ability to adjust the nascent SSL object at the
+ earliest stage of ClientHello processing, immediately after extensions have
+ been collected but before they have been processed. In particular, this
+ callback can adjust the supported TLS versions in response to the contents
+ of the ClientHello
+ [Benjamin Kaduk]
+
*) Add SM2 base algorithm support.
[Jack Lloyd]