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
nobu e6709f0a62 openssl/extconf.rb: NO SSL macros first
* ext/openssl/extconf.rb: check OPENSSL_NO_SSL{2,3} macros before
  checking related functions.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54959 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-05-09 00:05:33 +00:00
..
lib * ext/openssl/lib/openssl/pkey.rb: Added 2048 bit DH parameter. 2016-01-16 07:51:24 +00:00
depend Update dependencies. 2016-04-11 11:50:00 +00:00
deprecation.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
extconf.rb openssl/extconf.rb: NO SSL macros first 2016-05-09 00:05:33 +00:00
openssl_missing.c
openssl_missing.h
ossl.c openssl: fix examples [ci skip] 2016-01-09 14:15:49 +00:00
ossl.h * ext/openssl/ossl.h: LibreSSL doesn't have and need e_os2.h. 2015-11-21 04:06:43 +00:00
ossl_asn1.c
ossl_asn1.h
ossl_bio.c prefer rb_syserr_fail 2015-12-23 08:57:48 +00:00
ossl_bio.h
ossl_bn.c
ossl_bn.h
ossl_cipher.c * ext/**/*.c (*_memsize): same as r52986 for extensions. 2015-12-09 01:01:17 +00:00
ossl_cipher.h
ossl_config.c
ossl_config.h
ossl_digest.c
ossl_digest.h
ossl_engine.c
ossl_engine.h
ossl_hmac.c
ossl_hmac.h
ossl_ns_spki.c
ossl_ns_spki.h
ossl_ocsp.c
ossl_ocsp.h
ossl_pkcs5.c
ossl_pkcs5.h
ossl_pkcs7.c
ossl_pkcs7.h
ossl_pkcs12.c
ossl_pkcs12.h
ossl_pkey.c Fix typo on OpenSSL::PKey doc [ci skip] 2016-02-02 23:25:40 +00:00
ossl_pkey.h
ossl_pkey_dh.c
ossl_pkey_dsa.c * ext/openssl/ossl_rand.c (ossl_rand_bytes): RAND_bytes could 2015-11-30 20:29:02 +00:00
ossl_pkey_ec.c
ossl_pkey_rsa.c
ossl_rand.c * ext/openssl/ossl_rand.c (ossl_rand_bytes): RAND_bytes could 2015-11-30 20:29:02 +00:00
ossl_rand.h
ossl_ssl.c openssl: Access to ephemeral TLS session key 2016-04-04 15:06:46 +00:00
ossl_ssl.h ext/openssl/ossl_ssl.c: hide globals 2015-12-01 22:49:05 +00:00
ossl_ssl_session.c
ossl_version.h
ossl_x509.c
ossl_x509.h
ossl_x509attr.c
ossl_x509cert.c
ossl_x509crl.c
ossl_x509ext.c
ossl_x509name.c
ossl_x509req.c
ossl_x509revoked.c
ossl_x509store.c
ruby_missing.h