diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/deprecated.txt | 12 | ||||
-rw-r--r-- | doc/news.rst | 4 |
2 files changed, 5 insertions, 11 deletions
diff --git a/doc/deprecated.txt b/doc/deprecated.txt index d62954d1d..ff89a85d2 100644 --- a/doc/deprecated.txt +++ b/doc/deprecated.txt @@ -3,17 +3,7 @@ Currently deprecated: - PRNGs X9.31 (no longer approved) and HMAC_RNG (non-standard) Use HMAC_DRBG -- ECB mode for block ciphers - -- Rabin-Williams signatures - -- Nyberg-Rueppel signatures - -- MARS, RC2, RC5, RC6, SAFER, TEA - -- ECB Cipher_Mode - -- MD2, HAS-160, RIPEMD-128 +- ECB Cipher_Mode for block ciphers - 3DES and SEED ciphersuites in TLS diff --git a/doc/news.rst b/doc/news.rst index e27ae6593..b43de290c 100644 --- a/doc/news.rst +++ b/doc/news.rst @@ -10,6 +10,10 @@ Version 1.11.32, Not Yet Released * Add a new TLS Callbacks interface. Compatability with previous versions is maintained. GH #457 and #567 +* The deprecated algorithms Rabin-Williams, Nyberg-Rueppel, MARS, RC2, + RC5, RC6, SAFER-SK, TEA, MD2, HAS-160, and RIPEMD-128 have been + removed. GH #580 + * The HMAC_RNG constructor added in 1.11.31 that took both an RNG and an entropy source list ignored the entropy sources. |