You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now there are high-level APIs for creating extensions (Certificates, and soon CRLs and CRL entries), but when looking up extensions an :Extension record is returned. Complicating things, the extensions returned by the X509.Certificate module from the :OTPCertificate record have their values DER decoded, while CRL extensions are returned with DER binary values, even for the same extension type (e.g. AKI).
Need to define a unified API for working with extension values.
The text was updated successfully, but these errors were encountered:
Right now there are high-level APIs for creating extensions (Certificates, and soon CRLs and CRL entries), but when looking up extensions an
:Extension
record is returned. Complicating things, the extensions returned by theX509.Certificate
module from the:OTPCertificate
record have their values DER decoded, while CRL extensions are returned with DER binary values, even for the same extension type (e.g. AKI).Need to define a unified API for working with extension values.
The text was updated successfully, but these errors were encountered: