diff options
author | Jack Lloyd <[email protected]> | 2016-08-17 11:24:03 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-08-17 11:24:03 -0400 |
commit | bf990c7fc77990cf8e43b8f1bd769cd23bfbbcf7 (patch) | |
tree | 5d484a2c25c539b93b8bbc094499233353a27feb /doc/deprecated.txt | |
parent | 199c53632878f3eb73a12239b23eaf1929225e5b (diff) |
Deprecations
[ci skip]
Diffstat (limited to 'doc/deprecated.txt')
-rw-r--r-- | doc/deprecated.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/deprecated.txt b/doc/deprecated.txt new file mode 100644 index 000000000..bb7bb28ef --- /dev/null +++ b/doc/deprecated.txt @@ -0,0 +1,28 @@ +Currently deprecated: + +- Rabin-Williams signatures + +- Nyberg-Rueppel signatures + +- MARS, RC2, RC5, RC6, SAFER, TEA + +- MD2, HAS-160, RIPEMD-128 + +- TLS 3DES and SEED ciphersuites in TLS + +- DSA auth in TLS (not ECDSA) + +- Old (Google specific) ChaCha20 TLS ciphersuites + +- All built in ECC groups < 256 bits + +- 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 + |