kurtbrose / pyjks

a pure python Java KeyStore file parser, including private key decryption
MIT License
130 stars 35 forks source link

Fix for: Pyjks doesn't convert alias to lowercase (#38) #39

Closed silvervesi closed 6 years ago

silvervesi commented 6 years ago

Alias will now be converted to lowercase when creating certificate/private key entries. Added some tests also.

mahmoud commented 6 years ago

Seems like a good idea to keep compatibility with the primary JKS tools. I'm going to merge under the assumption that if this breaks any current pyjks users they'll come in here and enlighten us as to the format's true nature :)