Add documentation for key validation that indicates the difference between the
[openssl.git] / doc / man3 / EVP_DigestVerifyInit.pod
index 398146b5b8eda5b26761120eaaf3d64bb7b22755..d83c2ba52476e8e81bedd89e099c7a108b202aec 100644 (file)
@@ -41,9 +41,9 @@ be used for the actual signing. See L<provider(7)/Implicit fetch> for
 more information about implicit fetches.
 
 The OpenSSL default and legacy providers support fetching digests and can fetch
-those digests from any available provider. The OpenSSL fips provider also
+those digests from any available provider. The OpenSSL FIPS provider also
 supports fetching digests but will only fetch digests that are themselves
-implemented inside the fips provider.
+implemented inside the FIPS provider.
 
 B<ctx> must be created with EVP_MD_CTX_new() before calling this function. If
 B<pctx> is not NULL, the EVP_PKEY_CTX of the verification operation will be