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

Add view for bag attributes #231

Open michael-o opened 4 years ago

michael-o commented 4 years ago

Sometimes certificates are accompanied with bag attributes like friendlyName or trustedKeyUsage. There is no way to display them. Add some means to display such bag attributes.

kaikramer commented 4 years ago

Related to #217

michael-o commented 4 years ago

Correct. It is currently impossible to create a PKCS12 truststore for Java w/o using Java. A view would help to understand that issue.

michael-o commented 4 years ago

See also https://github.com/openssl/openssl/issues/6684