Digital Certificate Parsing Library in C++? -


I used crypto ++ for my application though it lacks digital certificate parser. I know that one in OpenSSL But I have to learn the whole library again.

Is there some parsing library existing for C ++? I want to read all the certificates and remove some fields, including the public key.

No actual libraries are actually known, but the format used by the certificate files is actually Parsing is easy.


Comments