ruby-cvs:15549
From: (gotoyuzo) <gotoyuzo ruby-lang.org>
Date: Mon, 19 Sep 2005 07:56:12 +0900
Subject: [ruby-cvs] ruby, ruby/ext/openssl, ruby/test/openssl: * ext/openssl/ossl_pkey.h, ossl_pkey_rsa.c, ossl_pkey_dsa.c:
gotoyuzo Mon, 19 Sep 2005 07:56:12 +0900
Modified files: (Branch: ruby_1_8)
ruby:
ChangeLog
ruby/ext/openssl:
ossl_engine.c ossl_pkey.h ossl_pkey_dsa.c ossl_pkey_rsa.c
ruby/test/openssl:
test_pkey_rsa.rb
Log:
* 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.
Revision Changes Path
1.2673.2.1264 +10 -0 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.2673.2.1263&r2=1.2673.2.1264
1.4.2.6 +7 -5 ruby/ext/openssl/ossl_engine.c
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ext/openssl/ossl_engine.c?cvsroot=src&r1=1.4.2.5&r2=1.4.2.6
1.2.2.2 +6 -1 ruby/ext/openssl/ossl_pkey.h
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ext/openssl/ossl_pkey.h?cvsroot=src&r1=1.2.2.1&r2=1.2.2.2
1.5.2.3 +4 -10 ruby/ext/openssl/ossl_pkey_dsa.c
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ext/openssl/ossl_pkey_dsa.c?cvsroot=src&r1=1.5.2.2&r2=1.5.2.3
1.5.2.4 +6 -11 ruby/ext/openssl/ossl_pkey_rsa.c
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ext/openssl/ossl_pkey_rsa.c?cvsroot=src&r1=1.5.2.3&r2=1.5.2.4
1.1.2.2 +11 -0 ruby/test/openssl/test_pkey_rsa.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/test/openssl/test_pkey_rsa.rb?cvsroot=src&r1=1.1.2.1&r2=1.1.2.2