Click here to Skip to main content
15,889,992 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm writing a C++ library that needs to parse x509 certificate. I don't want this library to depend on a heavy library like OpenSSL. Do you know a C/C++ lightweight library that can parse x509 certificates without using OpenSSL or any of its wrappers? If it can also edit/create x509 certificates it'd be even greater. I also need this library to be cross-platform, mainly Windows, Linux and Mac OS

What I have tried:

I've searched the internet quite thoroughly but didn't find such library
Posted
Comments
KarstenK 23-Mar-16 13:57pm    
If you use OpenSSL you can work on other features. Use it as a static library, so the needed code will get linked in your binary.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900