diff options
| author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-11-22 22:29:13 +0000 |
|---|---|---|
| committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-11-22 22:29:13 +0000 |
| commit | 76e6fac2917846b5334770315b6d5648b7616904 (patch) | |
| tree | 13507cc5684defb597bc427d54ace08d83e359d0 /ChangeLog | |
| parent | c5e864c974ccb0648bb691829836322298ee4337 (diff) | |
| download | ruby-76e6fac2917846b5334770315b6d5648b7616904.tar.gz ruby-76e6fac2917846b5334770315b6d5648b7616904.tar.xz ruby-76e6fac2917846b5334770315b6d5648b7616904.zip | |
* ext/openssl/extconf.rb: check for X509V3_EXT_nconf_nid.
* ext/openssl/ossl_x509ext.c (MakeX509ExtFactory): should use
OPENSSL_malloc to allocate X509V3_CTX.
* ext/openssl/ossl_x509ext.c (ossl_x509extfactory_create_ext): use
X509V3_EXT_nconf_nid to avoid SEGV (and to build extensions which
values are placed in separate section).
* test/openssl/test_x509ext.rb: new file.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9592 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 @@ +Wed Nov 23 07:26:44 2005 GOTOU Yuuzou <gotoyuzo@notwork.org> + + * ext/openssl/extconf.rb: check for X509V3_EXT_nconf_nid. + + * ext/openssl/ossl_x509ext.c (MakeX509ExtFactory): should use + OPENSSL_malloc to allocate X509V3_CTX. + + * ext/openssl/ossl_x509ext.c (ossl_x509extfactory_create_ext): use + X509V3_EXT_nconf_nid to avoid SEGV (and to build extensions which + values are placed in separate section). + + * test/openssl/test_x509ext.rb: new file. + Wed Nov 23 01:22:57 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> * file.c (test_identical): test if two files are identical. |
