aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2020-11-07 07:04:46 -0500
committerJack Lloyd <[email protected]>2020-11-07 07:04:46 -0500
commita2649702efc608dcd7aabd7149dfc6befa6803c7 (patch)
tree93430143bfeddaef85c19bc4a089b32dd997218e /doc
parent289720eb6642dc770a10231fa244dd3dece177ac (diff)
parent7a0aaf367404d69fa2c681f92aad07009b0ecf34 (diff)
Merge GH #2461 Remove Data_Store
Diffstat (limited to 'doc')
-rw-r--r--doc/deprecated.rst5
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