diff options
-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 |