From b53bf7b42b5954d26323f49bf567ace4978e893e Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Thu, 2 Oct 2003 08:47:11 +0000 Subject: * ext/openssl/ossl_engine.c: add a new module OpenSSL::Engine. it supports OpenSSL hardware cryptographic engine interface. * ext/openssl/ossl_engine.h: ditto. * ext/openssl/MANIFEST: add ossl_engine.c and ossl_engine.h. * ext/openssl/extconf.rb: add check for openssl/engine.h. * ext/openssl/ossl.c: call Init_ossl_engine(). * ext/openssl/ossl.h: include openssl/engine.h. * ext/openssl/ossl_pkey_{rsa,dsa,dh}.c: check if underlying EVP_PKEY referes engine. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4652 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8f7d29173..b11cb7687 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +Thu Oct 2 17:39:38 2003 GOTOU Yuuzou + + * ext/openssl/ossl_engine.c: add a new module OpenSSL::Engine. + it supports OpenSSL hardware cryptographic engine interface. + + * ext/openssl/ossl_engine.h: ditto. + + * ext/openssl/MANIFEST: add ossl_engine.c and ossl_engine.h. + + * ext/openssl/extconf.rb: add check for openssl/engine.h. + + * ext/openssl/ossl.c: call Init_ossl_engine(). + + * ext/openssl/ossl.h: include openssl/engine.h. + + * ext/openssl/ossl_pkey_{rsa,dsa,dh}.c: check if underlying + EVP_PKEY referes engine. + Thu Oct 2 17:22:37 2003 Yukihiro Matsumoto * time.c (time_load): restore instance variables (if any) before -- cgit