diff options
author | Jack Lloyd <[email protected]> | 2020-10-28 06:18:28 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-11-05 10:40:44 -0500 |
commit | 76c1b92f320cee8a13c2071e3325d10bb1d7190d (patch) | |
tree | 9e4ff05b95683dbf663a2b3c4ea6458d2991eaf8 /doc/deprecated.rst | |
parent | ea43667f863cc20175745e6d9253f5a4d284fc44 (diff) |
Update deprecated list
Diffstat (limited to 'doc/deprecated.rst')
-rw-r--r-- | doc/deprecated.rst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/deprecated.rst b/doc/deprecated.rst index 649dcbbab..1accfd9f9 100644 --- a/doc/deprecated.rst +++ b/doc/deprecated.rst @@ -65,10 +65,6 @@ in a future major release. - DLIES -- MCEIES - -- CBC-MAC - - GCM support for 64-bit tags - Weak or rarely used ECC builtin groups including "secp160k1", "secp160r1", @@ -86,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 ^^^^^^^^^^^^^^^^^^^^^^ @@ -264,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 |