diff options
author | Jack Lloyd <[email protected]> | 2016-11-03 11:43:29 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-11-03 11:44:31 -0400 |
commit | 277b4f703ba6354a37b5d12adebfc4f726cc72af (patch) | |
tree | ea6222b0badd38952431c09d9c28b13ca65bfa3f /doc/deprecated.txt | |
parent | c778c9e3dd5353dc7c6326b842da3faf60cdc735 (diff) |
Update deprecated list
None of these are queued for removal before 2.0, but all probably
should have been removed already so get out in front of things for 2.2
[ci skip]
Diffstat (limited to 'doc/deprecated.txt')
-rw-r--r-- | doc/deprecated.txt | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/doc/deprecated.txt b/doc/deprecated.txt index 4e2723d68..1a1a95242 100644 --- a/doc/deprecated.txt +++ b/doc/deprecated.txt @@ -1,12 +1,24 @@ +The following functionality is currently deprecated, and will likely +be removed in a future release. If you think you have a good reason to +be using one of the following, contact the developers to explain your +use case if you want to make sure your code continues to work. + +This is in addition to specific API calls marked with BOTAN_DEPRECATED +in the source. + Currently deprecated: - ECB Cipher_Mode for block ciphers - 3DES and SEED ciphersuites in TLS -- PBKDF1 key derivation +- DSA ciphersuites/certs in TLS -- DSA auth in TLS (not ECDSA) +- CAST-256, Kasumi, MISTY1, and DESX ciphers + +- CBC-MAC, X9.19-MAC + +- PBKDF1 key derivation - Old (Google specific) ChaCha20 TLS ciphersuites |