From: "reaperhulk (Paul Kehrer)" Date: 2012-10-18T12:51:12+09:00 Subject: [ruby-core:48063] [ruby-trunk - Feature #7181] New Methods On OpenSSL::OCSP::CertificateId Issue #7181 has been updated by reaperhulk (Paul Kehrer). File certid_methods_v2.patch added Oops, left one extraneous line in a test. Removed in v2. ---------------------------------------- Feature #7181: New Methods On OpenSSL::OCSP::CertificateId https://bugs.ruby-lang.org/issues/7181#change-30989 Author: reaperhulk (Paul Kehrer) Status: Open Priority: Normal Assignee: MartinBosslet (Martin Bosslet) Category: ext Target version: This patch adds 3 new methods to OpenSSL::OCSP::CertificateId. These methods are useful when building an OCSP responder or doing comparison without repeatedly calling OpenSSL::OCSP::CertificateId#cmp_issuer #issuer_name_hash #issuer_key_hash #signature_algorithm (returns string representation of alg used just like OpenSSL::X509::Certificate#signature_algorithm or OpenSSL::X509::Request#signature_algorithm) Martin, I assigned this one to you since you helped me with the last OpenSSL patch I submitted, but let me know if it needs to be pointed another direction or what else I might need to do! -- http://bugs.ruby-lang.org/