From cd2ca91f832746e3c4748f51063f183615e7e672 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Fri, 15 Oct 2004 09:16:19 +0000 Subject: * ext/openssl/ossl_x509store.c (ossl_x509stctx_initialize): setup OpenSSL::X509::StoreContext with ossl_x509stctx_* functions instead of X509_STORE_CTX_*. (ossl_x509store_set_time): add OpenSSL::X509::Store#time=. (ossl_x509stctx_set_time): add OpenSSL::X509::StoreContext#time=. * test/openssl/ossl_x509store.rb: test certificate validity times. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6a49098cb..6ed15257b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Fri Oct 15 18:07:08 2004 GOTOU Yuuzou + + * ext/openssl/ossl_x509store.c + (ossl_x509stctx_initialize): setup OpenSSL::X509::StoreContext with + ossl_x509stctx_* functions instead of X509_STORE_CTX_*. + (ossl_x509store_set_time): add OpenSSL::X509::Store#time=. + (ossl_x509stctx_set_time): add OpenSSL::X509::StoreContext#time=. + + * test/openssl/ossl_x509store.rb: test certificate validity times. + Fri Oct 15 18:04:35 2004 Hidetoshi NAGAI * ext/tk/lib/tk/timer.rb: TkTimer.new(interval, loop){ ... } is -- cgit