From 37d5e5601fc2eba6d4cbee64a383064d9c458746 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Sun, 18 Sep 2005 22:56:11 +0000 Subject: * ext/openssl/ossl_pkey.h, ossl_pkey_rsa.c, ossl_pkey_dsa.c: an instance variable "private" is added to OpenSSL::PKey class. this ivar is a flag that shows whether there is a private key in the instance. * ext/openssl/ossl_engine.c: (ossl_engine_load_privkey): set private key flag. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 610ed9906..5e06b5c00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Mon Sep 19 07:45:37 2005 GOTOU Yuuzou + + * ext/openssl/ossl_pkey.h, ossl_pkey_rsa.c, ossl_pkey_dsa.c: + an instance variable "private" is added to OpenSSL::PKey class. + this ivar is a flag that shows whether there is a private key + in the instance. + + * ext/openssl/ossl_engine.c: (ossl_engine_load_privkey): set private + key flag. + Mon Sep 19 06:41:32 2005 Minero Aoki * lib/fileutils.rb: backported from trunk (rev 1.65): -- cgit