开发者

Digital Certificate Parsing Library in C++?

I used Crypto++ for my applicat开发者_运维百科ion. 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.


I don't know of any really common ASN.1 libraries, but the format as used by certificate files is actually dead easy to parse.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜