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 for OID 1.3.6.1.4.1.311.20.2.3 #246

Closed michael-o closed 3 years ago

michael-o commented 3 years ago

Describe the bug In the ASN.1 view of a cert EKU 1.3.6.1.4.1.311.20.2.3 is displayed as UniversalPrincipalName.

To Reproduce Steps to reproduce the behavior: Have a cert with a SAN item of 1.3.6.1.4.1.311.20.2.3.

Expected behavior The display name shall read "UserPrincipalName". I have reported the same issue some time ago with OpenSSL: https://github.com/openssl/openssl/pull/10029. This entry represents the LDAP attribute userPrincipalName in Active Directory.

Screenshots ASN.1 view

Environment

kaikramer commented 3 years ago

Thanks for reporting, much appreciated!

michael-o commented 3 years ago

This one has been fixed two months ago.