openssl
openssl copied to clipboard
OCSP does not expose extension manipulation functions
OCSP responses can have extensions. While rarely used in the past, Certificate Transparency (http://tools.ietf.org/html/rfc6962) is using them to deliver information. Currently the only way to add extensions form ruby is to manually modify the ASN.1. It would be nice there was an easier way.