Hello,
I work with C++ language. I'd like to create a class named "certificate" in
which I 'll have a X509 object  and fonctions member like
verify_certificate.
1) I would like to know how to load X509 certificate object, I do not see
any fonction in the API which can do it ( out of handshake fonctions ).
2) Then How to parse this X509 certificate ( in pem format for example ). I
must retrieve "serial number", "cn" etc ...
Thanks for your help

Reply via email to