diff options
author | Jack Lloyd <[email protected]> | 2016-10-30 09:43:18 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-10-30 09:43:18 -0400 |
commit | db9df6f7322fd9b2606c273a49836c11e9973711 (patch) | |
tree | cc434f4825007f755c24dc1421c908e3a9932aee /doc | |
parent | e6a64f256cbd5c37ff1d284a26bd22cc45801c03 (diff) | |
parent | f98c184fe66e6c0f624b381a186c6dddfc62539a (diff) |
Merge GH #692 Remove deprecated RNGs and entropy sources
Diffstat (limited to 'doc')
-rw-r--r-- | doc/deprecated.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/deprecated.txt b/doc/deprecated.txt index a2dd32a20..4e2723d68 100644 --- a/doc/deprecated.txt +++ b/doc/deprecated.txt @@ -1,8 +1,5 @@ Currently deprecated: -- PRNGs X9.31 (no longer approved) and HMAC_RNG (non-standard) - Use HMAC_DRBG - - ECB Cipher_Mode for block ciphers - 3DES and SEED ciphersuites in TLS @@ -18,10 +15,3 @@ Currently deprecated: - All built in MODP groups < 2048 bits - All pre-created DSA groups - -- All support for BeOS/Haiku including BeOS entropy source - -- EGD entropy source - -- Unix process exec entropy source - |