I used Crypto++ for my application. However it lacks a digital certificate parser. I know that openSSL has one, but I have to learn the whole library again.
Is there some parsing library existing for C++? All I want is to read the certificate and extract some fields, including the public key.