diff options
author | Jack Lloyd <[email protected]> | 2016-09-02 16:14:44 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-09-02 16:17:58 -0400 |
commit | 2985b74307d7a8533700be7b0bc354fb4968b7d6 (patch) | |
tree | 833d712e5d114a63ac26b8b12798578ea089f955 /doc | |
parent | f544b4a96ef02a8265a5e485a6fe348523896590 (diff) |
Update news and deprecated files
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. |