summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-07-04 13:42:05 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-07-04 13:42:05 +0100
commit22db480dafe9e10b8206c7f3cce95fecf9c72773 (patch)
tree47403caf52d3350c6dc7fcfc19bf2790f6437b3b /CHANGES
parentd107382214fb658309f199f7d47d4779b7ebf6a3 (diff)
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 d004adcd05..d82e05f158 100644
--- a/CHANGES
+++ b/CHANGES
@@ -23,10 +23,6 @@
MGF1 digest and OAEP label.
[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
@@ -233,9 +229,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.