Skip to content

Commit

Permalink
Add openssl-patch 3.0.11
Browse files Browse the repository at this point in the history
Signed-off-by: poorndm <[email protected]>
  • Loading branch information
poorndm committed Feb 13, 2024
1 parent 7e285d4 commit 5964364
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions config/patches/openssl/openssl-3-0-11-enable-legacy-provider.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
--- apps/openssl.cnf.org 2024-02-08 14:01:32
+++ apps/openssl.cnf 2024-02-08 14:21:31
@@ -56,6 +56,7 @@
# List of providers to load
[provider_sect]
default = default_sect
+legacy = legacy_sect
# The fips section name should match the section name inside the
# included fipsmodule.cnf.
# fips = fips_sect
@@ -71,6 +72,8 @@
[default_sect]
# activate = 1

+[legacy_sect]
+activate = 1

####################################################################
[ ca ]

0 comments on commit 5964364

Please sign in to comment.