ruby/ext/openssl
Kazuki Yamaguchi c9bbf7e3eb [ruby/openssl] ssl: do not clear existing SSL options in SSLContext#set_params
Apply SSL options set in DEFAULT_PARAMS without clearing existing
options.

It currently clears options in order to avoid setting one of the
options included in OpenSSL::SSL::OP_ALL unless explicitly specified,
namely OpenSSL::SSL::OP_DONT_INSERT_EMPTY_FRAGMENTS. Now that
OpenSSL::SSL::OP_ALL has been removed from SSLContext#initialize, it is
no longer necessary.

77c3db2d65
2024-12-07 08:15:08 +00:00
..
lib [ruby/openssl] ssl: do not clear existing SSL options in SSLContext#set_params 2024-12-07 08:15:08 +00:00
depend Update ext/openssl/depend 2024-11-06 21:59:38 +09:00
extconf.rb [ruby/openssl] Set time directly on the x509 store 2024-07-24 16:51:00 +00:00
History.md [ruby/openssl] History.md: Escape Markdown syntax Italic "*". [ci skip] 2023-11-25 10:05:24 +00:00
openssl.gemspec [ruby/openssl] Rename LICENSE.txt to COPYING 2024-06-08 10:59:16 +00:00
openssl_missing.c [ruby/openssl] Fix references to the license text 2024-06-08 10:59:17 +00:00
openssl_missing.h [ruby/openssl] Fix references to the license text 2024-06-08 10:59:17 +00:00
ossl.c [ruby/openssl] Call Init_ossl_*() functions in alphabetical order 2024-12-07 07:55:47 +00:00
ossl.h [ruby/openssl] Call Init_ossl_*() functions in alphabetical order 2024-12-07 07:55:47 +00:00
ossl_asn1.c [ruby/openssl] Mark variables and functions as static whenever possible 2024-12-07 07:55:47 +00:00
ossl_asn1.h [ruby/openssl] Mark variables and functions as static whenever possible 2024-12-07 07:55:47 +00:00
ossl_bio.c [ruby/openssl] Fix references to the license text 2024-06-08 10:59:17 +00:00
ossl_bio.h [ruby/openssl] Fix references to the license text 2024-06-08 10:59:17 +00:00
ossl_bn.c [ruby/openssl] Mark variables and functions as static whenever possible 2024-12-07 07:55:47 +00:00
ossl_bn.h [ruby/openssl] Mark variables and functions as static whenever possible 2024-12-07 07:55:47 +00:00
ossl_cipher.c [ruby/openssl] Mark variables and functions as static whenever possible 2024-12-07 07:55:47 +00:00
ossl_cipher.h [ruby/openssl] Mark variables and functions as static whenever possible 2024-12-07 07:55:47 +00:00
ossl_config.c [ruby/openssl] make configs shareable when frozen 2024-12-07 07:52:02 +00:00
ossl_config.h [ruby/openssl] Fix references to the license text 2024-06-08 10:59:17 +00:00
ossl_digest.c [ruby/openssl] Mark variables and functions as static whenever possible 2024-12-07 07:55:47 +00:00
ossl_digest.h [ruby/openssl] Mark variables and functions as static whenever possible 2024-12-07 07:55:47 +00:00
ossl_engine.c [ruby/openssl] Mark variables and functions as static whenever possible 2024-12-07 07:55:47 +00:00
ossl_engine.h [ruby/openssl] Mark variables and functions as static whenever possible 2024-12-07 07:55:47 +00:00
ossl_hmac.c [ruby/openssl] Mark variables and functions as static whenever possible 2024-12-07 07:55:47 +00:00
ossl_hmac.h [ruby/openssl] Mark variables and functions as static whenever possible 2024-12-07 07:55:47 +00:00
ossl_kdf.c Use www.rfc-editor.org for RFC text. 2024-03-28 11:44:45 +09:00
ossl_kdf.h openssl: import v2.1.0.beta1 2017-09-03 12:35:27 +00:00
ossl_ns_spki.c [ruby/openssl] Mark variables and functions as static whenever possible 2024-12-07 07:55:47 +00:00
ossl_ns_spki.h [ruby/openssl] Mark variables and functions as static whenever possible 2024-12-07 07:55:47 +00:00
ossl_ocsp.c [ruby/openssl] Mark variables and functions as static whenever possible 2024-12-07 07:55:47 +00:00
ossl_ocsp.h [ruby/openssl] Mark variables and functions as static whenever possible 2024-12-07 07:55:47 +00:00
ossl_pkcs7.c [ruby/openssl] ts: avoid using OpenSSL::PKCS7's internals 2024-12-07 07:55:46 +00:00
ossl_pkcs7.h [ruby/openssl] ts: avoid using OpenSSL::PKCS7's internals 2024-12-07 07:55:46 +00:00
ossl_pkcs12.c [ruby/openssl] Mark variables and functions as static whenever possible 2024-12-07 07:55:47 +00:00
ossl_pkcs12.h [ruby/openssl] Mark variables and functions as static whenever possible 2024-12-07 07:55:47 +00:00
ossl_pkey.c [ruby/openssl] Fix references to the license text 2024-06-08 10:59:17 +00:00
ossl_pkey.h [ruby/openssl] Mark variables and functions as static whenever possible 2024-12-07 07:55:47 +00:00
ossl_pkey_dh.c [ruby/openssl] Mark variables and functions as static whenever possible 2024-12-07 07:55:47 +00:00
ossl_pkey_dsa.c [ruby/openssl] Mark variables and functions as static whenever possible 2024-12-07 07:55:47 +00:00
ossl_pkey_ec.c [ruby/openssl] Mark variables and functions as static whenever possible 2024-12-07 07:55:47 +00:00
ossl_pkey_rsa.c [ruby/openssl] Mark variables and functions as static whenever possible 2024-12-07 07:55:47 +00:00
ossl_provider.c [ruby/openssl] Fix references to the license text 2024-06-08 10:59:17 +00:00
ossl_provider.h [ruby/openssl] add OpenSSL Provider support 2023-06-19 17:45:51 +09:00
ossl_rand.c [ruby/openssl] Mark variables and functions as static whenever possible 2024-12-07 07:55:47 +00:00
ossl_rand.h [ruby/openssl] Mark variables and functions as static whenever possible 2024-12-07 07:55:47 +00:00
ossl_ssl.c [ruby/openssl] ssl: improve documentation of SSLContext#options= 2024-12-07 08:15:07 +00:00
ossl_ssl.h [ruby/openssl] Fix references to the license text 2024-06-08 10:59:17 +00:00
ossl_ssl_session.c [ruby/openssl] Implement Write Barrier for all OpenSSL types 2023-06-19 01:57:09 +09:00
ossl_ts.c [ruby/openssl] Call Init_ossl_*() functions in alphabetical order 2024-12-07 07:55:47 +00:00
ossl_ts.h [ruby/openssl] Fix references to the license text 2024-06-08 10:59:17 +00:00
ossl_x509.c [ruby/openssl] Fix references to the license text 2024-06-08 10:59:17 +00:00
ossl_x509.h [ruby/openssl] Mark variables and functions as static whenever possible 2024-12-07 07:55:47 +00:00
ossl_x509attr.c [ruby/openssl] Mark variables and functions as static whenever possible 2024-12-07 07:55:47 +00:00
ossl_x509cert.c [ruby/openssl] Mark variables and functions as static whenever possible 2024-12-07 07:55:47 +00:00
ossl_x509crl.c [ruby/openssl] Mark variables and functions as static whenever possible 2024-12-07 07:55:47 +00:00
ossl_x509ext.c [ruby/openssl] Mark variables and functions as static whenever possible 2024-12-07 07:55:47 +00:00
ossl_x509name.c [ruby/openssl] Mark variables and functions as static whenever possible 2024-12-07 07:55:47 +00:00
ossl_x509req.c [ruby/openssl] Mark variables and functions as static whenever possible 2024-12-07 07:55:47 +00:00
ossl_x509revoked.c [ruby/openssl] Mark variables and functions as static whenever possible 2024-12-07 07:55:47 +00:00
ossl_x509store.c [ruby/openssl] Mark variables and functions as static whenever possible 2024-12-07 07:55:47 +00:00