reaperhulk (Paul Kehrer)
- Login: reaperhulk
- Email: paul.l.kehrer@gmail.com
- Registered on: 12/22/2011
- Last sign in: 08/15/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
09/03/2013
-
12:57 AM Ruby Feature #7181: New Methods On OpenSSL::OCSP::CertificateId
- Any chance of this landing in a 2.0.0 patchset?
10/18/2012
-
12:51 PM Ruby Feature #7181: New Methods On OpenSSL::OCSP::CertificateId
- Oops, left one extraneous line in a test. Removed in v2.
-
12:43 PM Ruby Feature #7181 (Closed): New Methods On OpenSSL::OCSP::CertificateId
- 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_...
12/22/2011
-
11:57 PM Ruby Feature #5787: OpenSSL::X509::Name#to_a Improvement (Patch Attached)
- Great news, let me know if there's anything I can do to help.
-
05:13 AM Ruby Feature #5787: OpenSSL::X509::Name#to_a Improvement (Patch Attached)
- Updated patch to avoid a probable memory leak. I don't do much in C so if I still have a mistake please let me know! The github diff is at https://github.com/reaperhulk/ruby/compare/trunk
-
03:30 AM Ruby Feature #5787 (Closed): OpenSSL::X509::Name#to_a Improvement (Patch Attached)
- In ruby 1.8/1.9/trunk the OpenSSL::X509::Name#to_a method attempts to map OIDs to short names. If an OID has no associated shortname this causes it to return the string "UNDEF". It would be much more useful if it returned the OID in this...