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

Added support for custom extended key usages (issue #93) #200

Closed JPinzon01 closed 5 years ago

JPinzon01 commented 5 years ago

New option allows to the inclusion of custom EKUs using the oid. The extensions can be edited through a new button in the EKU panel. No translation for German provided.

I added the "edit" button as you suggested in #93, but the dialog for new oids will show when the check is selected and no custom extension exists.

JPinzon01 commented 5 years ago

Empty keys removed as requested.

kaikramer commented 5 years ago

Thank you very much for your contribution!