Skip to content

Commit

Permalink
fix 373: openssl-legacy.cnf
Browse files Browse the repository at this point in the history
  • Loading branch information
grooviegermanikus committed Mar 27, 2024
1 parent 65580be commit 13e0072
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions openssl-legacy.cnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Extend the default debian openssl config
# see https://gist.github.com/tothi/392dbb008ae0b60d25cfa4447bc21121
# fixes "Global default library context, Algorithm (RC2-40-CBC : 0)"
.include = /etc/ssl/openssl.cnf

openssl_conf = openssl_init

[openssl_init]
providers = provider_sect

[provider_sect]
default = default_sect
legacy = legacy_sect

[default_sect]
activate = 1

[legacy_sect]
activate = 1

0 comments on commit 13e0072

Please sign in to comment.