noloader / cryptopp-pem

PEM parsing of keys and parameters for Crypto++ project
42 stars 31 forks source link

Fix problem with CompareNoCase which affects Encrypted Pem files #2

Closed gary-fsh closed 6 years ago

gary-fsh commented 6 years ago

There was a problem that affected windows versions where the CompareNoCase had a bug and was not correctly altering the data in one of the strings for case insensitive comparisons.

noloader commented 6 years ago

Thanks @gary-fsh.