From 4252b9a77856904ad94f849dddd0e6e8dfc4207a Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Mon, 7 Aug 2023 10:27:49 +0100 Subject: [PATCH] fixup! Incorporate the crypto man page into the OpenSSL guide --- doc/man7/ossl-guide-libcrypto-introduction.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man7/ossl-guide-libcrypto-introduction.pod b/doc/man7/ossl-guide-libcrypto-introduction.pod index e291a4c81a456..4aab8202235c8 100644 --- a/doc/man7/ossl-guide-libcrypto-introduction.pod +++ b/doc/man7/ossl-guide-libcrypto-introduction.pod @@ -25,7 +25,7 @@ Cryptographic primitives such as the SHA256 digest, or AES encryption are referred to in OpenSSL as "algorithms". Each algorithm may have multiple implementations available for use. For example the RSA algorithm is available as a "default" implementation suitable for general use, and a "fips" implementation -which has been validated to FIPS standards for situations where that is +which has been validated to FIPS 140 standards for situations where that is important. It is also possible that a third party could add additional implementations such as in a hardware security module (HSM).