File 0441-crypto-Remove-warning-for-not-using-crypto-with-OSSL.patch of Package erlang
From 80e610dd93ca7e328b1a0f7f747f2cfbe12f308d Mon Sep 17 00:00:00 2001
From: Hans Nilsson <hans@erlang.org>
Date: Fri, 17 Jun 2022 11:06:24 +0200
Subject: [PATCH 1/4] crypto: Remove warning for not using crypto with OSSL 3.0
in production code
---
lib/crypto/doc/src/crypto_app.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/lib/crypto/doc/src/crypto_app.xml b/lib/crypto/doc/src/crypto_app.xml
index fae67eb275..d598d209ef 100644
--- a/lib/crypto/doc/src/crypto_app.xml
+++ b/lib/crypto/doc/src/crypto_app.xml
@@ -52,11 +52,6 @@
<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>
- <note><p>Compiling, linking and running with OpenSSL 3.0 works from OTP-25.0. However, we do
- not yet recommend it for other purposes than testing, since the crypto application is not yet
- extensively tested with that OpenSSL version.</p>
- </note>
-
<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.
</p>
--
2.35.3