Skip to content

Commit

Permalink
freezing DEFAULT_CERT_STORE (shareable by default)
Browse files Browse the repository at this point in the history
  • Loading branch information
HoneyryderChuck committed Oct 5, 2024
1 parent 6788b2f commit 70a025e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/openssl/ssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ class SSLContext
DEFAULT_CERT_STORE = OpenSSL::X509::Store.new # :nodoc:
DEFAULT_CERT_STORE.set_default_paths
DEFAULT_CERT_STORE.flags = OpenSSL::X509::V_FLAG_CRL_CHECK_ALL
DEFAULT_CERT_STORE.freeze

# A callback invoked when DH parameters are required for ephemeral DH key
# exchange.
Expand Down

0 comments on commit 70a025e

Please sign in to comment.