diff options
author | Jack Lloyd <[email protected]> | 2017-09-27 06:27:48 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-09-27 06:27:48 -0400 |
commit | 28afcb1e9fbdc34dfb02d7897b17bff5e1237a2f (patch) | |
tree | 15f1507d91af7f691f9d78ee5cdd623419923cad /doc/deprecated.txt | |
parent | da1984cf643e522028cad032e786b49cabdc5355 (diff) |
Update deprecated notice
[ci skip]
Diffstat (limited to 'doc/deprecated.txt')
-rw-r--r-- | doc/deprecated.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/deprecated.txt b/doc/deprecated.txt index b9f651e4f..aafa8af30 100644 --- a/doc/deprecated.txt +++ b/doc/deprecated.txt @@ -6,6 +6,13 @@ use case if you want to make sure your code continues to work. This is in addition to specific API calls marked with BOTAN_DEPRECATED in the source. +- The headers botan.h, init.h, lookup.h + +- All or nothing package transform + +- The TLS constructors taking `std::function` for callbacks. Instead + use the TLS::Callbacks interface. + - Platform support for BeOS and IRIX operating systems - 3DES and SEED ciphersuites in TLS |