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
gotoyuzo 09306bcead * lib/ext/openssl/ossl_conf.c (ossl_config_get_value): return nil
if the specified value doesn't exist.

* lib/ext/openssl/ossl_conf.c (ossl_config_get_section): return
  a empty hash if the specified section doesn't exist.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4933 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-11-10 18:31:36 +00:00
..
lib * ext/openssl/lib/openssl/buffering.rb (Buffering#initialize): 2003-10-29 17:27:59 +00:00
.cvsignore
extconf.rb * lib/ext/openssl/extconf.rb: add check for some engine functions 2003-10-05 13:58:02 +00:00
MANIFEST
openssl_missing.c
openssl_missing.h
ossl.c
ossl.h ossl_asn1.h was included twice. 2003-10-03 17:59:44 +00:00
ossl_asn1.c * ext/openssl/ossl_asn1.c (ossl_asn1_get_asn1type): use appropriate 2003-10-06 16:55:00 +00:00
ossl_asn1.h * ext/openssl/ossl_asn1.h: global symbols should be declared 2003-10-04 18:45:53 +00:00
ossl_bio.c
ossl_bio.h
ossl_bn.c
ossl_bn.h
ossl_cipher.c
ossl_cipher.h
ossl_config.c * lib/ext/openssl/ossl_conf.c (ossl_config_get_value): return nil 2003-11-10 18:31:36 +00:00
ossl_config.h
ossl_digest.c
ossl_digest.h
ossl_engine.c * lib/ext/openssl/extconf.rb: add check for some engine functions 2003-10-05 13:58:02 +00:00
ossl_engine.h
ossl_hmac.c
ossl_hmac.h
ossl_ns_spki.c
ossl_ns_spki.h
ossl_ocsp.c
ossl_ocsp.h
ossl_pkcs7.c
ossl_pkcs7.h
ossl_pkey.c
ossl_pkey.h
ossl_pkey_dh.c
ossl_pkey_dsa.c
ossl_pkey_rsa.c
ossl_rand.c
ossl_rand.h
ossl_ssl.c * lib/webrick/https.rb (HTTPRequest#parse): set @client_cert_chain. 2003-11-04 23:48:13 +00:00
ossl_ssl.h
ossl_version.h
ossl_x509.c
ossl_x509.h * ext/openssl/ossl_ssl.c (ossl_ssl_peer_cert_chain): add new method 2003-11-01 09:24:55 +00:00
ossl_x509attr.c
ossl_x509cert.c
ossl_x509crl.c
ossl_x509ext.c * ext/openssl/ossl_ssl.c (ossl_ssl_peer_cert_chain): add new method 2003-11-01 09:24:55 +00:00
ossl_x509name.c * ext/openssl/ossl_x509name.c (ossl_x509name_initialize): add 2003-10-09 16:20:22 +00:00
ossl_x509req.c * ext/openssl/ossl_ssl.c (ossl_ssl_peer_cert_chain): add new method 2003-11-01 09:24:55 +00:00
ossl_x509revoked.c
ossl_x509store.c
ruby_missing.h