Hacker News new | ask | show | jobs
by caf 3532 days ago
You can read certificates via the BIO system with PEM_read_bio_X509() or straight from a buffer with d2i_X509().