summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-08-15 15:15:05 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-08-15 15:15:05 +0000
commit2ea803546046e61783da398306b4a19070c51448 (patch)
tree1cbb1773f735b2a989bb79be74f04c8e6c044a9e /CHANGES
parent5833e4f5d63b2ca9637c1427a1efc170c479b925 (diff)
Add three Suite B modes to TLS code, supporting RFC6460.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f37e3d7ec6..0352bceb4b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,12 @@
Changes between 1.0.1 and 1.1.0 [xx XXX xxxx]
+ *) New Suite B modes for TLS code. These use and enforce the requirements
+ of RFC6460: restrict ciphersuites, only permit Suite B algorithms and
+ only use Suite B curves. The Suite B modes can be set by using the
+ strings "SUITEB128", "SUITEB192" or "SUITEB128ONLY" for the cipherstring.
+ [Steve Henson]
+
*) New chain verification flags for Suite B levels of security. Check
algorithms are acceptable when flags are set in X509_verify_cert.
[Steve Henson]