rubygem-puma/rubygem-puma-3.6.0-fedora-crypto-policy-cipher-list.patch

17 lines
472 B
Diff
Raw Normal View History

2020-08-28 12:14:17 +08:00
diff --git a/ext/puma_http11/mini_ssl.c b/ext/puma_http11/mini_ssl.c
index 7e0fd5e..88c4652 100644
--- a/ext/puma_http11/mini_ssl.c
+++ b/ext/puma_http11/mini_ssl.c
2022-07-05 15:29:25 +08:00
@@ -286,7 +286,7 @@ sslctx_initialize(VALUE self, VALUE mini_ssl_ctx) {
2020-08-28 12:14:17 +08:00
SSL_CTX_set_cipher_list(ctx, RSTRING_PTR(ssl_cipher_filter));
}
else {
- SSL_CTX_set_cipher_list(ctx, "HIGH:!aNULL@STRENGTH");
+ SSL_CTX_set_cipher_list(ctx, "PROFILE=SYSTEM");
}
2022-07-05 15:29:25 +08:00
dh = get_dh2048();
2020-08-28 12:14:17 +08:00
--
2022-07-05 15:29:25 +08:00
2.30.0
2020-08-28 12:14:17 +08:00