From fe6e1c3ce8e4d48f8c177fd1fe4f1b07db770329 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Tue, 22 Nov 2005 22:29:13 +0000 Subject: * 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/trunk@9592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 19182ef5f..dab2ca139 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Wed Nov 23 07:26:44 2005 GOTOU Yuuzou + + * 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 * file.c (test_identical): test if two files are identical. -- cgit