From: shibata.hiroshi@... Date: 2014-01-30T06:16:54+00:00 Subject: [ruby-core:60288] [ruby-trunk - Bug #8178] OpenSSL::PKCS7::SignerInfo Issue #8178 has been updated by Hiroshi SHIBATA. Target version changed from 2.1.0 to current: 2.2.0 ---------------------------------------- Bug #8178: OpenSSL::PKCS7::SignerInfo https://bugs.ruby-lang.org/issues/8178#change-44771 * Author: Joseph Coyle * Status: Assigned * Priority: Normal * Assignee: Martin Bosslet * Category: ext * Target version: current: 2.2.0 * ruby -v: ruby 2.1.0dev (2013-03-28 trunk 39971) [x86_64-darwin11.4.2] * Backport: ---------------------------------------- The instance method OpenSSL::PKCS7::SignerInfo.name does not return the signing certificate name but the X509 name of the signer's issuer. This is because SignerInfo.name is actually an alias of SignerInfo.issuer. This appears to be a mistake particularly because OpenSSL::PKCS7::RecepientInfo doesn't have a corresponding name method. Perhaps OpenSSL::PKCS7::SignerInfo.name should be considered for removal since the method name is misleading. -- http://bugs.ruby-lang.org/