Parse x509 certificate without openssl in C/C++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • seladb
    New Member
    • Jan 2016
    • 4

    Parse x509 certificate without openssl in C/C++

    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
Working...