summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2017-03-31 20:53:19 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-03-31 21:14:52 +0200
commitfee9dabc9f42342c1cebf92ee788163d23255dc0 (patch)
tree8107067b7a31794e3fe9d8c1804ed0da22a3e7f7
parentdb03b55c5d7f249337a198a8691dd85fa2fe9bdc (diff)
downloadgnutls-fee9dabc9f42342c1cebf92ee788163d23255dc0.tar.gz
doc: make a note that parts of the crypto API are in Core API
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--doc/cha-functions.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/cha-functions.texi b/doc/cha-functions.texi
index 072de10d7c..29e8d3a3d3 100644
--- a/doc/cha-functions.texi
+++ b/doc/cha-functions.texi
@@ -114,6 +114,10 @@ with the @code{libgnutls-dane} library to use them.
The following functions are to be used for low-level cryptographic operations.
Their prototypes lie in @file{gnutls/crypto.h}.
+Note that due to historic reasons several functions, (e.g.
+@funcref{gnutls_mac_list}, @funcref{gnutls_mac_get_name}) of this API are part
+of the @ref{Core TLS API}.
+
@include crypto-api.texi
@node Compatibility API