kaikramer / keystore-explorer

KeyStore Explorer is a free GUI replacement for the Java command-line utilities keytool and jarsigner.
https://keystore-explorer.org/
GNU General Public License v3.0
1.7k stars 275 forks source link

Incorrect display name `CRL SELF CDP` for OID 1.3.6.1.4.1.311.21.14 on 'CRL Extensions' screen. #319

Closed The-Lum closed 2 years ago

The-Lum commented 2 years ago

Describe the bug

Expected behavior

➡️ Is the correction will be on X509ExtensionType.java? If I can help...

Screenshots

Environment

Other requests Similar pseudo request #278

kaikramer commented 2 years ago

Sorry, I forgot to answer here...

The extension viewer can parse and display the extension content, but support for every single extension has to be explicitly implemented, whereas the ASN.1 viewer simply uses a very long list of OIDs and their names.

I will be using the simple list from the ASN.1 viewer as a fallback solution to get at least a name for the extension even if the extension viewer cannot parse it.

Thanks for pointing that out! 👍