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
Kazuki Yamaguchi 70f0a802fe [ruby/openssl] use Bundler for dependency management and Rake gem tasks
Back in 2016, we chose not to use Bundler in Ruby/OpenSSL development
because Bundler depended on openssl and could not be used for testing
openssl itself - "bundle exec rake test" would end up with loading two
different versions of openssl at the same time.

This has been resolved long time ago. We can now safely use it for
development dependency management and for Rake tasks.

https://github.com/ruby/openssl/commit/47283d9161
2021-07-18 17:48:42 +09:00
..
lib [ruby/openssl] pkey/dsa: refactor DSA#sys{sign,verify} with PKey#{sign,verify}_raw 2021-07-18 17:45:01 +09:00
depend
extconf.rb [ruby/openssl] pkey/dh, pkey/ec: use EVP_PKEY_check() family 2021-07-18 17:44:52 +09:00
History.md
openssl.gemspec [ruby/openssl] use Bundler for dependency management and Rake gem tasks 2021-07-18 17:48:42 +09:00
openssl_missing.c [ruby/openssl] require OpenSSL >= 1.0.2 and LibreSSL >= 3.1 2021-07-18 17:44:41 +09:00
openssl_missing.h [ruby/openssl] pkey: remove unused ossl_generate_cb_2() helper function 2021-07-18 17:44:50 +09:00
ossl.c [ruby/openssl] Fix some typos [ci skip] 2021-07-18 17:44:54 +09:00
ossl.h
ossl_asn1.c
ossl_asn1.h
ossl_bio.c
ossl_bio.h
ossl_bn.c [ruby/openssl] Add OpenSSL::BN#set_flags and #get_flags 2021-07-18 17:45:02 +09:00
ossl_bn.h
ossl_cipher.c
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_kdf.c
ossl_kdf.h
ossl_ns_spki.c
ossl_ns_spki.h
ossl_ocsp.c [ruby/openssl] Fix some typos [ci skip] 2021-07-18 17:44:54 +09:00
ossl_ocsp.h
ossl_pkcs7.c [ruby/openssl] x509, ssl, pkcs7: try to parse as DER-encoding first 2021-07-18 17:44:54 +09:00
ossl_pkcs7.h
ossl_pkcs12.c
ossl_pkcs12.h
ossl_pkey.c [ruby/openssl] pkey: implement PKey#sign_raw, #verify_raw, and #verify_recover 2021-07-18 17:44:58 +09:00
ossl_pkey.h [ruby/openssl] pkey: remove deprecated parameter setters 2021-07-18 17:44:56 +09:00
ossl_pkey_dh.c [ruby/openssl] pkey/dh, pkey/ec: use EVP_PKEY_check() family 2021-07-18 17:44:52 +09:00
ossl_pkey_dsa.c [ruby/openssl] pkey/dsa: refactor DSA#sys{sign,verify} with PKey#{sign,verify}_raw 2021-07-18 17:45:01 +09:00
ossl_pkey_ec.c [ruby/openssl] pkey/ec: refactor EC#dsa_{sign,verify}_asn1 with PKey#{sign,verify}_raw 2021-07-18 17:45:00 +09:00
ossl_pkey_rsa.c [ruby/openssl] pkey/rsa: port RSA#{private,public}_{encrypt,decrypt} to the EVP API 2021-07-18 17:44:59 +09:00
ossl_rand.c
ossl_rand.h
ossl_ssl.c [ruby/openssl] Include peer socket IP address in errors 2021-07-18 17:45:03 +09:00
ossl_ssl.h
ossl_ssl_session.c [ruby/openssl] x509, ssl, pkcs7: try to parse as DER-encoding first 2021-07-18 17:44:54 +09:00
ossl_ts.c [ruby/openssl] require OpenSSL >= 1.0.2 and LibreSSL >= 3.1 2021-07-18 17:44:41 +09:00
ossl_ts.h
ossl_x509.c [ruby/openssl] require OpenSSL >= 1.0.2 and LibreSSL >= 3.1 2021-07-18 17:44:41 +09:00
ossl_x509.h
ossl_x509attr.c
ossl_x509cert.c [ruby/openssl] Implement Certificate.load to load certificate chain. (https://github.com/ruby/openssl/pull/441) 2021-07-18 17:44:55 +09:00
ossl_x509crl.c [ruby/openssl] x509, ssl, pkcs7: try to parse as DER-encoding first 2021-07-18 17:44:54 +09:00
ossl_x509ext.c
ossl_x509name.c
ossl_x509req.c [ruby/openssl] x509, ssl, pkcs7: try to parse as DER-encoding first 2021-07-18 17:44:54 +09:00
ossl_x509revoked.c
ossl_x509store.c
ruby_missing.h