diff --git a/configs/components/openssl-3.0.rb b/configs/components/openssl-3.0.rb index 267c1794a..94548e251 100644 --- a/configs/components/openssl-3.0.rb +++ b/configs/components/openssl-3.0.rb @@ -111,7 +111,6 @@ target, sslflags, 'no-camellia', - 'no-ec2m', 'no-md2', 'no-ssl3', 'no-ssl3-method', @@ -120,7 +119,6 @@ 'no-aria', # 'no-bf', pgcrypto is requires this cipher in postgres for puppetdb # 'no-cast', pgcrypto is requires this cipher in postgres for puppetdb - 'no-rc2', 'no-rc5', # 'no-md4', puppet infra uses the agent's runtime and runs WinRM tasks using NTLM, so it needs DES & MD4 'no-mdc2',