diff options
author | Pauli <paul.dale@oracle.com> | 2019-09-22 02:49:10 +0200 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2019-09-25 03:20:42 +0200 |
commit | 5a2a2f66c5e79895400c6e895ce7f8d48db96bb8 (patch) | |
tree | 4b304e722f5430023e4b6e518a7057a9c3661928 /doc/man7/provider-mac.pod | |
parent | Remove the engine parameter from the individual MAC documentation (diff) | |
download | openssl-5a2a2f66c5e79895400c6e895ce7f8d48db96bb8.tar.xz openssl-5a2a2f66c5e79895400c6e895ce7f8d48db96bb8.zip |
Remove the engine parameter from the provider MAC documentations
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9971)
Diffstat (limited to '')
-rw-r--r-- | doc/man7/provider-mac.pod | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/man7/provider-mac.pod b/doc/man7/provider-mac.pod index 14fb3afb67..77feab6b9b 100644 --- a/doc/man7/provider-mac.pod +++ b/doc/man7/provider-mac.pod @@ -185,22 +185,12 @@ Gets flags associated with the MAC. Sets the name of the underlying cipher or digest to be used. It must name a suitable algorithm for the MAC that's being used. -=item B<OSSL_MAC_PARAM_ENGINE> (utf8 string) - -Sets the name of an engine that implements the underlying algorithm. -This must be given together with the algorithm naming parameter to be -considered valid. - =item B<OSSL_MAC_PARAM_PROPERTIES> (utf8 string) Sets the properties to be queried when trying to fetch the underlying algorithm. This must be given together with the algorithm naming parameter to be considered valid. -Note that both this and B<OSSL_MAC_PARAM_ENGINE> can be given at the same time. -If the underlying algorithm ends up being fetched from a provider, offered by -and engine, or a built in legacy function depends on what is available. - =item B<OSSL_MAC_PARAM_SIZE> (int) Can be used to get the resulting MAC size. |