jcryptool / crypto

JCrypTool Crypto Plug-ins
https://www.cryptool.org
Eclipse Public License 1.0
67 stars 37 forks source link

JCT CA Plugin reintroduction #356

Closed grthor closed 3 years ago

grthor commented 3 years ago

The main change in this PR is the reintroduction of a working version of the JCT CA Plugin.

To get the plugin working again, an update of the certificate creation algorithm was necessary. The old X509v1 certificate genereation process was replaces with an up to date X509v3 generation process.

The GUIof the plugin has not been changed for the most part. It looks good.

Interestingly the keys and certificates genereated with this plugin can be stored and loaded without any problems. There seems to be a difference in the generation, storing or loading of the key in comparison the other plugins in the JCT. I will take a look into the differences in the next days.

simlei commented 3 years ago

@grthor: there is still one pending merge conflict ;)