[前][次][番号順一覧][スレッド一覧][生データ]

ruby-cvs:16017

From: (gotoyuzo) <gotoyuzo ruby-lang.org>
Date: Wed, 23 Nov 2005 07:29:14 +0900
Subject: [ruby-cvs:16017] ruby, ruby/test/openssl, ruby/ext/openssl: * ext/openssl/extconf.rb: check for X509V3_EXT_nconf_nid.

gotoyuzo    Wed, 23 Nov 2005 07:29:14 +0900

  Modified files:
    ruby:
      ChangeLog
    ruby/ext/openssl:
      extconf.rb ossl_x509ext.c
  Added files:
    ruby/test/openssl:
      test_x509ext.rb
  Log:
    * 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.
  
  Revision    Changes    Path
  1.4788      +13  -0    ruby/ChangeLog
    http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.4787&r2=1.4788
  1.2         +74  -0    ruby/test/openssl/test_x509ext.rb
    http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/test/openssl/test_x509ext.rb?cvsroot=src&r1=1.1&r2=1.2
  1.28        +2   -1    ruby/ext/openssl/extconf.rb
    http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ext/openssl/extconf.rb?cvsroot=src&r1=1.27&r2=1.28
  1.11        +21  -5    ruby/ext/openssl/ossl_x509ext.c
    http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ext/openssl/ossl_x509ext.c?cvsroot=src&r1=1.10&r2=1.11


[前][次][番号順一覧][スレッド一覧][生データ]