General

Profile

rep (Mark Schloesser)

  • Login: rep
  • Email: ms@mwcollect.org
  • Registered on: 02/08/2014
  • Last sign in: 02/08/2014

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

02/08/2014

08:46 PM Ruby master Bug #9504: X509 certificate incorrectly loaded (because of try-pem-first-else-asn1)
My patch means you can load the certificate like this:
x509 = OpenSSL::X509::Certificate.new(cert, "DER")
I...
rep (Mark Schloesser)
08:43 PM Ruby master Bug #9504 (Closed): X509 certificate incorrectly loaded (because of try-pem-first-else-asn1)
Ruby's openssl extension tries to load certificates as PEM format first, and on failure will try to do DER / ASN1. Th... rep (Mark Schloesser)

Also available in: Atom