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 6f640b29cc * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLSocket#post_connection_chech):
treat wildcard character in commonName. [ruby-dev:28121]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9741 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2005-12-26 23:26:21 +00:00
..
lib * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLSocket#post_connection_chech): 2005-12-26 23:26:21 +00:00
.cvsignore
extconf.rb * ext/openssl/extconf.rb: check for X509V3_EXT_nconf_nid. 2005-11-22 22:29:13 +00:00
openssl_missing.c
openssl_missing.h
ossl.c * ext/openssl/extconf.rb: should check ERR_peek_last_error(). 2005-11-01 01:52:13 +00:00
ossl.h * ext/openssl/ossl.h: need to include winsock2.h before including 2005-11-07 07:25:25 +00:00
ossl_asn1.c * ext/openssl/ossl_asn1.c (asn1str_to_str): new function. 2005-09-07 07:40:55 +00:00
ossl_asn1.h * ext/openssl/ossl_asn1.c (asn1str_to_str): new function. 2005-09-07 07:40:55 +00:00
ossl_bio.c
ossl_bio.h
ossl_bn.c
ossl_bn.h
ossl_cipher.c * ext/openssl/ossl_cipher.c (ossl_cipher_update): input data must 2005-10-30 20:50:48 +00:00
ossl_cipher.h
ossl_config.c
ossl_config.h
ossl_digest.c
ossl_digest.h
ossl_engine.c * ext/openssl/ossl_pkey.h, ossl_pkey_rsa.c, ossl_pkey_dsa.c: 2005-09-18 22:56:11 +00:00
ossl_engine.h
ossl_hmac.c
ossl_hmac.h
ossl_ns_spki.c * ext/openssl/ossl_ns_spki.c (ossl_spki_initialize): try to decode 2005-08-22 20:47:55 +00:00
ossl_ns_spki.h
ossl_ocsp.c
ossl_ocsp.h
ossl_pkcs7.c * ext/openssl/ossl_asn1.c (asn1str_to_str): new function. 2005-09-07 07:40:55 +00:00
ossl_pkcs7.h * ext/openssl/ossl_asn1.c (asn1str_to_str): new function. 2005-09-07 07:40:55 +00:00
ossl_pkcs12.c
ossl_pkcs12.h
ossl_pkey.c
ossl_pkey.h * ext/openssl/ossl_pkey.h, ossl_pkey_rsa.c, ossl_pkey_dsa.c: 2005-09-18 22:56:11 +00:00
ossl_pkey_dh.c
ossl_pkey_dsa.c * ext/openssl/ossl_pkey.h, ossl_pkey_rsa.c, ossl_pkey_dsa.c: 2005-09-18 22:56:11 +00:00
ossl_pkey_rsa.c * ext/openssl/ossl_pkey.h, ossl_pkey_rsa.c, ossl_pkey_dsa.c: 2005-09-18 22:56:11 +00:00
ossl_rand.c
ossl_rand.h
ossl_ssl.c banish some warnings. 2005-09-24 00:17:43 +00:00
ossl_ssl.h
ossl_version.h
ossl_x509.c
ossl_x509.h
ossl_x509attr.c
ossl_x509cert.c
ossl_x509crl.c
ossl_x509ext.c * ext/openssl/extconf.rb: check for X509V3_EXT_nconf_nid. 2005-11-22 22:29:13 +00:00
ossl_x509name.c
ossl_x509req.c * ext/openssl/ossl_ns_spki.c (ossl_spki_initialize): try to decode 2005-08-22 20:47:55 +00:00
ossl_x509revoked.c
ossl_x509store.c * ext/openssl/ossl_ns_spki.c (ossl_spki_initialize): try to decode 2005-08-22 20:47:55 +00:00
ruby_missing.h