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 7aea792d3b * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#intialize):
should initialize session id context. [ruby-core:4663]

* ext/openssl/ossl_ssl.c (ossl_sslctx_setup): add session id support.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8498 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2005-05-22 10:18:41 +00:00
..
lib * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#intialize): 2005-05-22 10:18:41 +00:00
.cvsignore * ext/io/wait/.cvsignore: added. 2003-09-04 10:39:29 +00:00
extconf.rb * ext/openssl/extconf.rb: check for OPENSSL_cleanse. 2005-04-15 19:16:18 +00:00
openssl_missing.c * ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add, 2004-06-30 10:48:43 +00:00
openssl_missing.h * ext/openssl/extconf.rb: check for OPENSSL_cleanse. 2005-04-15 19:16:18 +00:00
ossl.c * ext/openssl/ossl.c (ossl_raise): refine message format. 2004-12-16 09:39:54 +00:00
ossl.h * ext/openssl/ossl_pkcs12.[ch]: new files. add OpenSSL::PKCS12. 2003-12-11 12:29:08 +00:00
ossl_asn1.c * ext/openssl/ossl_asn1.c (ossl_asn1_decode_all): use rb_str_new4 2004-12-21 13:09:26 +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 * ext/openssl/ossl_bio.c (ossl_obj2bio): should not use fptr->f. 2004-12-07 18:34:29 +00:00
ossl_bio.h * ext/openssl: all files are reviewed to simplify and avoid memory leak. 2003-09-17 09:05:02 +00:00
ossl_bn.c * lib/set.rb (Set#==): [ruby-dev:25206] 2004-12-15 06:35:55 +00:00
ossl_bn.h * ext/openssl: imported. 2003-07-23 16:12:24 +00:00
ossl_cipher.c * array.c: replace rb_protect_inspect() and rb_inspecting_p() by 2005-03-04 06:47:45 +00:00
ossl_cipher.h * ext/openssl/lib/openssl/x509.rb: new method X509::Name::parse. 2003-09-05 09:08:40 +00:00
ossl_config.c * lib/set.rb (Set#==): [ruby-dev:25206] 2004-12-15 06:35:55 +00:00
ossl_config.h * ext/openssl/ossl.h: include openssl/conf.h and openssl/conf_api.h. 2003-09-08 10:31:38 +00:00
ossl_digest.c * lib/set.rb (Set#==): [ruby-dev:25206] 2004-12-15 06:35:55 +00:00
ossl_digest.h * ext/openssl/lib/openssl/x509.rb: new method X509::Name::parse. 2003-09-05 09:08:40 +00:00
ossl_engine.c * ext/openssl/ossl_engine.c (ossl_engine_s_load): should return 2005-03-31 05:09:24 +00:00
ossl_engine.h * ext/openssl/ossl_engine.c: add a new module OpenSSL::Engine. 2003-10-02 08:47:11 +00:00
ossl_hmac.c * lib/set.rb (Set#==): [ruby-dev:25206] 2004-12-15 06:35:55 +00:00
ossl_hmac.h * ext/openssl: imported. 2003-07-23 16:12:24 +00:00
ossl_ns_spki.c * ext/openssl/ossl_ns_spki.c (ossl_spki_set_challenge): should call 2004-12-31 19:24:11 +00:00
ossl_ns_spki.h * ext/openssl: imported. 2003-07-23 16:12:24 +00:00
ossl_ocsp.c * ext/openssl/ossl_ocsp.c (ossl_ocspreq_to_der): should call 2005-01-22 20:28:02 +00:00
ossl_ocsp.h * ext/openssl: imported. 2003-07-23 16:12:24 +00:00
ossl_pkcs7.c * lib/set.rb (Set#==): [ruby-dev:25206] 2004-12-15 06:35:55 +00:00
ossl_pkcs7.h * ext/openssl: imported. 2003-07-23 16:12:24 +00:00
ossl_pkcs12.c * ext/openssl/ossl_pkcs12.c (ossl_pkcs12_initialize): first argument 2003-12-15 00:30:12 +00:00
ossl_pkcs12.h * ext/openssl/ossl_pkcs12.[ch]: new files. add OpenSSL::PKCS12. 2003-12-11 12:29:08 +00:00
ossl_pkey.c * ext/openssl/ossl_ssl.c: OpenSSL::SSL::SSLContexts suports callbacks: 2005-03-09 10:45:42 +00:00
ossl_pkey.h * ext/openssl/ossl_ssl.c: OpenSSL::SSL::SSLContexts suports callbacks: 2005-03-09 10:45:42 +00:00
ossl_pkey_dh.c * ext/openssl/ossl_pkey_dh.c (ossl_create_dh): fix typo. 2005-03-12 17:15:29 +00:00
ossl_pkey_dsa.c * ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize): should create 2004-06-21 16:36:19 +00:00
ossl_pkey_rsa.c * ext/openssl/ossl_pkey_rsa.c (ossl_rsa_public_encrypt, 2004-12-05 16:36:26 +00:00
ossl_rand.c * ext/openssl: all files are reviewed to simplify and avoid memory leak. 2003-09-17 09:05:02 +00:00
ossl_rand.h * ext/openssl: imported. 2003-07-23 16:12:24 +00:00
ossl_ssl.c * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#intialize): 2005-05-22 10:18:41 +00:00
ossl_ssl.h * ext/openssl: imported. 2003-07-23 16:12:24 +00:00
ossl_version.h * ext/openssl: imported. 2003-07-23 16:12:24 +00:00
ossl_x509.c * ext/openssl/ossl.h: include openssl/conf.h and openssl/conf_api.h. 2003-09-08 10:31:38 +00:00
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 * lib/set.rb (Set#==): [ruby-dev:25206] 2004-12-15 06:35:55 +00:00
ossl_x509cert.c * lib/set.rb (Set#==): [ruby-dev:25206] 2004-12-15 06:35:55 +00:00
ossl_x509crl.c * lib/set.rb (Set#==): [ruby-dev:25206] 2004-12-15 06:35:55 +00:00
ossl_x509ext.c * lib/set.rb (Set#==): [ruby-dev:25206] 2004-12-15 06:35:55 +00:00
ossl_x509name.c * ext/openssl/ossl_x509name.c (Init_ossl_x509name): should use 2004-12-27 07:55:56 +00:00
ossl_x509req.c * lib/set.rb (Set#==): [ruby-dev:25206] 2004-12-15 06:35:55 +00:00
ossl_x509revoked.c * lib/set.rb (Set#==): [ruby-dev:25206] 2004-12-15 06:35:55 +00:00
ossl_x509store.c * ext/openss/ossl_x509store.c (ossl_x509store_set_default_paths): 2005-02-11 08:42:57 +00:00
ruby_missing.h * ext/openssl/ruby_missing.c: rid of unnecessary backward 2003-09-06 08:56:57 +00:00