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
technorama 7361a2ecb3 * ext/openssl/ossl_ssl.c: Server Name Indication support.
new methods SSLContext#server_name_cb=, SSLSocket#hostname=.

* test/openssl/test_ssl.rb: Tests for above.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21761 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-01-24 21:45:42 +00:00
..
lib * ext/openssl/lib/openssl/buffering.rb (Buffering#read_nonblock): 2008-12-31 04:52:18 +00:00
.cvsignore
extconf.rb * ext/openssl/ossl_ssl.c: Server Name Indication support. 2009-01-24 21:45:42 +00:00
openssl_missing.c
openssl_missing.h
ossl.c * gc.c (negative_size_allocation_error_with_gvl): abolish a warning. 2009-01-14 13:39:17 +00:00
ossl.h * ext/curses/curses.c: should include <ruby/io.h>. 2008-09-26 03:05:47 +00:00
ossl_asn1.c
ossl_asn1.h
ossl_bio.c
ossl_bio.h
ossl_bn.c
ossl_bn.h
ossl_cipher.c
ossl_cipher.h
ossl_config.c * ext/openssl/ossl_config.c (Init_ossl_config): removed C99ism. 2008-08-31 03:36:09 +00:00
ossl_config.h
ossl_digest.c * ext/openssl/ossl_digest.c (GetDigestPtr): use StringValueCStr 2008-12-31 05:55:25 +00:00
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 * ext/openssl/ossl_ocsp.c (ossl_ocspres_initialize): fix for 2008-08-31 04:45:44 +00:00
ossl_ocsp.h
ossl_pkcs5.c
ossl_pkcs5.h
ossl_pkcs7.c
ossl_pkcs7.h
ossl_pkcs12.c
ossl_pkcs12.h
ossl_pkey.c
ossl_pkey.h
ossl_pkey_dh.c
ossl_pkey_dsa.c
ossl_pkey_ec.c * ext/openssl/ossl_digest.c (GetDigestPtr): use StringValueCStr 2008-12-31 05:55:25 +00:00
ossl_pkey_rsa.c
ossl_rand.c
ossl_rand.h
ossl_ssl.c * ext/openssl/ossl_ssl.c: Server Name Indication support. 2009-01-24 21:45:42 +00:00
ossl_ssl.h
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 * include/ruby/signal.h: removed. 2008-09-03 08:00:05 +00:00
ruby_missing.h