diff options
| author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-01 09:24:55 +0000 |
|---|---|---|
| committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-01 09:24:55 +0000 |
| commit | b6645dd658f530f2558d5acf1db94a4ef43101b9 (patch) | |
| tree | d27bb5cdb264f9c1e72cfebb68ba8e6d6eeed273 /ChangeLog | |
| parent | b234554690a8d312dd7fa34c0e7c406f472926e2 (diff) | |
| download | ruby-b6645dd658f530f2558d5acf1db94a4ef43101b9.tar.gz ruby-b6645dd658f530f2558d5acf1db94a4ef43101b9.tar.xz ruby-b6645dd658f530f2558d5acf1db94a4ef43101b9.zip | |
* ext/openssl/ossl_ssl.c (ossl_ssl_peer_cert_chain): add new method
SSLSocket#peer_cert_chain.
* ext/openssl/ossl_x509req.c (GetX509ReqPtr): new function
which returns underlying X509_REQ.
* ext/openssl/ossl_x509ext.c (ossl_x509extfactory_set_issuer_cert,
ossl_x509extfactory_set_subject_cert, ossl_x509extfactory_set_crl,
ossl_x509extfactory_set_subject_req, ossl_x509extfactory_set_config):
use underlying C struct without duplication not to leak momory.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4884 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Sat Nov 1 18:21:09 2003 GOTOU Yuuzou <gotoyuzo@notwork.org> + + * ext/openssl/ossl_ssl.c (ossl_ssl_peer_cert_chain): add new method + SSLSocket#peer_cert_chain. + + * ext/openssl/ossl_x509req.c (GetX509ReqPtr): new function + which returns underlying X509_REQ. + + * ext/openssl/ossl_x509ext.c (ossl_x509extfactory_set_issuer_cert, + ossl_x509extfactory_set_subject_cert, ossl_x509extfactory_set_crl, + ossl_x509extfactory_set_subject_req, ossl_x509extfactory_set_config): + use underlying C struct without duplication not to leak momory. + Sat Nov 1 18:11:18 2003 Akinori MUSHA <knu@iDaemons.org> * ext/io/wait/wait.c: #include <sys/time.h> is needed for struct |
