Skip to content

Commit 06592e4

Browse files
authored
Merge pull request #950 from rhenium/ky/ssl-set_params-remove-crl-check-all
ssl: remove OpenSSL::X509::V_FLAG_CRL_CHECK_ALL from the default store
2 parents df17ae4 + e8481cd commit 06592e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/openssl/ssl.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ class SSLContext
9292

9393
DEFAULT_CERT_STORE = OpenSSL::X509::Store.new # :nodoc:
9494
DEFAULT_CERT_STORE.set_default_paths
95-
DEFAULT_CERT_STORE.flags = OpenSSL::X509::V_FLAG_CRL_CHECK_ALL
9695

9796
# A callback invoked when DH parameters are required for ephemeral DH key
9897
# exchange.

0 commit comments

Comments
 (0)