X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fman7%2Fprovider-mac.pod;h=14fb3afb6766d1c2252064c653de7e4ff2615565;hp=455231172f88a978ba3b39fdb2f8e31f2230d9e1;hb=703170d4b9da1b3adc0e4d87719a5156080b2dca;hpb=92d9d0ae2b10b12e42d33047b60e64ebfc296596;ds=sidebyside diff --git a/doc/man7/provider-mac.pod b/doc/man7/provider-mac.pod index 455231172f..14fb3afb67 100644 --- a/doc/man7/provider-mac.pod +++ b/doc/man7/provider-mac.pod @@ -178,21 +178,12 @@ Gets flags associated with the MAC. =for comment We need to investigate if this is the right approach -=item B (utf8 string) - -Sets the name of the underlying algorithm to be used. -It must name a suitable algorithm for the MAC that's being used. - -=item B (utf8 string) +=item B (utf8 string) =item B (utf8 string) -=item B (utf8 string) - -These have the same meaning as B, but specify -the expected operation for the underlying algorithm. -These are regarded as antiquated, but are kept for easier transition from -legacy MAC implementations. +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 (utf8 string) @@ -212,13 +203,11 @@ and engine, or a built in legacy function depends on what is available. =item B (int) -=item B (int) - -=item B (int) +Can be used to get the resulting MAC size. -All three names are considered the same. -B and B are considered -antiquated, but are kept for easier transition from legacy MAC implementations. +With some MAC algorithms, it can also be used to set the size that the +resulting MAC should have. +Allowable sizes are decided within each implementation. =back