1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/openssl
tenderlove 036fe23b26 * ext/openssl/lib/openssl/ssl.rb (module OpenSSL): add OP_ALL to
existing options rather than just setting it.  Some vendors apply
  custom patches to their versions of OpenSSL that set default values
  for options.  This commit respects the custom patches they've
  applied.

* test/openssl/test_ssl.rb (class OpenSSL): check that OP_ALL has been
  added to the options.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51642 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-08-19 14:59:58 +00:00
..
lib * ext/openssl/lib/openssl/ssl.rb (module OpenSSL): add OP_ALL to 2015-08-19 14:59:58 +00:00
depend
deprecation.rb
extconf.rb * ext/openssl/ossl_ssl.c: add ALPN support. [Feature #9390] 2015-07-22 18:31:42 +00:00
openssl_missing.c
openssl_missing.h
ossl.c * ext/openssl/ossl.c: [DOC] Backport ruby/openssl@dbb3fdb [Bug #11345] 2015-07-12 16:41:32 +00:00
ossl.h
ossl_asn1.c
ossl_asn1.h
ossl_bio.c
ossl_bio.h
ossl_bn.c openssl: wrapper object before alloc 2015-05-29 05:55:02 +00:00
ossl_bn.h
ossl_cipher.c openssl: wrapper object before alloc 2015-05-29 05:55:02 +00:00
ossl_cipher.h
ossl_config.c
ossl_config.h
ossl_digest.c openssl: wrapper object before alloc 2015-05-29 05:55:02 +00:00
ossl_digest.h
ossl_engine.c openssl: wrapper object before alloc 2015-05-29 05:55:02 +00:00
ossl_engine.h
ossl_hmac.c
ossl_hmac.h
ossl_ns_spki.c openssl: wrapper object before alloc 2015-05-29 05:55:02 +00:00
ossl_ns_spki.h
ossl_ocsp.c * ext/openssl/ossl_ocsp.c: fix documentation on ocsp response cert status. 2015-06-13 02:38:46 +00:00
ossl_ocsp.h
ossl_pkcs5.c
ossl_pkcs5.h
ossl_pkcs7.c openssl: wrapper object before alloc 2015-05-29 05:55:02 +00:00
ossl_pkcs7.h
ossl_pkcs12.c openssl: wrapper object before alloc 2015-05-29 05:55:02 +00:00
ossl_pkcs12.h
ossl_pkey.c openssl: wrapper object before alloc 2015-05-29 05:55:02 +00:00
ossl_pkey.h * ext/openssl/lib/openssl/ssl.rb (module OpenSSL): move the default 2015-07-25 22:51:20 +00:00
ossl_pkey_dh.c * ext/openssl/lib/openssl/pkey.rb: implement DEFAULT_512 and 2015-07-25 23:35:49 +00:00
ossl_pkey_dsa.c openssl: wrapper object before alloc 2015-05-29 05:55:02 +00:00
ossl_pkey_ec.c openssl: wrapper object before alloc 2015-05-29 05:55:02 +00:00
ossl_pkey_rsa.c openssl: wrapper object before alloc 2015-05-29 05:55:02 +00:00
ossl_rand.c
ossl_rand.h
ossl_ssl.c ossl_ssl.c: check SSL method name 2015-08-15 04:34:29 +00:00
ossl_ssl.h
ossl_ssl_session.c
ossl_version.h
ossl_x509.c
ossl_x509.h
ossl_x509attr.c openssl: wrapper object before alloc 2015-05-29 05:55:02 +00:00
ossl_x509cert.c openssl: wrapper object before alloc 2015-05-29 05:55:02 +00:00
ossl_x509crl.c openssl: wrapper object before alloc 2015-05-29 05:55:02 +00:00
ossl_x509ext.c openssl: wrapper object before alloc 2015-05-29 05:55:02 +00:00
ossl_x509name.c openssl: wrapper object before alloc 2015-05-29 05:55:02 +00:00
ossl_x509req.c openssl: wrapper object before alloc 2015-05-29 05:55:02 +00:00
ossl_x509revoked.c openssl: wrapper object before alloc 2015-05-29 05:55:02 +00:00
ossl_x509store.c openssl: wrapper object before alloc 2015-05-29 05:55:02 +00:00
ruby_missing.h