Remove the engine parameter from the individual MAC documentation
authorPauli <paul.dale@oracle.com>
Sun, 22 Sep 2019 00:48:40 +0000 (10:48 +1000)
committerPauli <paul.dale@oracle.com>
Wed, 25 Sep 2019 01:20:42 +0000 (11:20 +1000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9971)

doc/man7/EVP_MAC-CMAC.pod
doc/man7/EVP_MAC-GMAC.pod
doc/man7/EVP_MAC-HMAC.pod

index 05d198a7a57236ac7855019a64631aa18ed4efc8..0b30c93735da51b1c93b6a2a39760ee2b0de73dc 100644 (file)
@@ -30,8 +30,6 @@ The following parameter can be set with EVP_MAC_CTX_set_params():
 
 =item B<OSSL_MAC_PARAM_KEY> ("key") <octet string>
 
-=item B<OSSL_MAC_PARAM_ENGINE> ("engine") <utf8 string>
-
 =item B<OSSL_MAC_PARAM_CIPHER> ("cipher") <utf8 string>
 
 =item B<OSSL_MAC_PARAM_PROPERTIES> ("properties") <utf8 string>
index 4953221909610dcd3747c4d44d4ead94581c3f4d..79aaaa5b24052c261dc913ac984341409a99c3d0 100644 (file)
@@ -32,8 +32,6 @@ The following parameter can be set with EVP_MAC_CTX_set_params():
 
 =item B<OSSL_MAC_PARAM_IV> ("iv") <octet string>
 
-=item B<OSSL_MAC_PARAM_ENGINE> ("engine") <utf8 string>
-
 =item B<OSSL_MAC_PARAM_CIPHER> ("cipher") <utf8 string>
 
 =item B<OSSL_MAC_PARAM_PROPERTIES> ("properties") <utf8 string>
index 6e9e74dd37cbef917b430e9aec90767b1e223d53..3ca2909d038f7d682d3cd77caff6ec280870e749 100644 (file)
@@ -32,8 +32,6 @@ The following parameter can be set with EVP_MAC_CTX_set_params():
 
 =item B<OSSL_MAC_PARAM_FLAGS> ("flags") <octet string>
 
-=item B<OSSL_MAC_PARAM_ENGINE> ("engine") <utf8 string>
-
 =item B<OSSL_MAC_PARAM_DIGEST> ("digest") <utf8 string>
 
 =item B<OSSL_MAC_PARAM_PROPERTIES> ("properties") <utf8 string>