summaryrefslogtreecommitdiffstats
path: root/doc/man7/EVP_MAC-HMAC.pod
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-02-14 22:49:26 +0000
committerMatt Caswell <matt@openssl.org>2020-02-21 20:17:02 +0000
commit745fc918e7eeb86b2ac541325a8ae5c6e374ee56 (patch)
tree9c79d0d5d784ec0251bb08f51ab20a04c42e69cc /doc/man7/EVP_MAC-HMAC.pod
parent980a880ee5a85b94caac3049c7d3be0b765d97d3 (diff)
Introduce the provider property
Replace the properties default, fips and legacy with a single property called "provider". So, for example, instead of writing "default=yes" to get algorithms from the default provider you would instead write "provider=default". We also have a new "fips" property to indicate that an algorithm is compatible with FIPS mode. This applies to all the algorithms in the FIPS provider, as well as any non-cryptographic algorithms (currently only serializers). Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/11097)
Diffstat (limited to 'doc/man7/EVP_MAC-HMAC.pod')
-rw-r--r--doc/man7/EVP_MAC-HMAC.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/EVP_MAC-HMAC.pod b/doc/man7/EVP_MAC-HMAC.pod
index cc6c993b7b..452606dea1 100644
--- a/doc/man7/EVP_MAC-HMAC.pod
+++ b/doc/man7/EVP_MAC-HMAC.pod
@@ -15,7 +15,7 @@ used with EVP_MAC_fetch():
=over 4
-=item "HMAC", "default=yes"
+=item "HMAC", "provider=default" or "provider=fips"
=back