diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-05-12 09:24:23 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-05-12 09:24:23 +0200 |
commit | 9258cff0e8b7acb31789492ab637e576390400dc (patch) | |
tree | c8a307e241c28a882a13b378781c7fece8698db3 /doc/cha-crypto.texi | |
parent | ce1c102bc638c3b3ebe6d4fe66b1760c0b49e4a5 (diff) | |
download | gnutls-9258cff0e8b7acb31789492ab637e576390400dc.tar.gz |
doc: clarify that 'hmac' in the name of functions is only for legacy reasons
Diffstat (limited to 'doc/cha-crypto.texi')
-rw-r--r-- | doc/cha-crypto.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/cha-crypto.texi b/doc/cha-crypto.texi index 04ec3579eb..1a32892f91 100644 --- a/doc/cha-crypto.texi +++ b/doc/cha-crypto.texi @@ -83,7 +83,8 @@ To append certificates, or CRLs in the structure the following functions are pro The available operations to access hash functions and hash-MAC (HMAC) algorithms are shown below. HMAC algorithms provided keyed hash functionality. The supported MAC and HMAC -algorithms are listed in @ref{gnutls_mac_algorithm_t}. +algorithms are listed in @ref{gnutls_mac_algorithm_t}. Note that, despite the @code{hmac} part +in the name of the MAC functions listed below, they can be used either for HMAC or MAC operations. @showenumdesc{gnutls_mac_algorithm_t,The supported MAC and HMAC algorithms.} |