diff options
author | Jack Lloyd <[email protected]> | 2019-08-04 08:57:10 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-08-04 08:57:50 -0400 |
commit | 30c6b8a5dd1daf8293367caf9b137e15f0fa0ab4 (patch) | |
tree | fa686e85f23cedca842bc79b7cec2673d9892118 | |
parent | 903ddc88457fd5ab46a49725ea4ecb66a0a2c3ff (diff) |
Deprecated more public headers [ci skip]
-rw-r--r-- | doc/deprecated.rst | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/deprecated.rst b/doc/deprecated.rst index fff1082df..412cb4e95 100644 --- a/doc/deprecated.rst +++ b/doc/deprecated.rst @@ -26,7 +26,7 @@ in the source. ``lookup.h``, ``threefish.h``, ``sm2_enc.h``, ``datastor.h``, ``basefilt.h``, ``hex_filt.h``, ``b64_filt.h``, ``comp_filter.h``, ``key_filt.h``, ``buf_filt.h``, ``cipher_filter.h``, - ``tls_blocking.h``, + ``tls_blocking.h``, ``pbkdf1.h`` - The following headers are currently public, but will be made internal in a future major release, and no longer usable by @@ -37,6 +37,15 @@ in the source. ``keypair.h``, ``http_util.h``, ``scan_name.h``, ``ghash.h``, ``tls_extensions.h``, ``tls_messages.h``, ``tls_algos.h``, ``tls_magic.h``, + ``stl_compatability.h``, ``bswap.h``, ``calendar.h``, + ``curve_nistp.h``, ``curve_gfp.h``, + ``eme.h``, ``eme_pkcs.h``, ``eme_raw.h``, ``oaep.h``, + ``emsa1.h``, ``emsa.h``, ``emsa_pkcs1.h``, ``emsa_raw.h``, ``emsa_x931.h``, + ``hash_id.h``, ``iso9796.h``, ``pssr.h``, + ``kdf1.h``, ``kdf1_iso18033.h``, ``kdf2.h``, ``sp800_108.h``, ``sp800_56a.h``, + ``sp800_56c.h``, ``prf_tls.h``, ``prf_x942.h``, + ``mode_pad.h``, ``monty.h``, ``mul128.h``, ``pbes2.h``, ``pbkdf2.h``, ``pk_ops.h``, + ``pow_mod.h``, ``reducer.h``, ``stream_mode.h``, ``workfactor.h`` - Using a default output length for "SHAKE-128" and "SHAKE-256". Instead, always specify the desired output length. |