diff options
Diffstat (limited to 'doc/deprecated.rst')
-rw-r--r-- | doc/deprecated.rst | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/doc/deprecated.rst b/doc/deprecated.rst index f2e4f0a01..1accfd9f9 100644 --- a/doc/deprecated.rst +++ b/doc/deprecated.rst @@ -59,18 +59,12 @@ Deprecated Functionality This section lists cryptographic functionality which will be removed in a future major release. -- Block ciphers CAST-256, GOST 28147, Kasumi, MISTY1, DESX, and XTEA. +- Block ciphers GOST 28147 and XTEA. -- Hash functions GOST 34.11-94 and Tiger +- Hash functions GOST 34.11-94 - DLIES -- MCEIES - -- CBC-MAC - -- PBKDF1 key derivation - - GCM support for 64-bit tags - Weak or rarely used ECC builtin groups including "secp160k1", "secp160r1", @@ -88,9 +82,6 @@ in a future major release. - All support for loading, generating or using RSA keys with a public exponent larger than 2**64-1 -- All or nothing package transform (``package.h``) - - Deprecated Headers ^^^^^^^^^^^^^^^^^^^^^^ @@ -266,9 +257,6 @@ Other API deprecations - Directly accessing the member variables of types ``calendar_point``, ``ASN1_Attribute``, ``AlgorithmIdentifier``, and ``BER_Object`` -- Using a default output length for "SHAKE-128" and "SHAKE-256". Instead, - always specify the desired output length. - - Currently, for certain KDFs, if KDF interface is invoked with a requested output length larger than supported by the KDF, it returns instead a truncated key. In a future major release, instead if KDF |