erlang/otp-0026-crypto-Fix-doc-for-FIPS-with-OpenSSL-3.patch
Peter Lemenkov 9aea5ce05a Reenable OpenSSL 3
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
2023-08-14 20:15:10 +02:00

22 lines
1.0 KiB
Diff

From: Sverker Eriksson <sverker@erlang.org>
Date: Tue, 20 Jun 2023 20:55:03 +0200
Subject: [PATCH] crypto: Fix doc for FIPS with OpenSSL 3
diff --git a/lib/crypto/doc/src/crypto_app.xml b/lib/crypto/doc/src/crypto_app.xml
index dcc86cd49c..4bc019f244 100644
--- a/lib/crypto/doc/src/crypto_app.xml
+++ b/lib/crypto/doc/src/crypto_app.xml
@@ -50,9 +50,9 @@
LibreSSL should also work.</p>
<p>The crypto app is tested daily with at least one version of each of the
- OpenSSL 1.0.1, 1.0.2, 1.1.0, 1.1.1 and 3.0. FIPS mode is also tested for 1.0.1 and 1.0.2.</p>
+ OpenSSL 1.0.1, 1.0.2, 1.1.0, 1.1.1 and 3.0. FIPS mode is also tested for 1.0.1, 1.0.2 and 3.0.</p>
- <p>Using OpenSSL 3.0 with Engines or in FIPS mode is not yet supported by the OTP/crypto app.</p>
+ <p>Using OpenSSL 3.0 with Engines is not yet supported by the OTP/crypto app.</p>
<p>Source releases of OpenSSL can be downloaded from the <url href="http://www.openssl.org">OpenSSL</url> project home page,
or mirror sites listed there.