mozilla / tls-observatory

An observatory for TLS configurations, X509 certificates, and more.
Mozilla Public License 2.0
535 stars 88 forks source link

Add ExtendedKeyUsagOID to the JSON return #338

Closed christopher-henderson closed 6 years ago

christopher-henderson commented 6 years ago

Currently when we construct the list of EKUs for a given certificate we translate known EKUs to human readable strings (E.G. 1.3.6.1.5.5.7.3.9 --> "ExtKeyUsageOCSPSigning").

The folks at the CCADB would appreciate an addition to the API which gives all raw OIDs for the EKUs alongside the translated slice of EKUs.