diff options
| author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-04 23:48:13 +0000 |
|---|---|---|
| committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-04 23:48:13 +0000 |
| commit | 6e7864ffffb81118a677f544bbf08bc8b32293ec (patch) | |
| tree | b78c3376c00915cedf4e3188c9bb6c8a5f16984c /ChangeLog | |
| parent | 607d68f47626a428df440d1b458a6ea5ff14ec4f (diff) | |
| download | ruby-6e7864ffffb81118a677f544bbf08bc8b32293ec.tar.gz ruby-6e7864ffffb81118a677f544bbf08bc8b32293ec.tar.xz ruby-6e7864ffffb81118a677f544bbf08bc8b32293ec.zip | |
* lib/webrick/https.rb (HTTPRequest#parse): set @client_cert_chain.
* lib/webrick/https.rb (HTTPRequest#meta_vars): create
SSL_CLIENT_CERT_CHAIN_n from @client_cert_chain.
* ext/openssl/ossl_ssl.c (ossl_ssl_get_peer_cert_chain): return nil
if no cert-chain was given.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4897 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Wed Nov 5 08:39:51 2003 GOTOU Yuuzou <gotoyuzo@notwork.org> + + * lib/webrick/https.rb (HTTPRequest#parse): set @client_cert_chain. + + * lib/webrick/https.rb (HTTPRequest#meta_vars): create + SSL_CLIENT_CERT_CHAIN_n from @client_cert_chain. + + * ext/openssl/ossl_ssl.c (ossl_ssl_get_peer_cert_chain): return nil + if no cert-chain was given. + Tue Nov 4 23:44:48 2003 NAKAMURA Usaku <usa@ruby-lang.org> * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub: |
