mozilla / tls-observatory

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

Re-add support for Subject SPKI hash #353

Closed jvehent closed 6 years ago

jvehent commented 6 years ago

In 1.2.37, I removed support for Subject SPKI (#144) and turned the value into standard SPKI. Turns out this was a mistake, and Subject SPKI is very much needed by CCADB. This patch re-adds it into a new column.

Checklist