aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-07-04 13:26:35 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-07-04 13:26:35 +0100
commitb948ee27b0206a392bfd7340779b29ed9375e197 (patch)
treeec777fd0118b6ec238439f09b05b20443865c576 /CHANGES
parenta23a6e85d8dcd5733a343754f434201f3c9aa6f0 (diff)
downloadopenssl-b948ee27b0206a392bfd7340779b29ed9375e197.tar.gz
Remove all RFC5878 code.
Remove RFC5878 code. It is no longer needed for CT and has numerous bugs
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 0 insertions, 7 deletions
diff --git a/CHANGES b/CHANGES
index 4236f8600e..bf37e58999 100644
--- a/CHANGES
+++ b/CHANGES
@@ -60,10 +60,6 @@
[Steve Henson]
- *) Add callbacks supporting generation and retrieval of supplemental
- data entries.
- [Scott Deboy <sdeboy@apache.org>, Trevor Perrin and Ben Laurie]
-
*) Add EVP support for key wrapping algorithms, to avoid problems with
existing code the flag EVP_CIPHER_CTX_WRAP_ALLOW has to be set in
the EVP_CIPHER_CTX or an error is returned. Add AES and DES3 wrap
@@ -528,9 +524,6 @@
*) Support for linux-x32, ILP32 environment in x86_64 framework.
[Andy Polyakov]
- *) RFC 5878 (TLS Authorization Extensions) support.
- [Emilia Kasper, Adam Langley, Ben Laurie (Google)]
-
*) Experimental multi-implementation support for FIPS capable OpenSSL.
When in FIPS mode the approved implementations are used as normal,
when not in FIPS mode the internal unapproved versions are used instead.