diff options
author | Jack Lloyd <[email protected]> | 2018-07-13 17:05:28 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-07-13 17:09:19 -0400 |
commit | 0410b9acd1f4eb13d88e47b3ed1add8640c564da (patch) | |
tree | 74ddfd3d5d71e75b091ae337b03c302a6cfcda46 /doc | |
parent | a2bf7f7f7d4f7907ea711cd6a546485711d2cf42 (diff) |
Don't advertise deprecated functionality
Also undeprecate X9.19 MAC as it is apparently still somewhat
widely used in industry.
Undeprecate SymmetricAlgorithm; unlike Buffered_Computation it
actually pulls its weight by being implemented by several different
types.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/deprecated.rst | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/manual/deprecated.rst b/doc/manual/deprecated.rst index 30c26d503..15039fea4 100644 --- a/doc/manual/deprecated.rst +++ b/doc/manual/deprecated.rst @@ -29,11 +29,6 @@ in the source. MessageAuthenticationCode and HashFunction. So this only affects you if you are directly referencing `Botan::Buffered_Computation` in some way. -- The SymmetricAlgorithm base class. Similarly to Buffered_Computation, in a - future release the class will be removed and its member functions copied to - classes which currently subclass it. This only affects your code if you - are referencing `Botan::SymmetricAlgorithm` directly. - - Support for Visual C++ 2013 - Platform support for Google Native Client @@ -52,7 +47,7 @@ in the source. - Block ciphers CAST-256, Kasumi, MISTY1, and DESX. -- CBC-MAC, X9.19-MAC +- CBC-MAC - PBKDF1 key derivation |