General

Profile

Jacob640 (Joseph Coyle)

  • Login: Jacob640
  • Registered on: 03/28/2013
  • Last sign in: 11/11/2013

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

03/28/2013

10:31 AM Ruby Bug #8177: ext/openssl/pkcs7 signing fails with EC keys
=begin
Hi Martin,
It's only a one liner aliasing public_key? to public? but I did it partly to check that nothing disastrous happened if that change were made.
RE: the PKey interface I agree that the present situation does seem prob...
Jacob640 (Joseph Coyle)
03:41 AM Ruby Bug #8177 (Closed): ext/openssl/pkcs7 signing fails with EC keys
ext/openssl/pkcs7 signing fails with EC keys. This happens because the EC keys do not respond to key.private? method which is used to check that the key is a private key. Aliasing the instance method OpenSSL::PKey::EC.private_key? as ... Jacob640 (Joseph Coyle)
09:39 AM Ruby Bug #8178: OpenSSL::PKCS7::SignerInfo
Because of this bug I have been looking at why it is so difficult to get useful identifying info for pkcs7 signers. I see that OpenSSL provides a utility function to extract a certificate from a pkcs7 message corresponding to a supplied ... Jacob640 (Joseph Coyle)
07:04 AM Ruby Bug #8178 (Closed): OpenSSL::PKCS7::SignerInfo
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 ... Jacob640 (Joseph Coyle)

Also available in: Atom