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

Add support for Microsoft extensions '1.3.6.1.4.1.311.20.2', '1.3.6.1… ….4.1.311.21.1' and '1.3.6.1.4.1.311.21.2' #54

Closed MauAraujo closed 5 years ago

MauAraujo commented 5 years ago

I added support for the extensions so that they match the structure in ad1b88e. I tested them and they all display properly as shown: Captura de pantalla 2019-03-25 a la(s) 13 08 38

MauAraujo commented 5 years ago

Alright, I have fixed the spacing issues and will start to work on displaying the full certificate types in the enrollment extension.

MauAraujo commented 5 years ago

I used this document: https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-CRTD/%5bMS-CRTD%5d.pdf that I downloaded from this microsoft page: https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-crtd/4c6950e4-1dc2-4ae3-98c3-b8919bb73822 to display the full name of the certificate type instead of an abbreviation. This change is shown here: certType It now displays "Subordinate Certification Authority" instead of just "SubCA".