diff options
author | Jack Lloyd <[email protected]> | 2020-11-07 07:04:46 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-11-07 07:04:46 -0500 |
commit | a2649702efc608dcd7aabd7149dfc6befa6803c7 (patch) | |
tree | 93430143bfeddaef85c19bc4a089b32dd997218e /doc | |
parent | 289720eb6642dc770a10231fa244dd3dece177ac (diff) | |
parent | 7a0aaf367404d69fa2c681f92aad07009b0ecf34 (diff) |
Merge GH #2461 Remove Data_Store
Diffstat (limited to 'doc')
-rw-r--r-- | doc/deprecated.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/deprecated.rst b/doc/deprecated.rst index 4701640ab..565e51085 100644 --- a/doc/deprecated.rst +++ b/doc/deprecated.rst @@ -125,11 +125,6 @@ Other API deprecations - The TLS constructors taking ``std::function`` for callbacks. Instead use the ``TLS::Callbacks`` interface. -- Using ``X509_Certificate::subject_info`` and ``issuer_info`` to access any - information that is not included in the DN or subject alternative name. Prefer - using the specific assessor functions for other data, eg instead of - ``cert.subject_info("X509.Certificate.serial")`` use ``cert.serial_number()``. - - The ``Buffered_Computation`` base class. In a future release the class will be removed, and all of member functions instead declared directly on ``MessageAuthenticationCode`` and ``HashFunction``. So |