diff options
author | Jack Lloyd <[email protected]> | 2019-08-01 19:02:05 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-08-01 19:02:05 -0400 |
commit | efe2ef18eccbce25002518776ae0269c62cd3676 (patch) | |
tree | 6d250090f433f6ae8c6c2fda159b237b3da9c4d1 /doc | |
parent | fdf9970f921bf6b3e99c2a99ebc251b6e5dd760e (diff) |
Deprecate more headers
Diffstat (limited to 'doc')
-rw-r--r-- | doc/deprecated.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/deprecated.rst b/doc/deprecated.rst index 95a8f62bf..fff1082df 100644 --- a/doc/deprecated.rst +++ b/doc/deprecated.rst @@ -25,7 +25,8 @@ in the source. removed in a future major release: ``botan.h``, ``init.h``, ``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`` + ``key_filt.h``, ``buf_filt.h``, ``cipher_filter.h``, + ``tls_blocking.h``, - The following headers are currently public, but will be made internal in a future major release, and no longer usable by @@ -33,7 +34,9 @@ in the source. ``dyn_load.h``, ``atomic.h``, ``blinding.h``, ``gf2m_small_m.h``, ``locking_allocator.h``, ``polyn_gf2m.h`,, ``parsing.h``, ``rfc6979.h``, ``divide.h``, ``charset.h``, ``secqueue.h``, - ``keypair.h``, ``http_util.h``, ``scan_name.h``, ``ghash.h`` + ``keypair.h``, ``http_util.h``, ``scan_name.h``, ``ghash.h``, + ``tls_extensions.h``, ``tls_messages.h``, ``tls_algos.h``, + ``tls_magic.h``, - Using a default output length for "SHAKE-128" and "SHAKE-256". Instead, always specify the desired output length. |