From: "vbatts (Vincent Batts)" Date: 2012-07-06T06:27:58+09:00 Subject: [ruby-core:46210] [ruby-trunk - Bug #6703][Open] openssl: using a newly registered extension Issue #6703 has been reported by vbatts (Vincent Batts). ---------------------------------------- Bug #6703: openssl: using a newly registered extension https://bugs.ruby-lang.org/issues/6703 Author: vbatts (Vincent Batts) Status: Open Priority: Normal Assignee: Category: ext Target version: ruby -v: ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-linux] When registering a new ASN.1 extension OBJ_create(), it should make it available for OBJ_ln2nid() and OBJ_sn2nid() searches that are performed in OpenSSL::X509::ExtensionFactory.create_ext I've attached a ruby case where this should work, As well as a C sample where you can see it working. p.s. I wish that OBJ_txt2nid was added to the functions used when searching for the nid -- http://bugs.ruby-lang.org/