april / certainly-something

WebExtension that shows certificate chains in an aesthetically pleasing manner.
https://addons.mozilla.org/en-US/firefox/addon/certainly-something/
Mozilla Public License 2.0
92 stars 20 forks source link

[WIP] Support for Microsoft Crypto Extensions #51

Closed pavithraes closed 5 years ago

pavithraes commented 5 years ago

The OID's are being displayed for all extensions currently. I could find the ans1 formats for enrollment type, CA version and certificate template. @april shall I work on implementing them?

Screenshots:

Screenshot 1

Screenshot 2

Screenshot 3

ANS1 Formats: Enrollment Type: https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-wcce/3aec3e50-511a-42f9-a5d5-240af503e470 Certificate Template: https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-wcce/9da866e5-9ce9-4a83-9064-0d20af8b2ccf

pavithraes commented 5 years ago

The commented lines of code relate to the mentioned asn1 formats and are just for reference.

april commented 5 years ago

Closing, since it was fixed with a bunch of different commits already.