eid-viewer
eid-viewer library
|
Helper functions to deal with certificate validation using OpenSSL. Linux/OSX only. More...
#include <eid-viewer/oslayer.h>
Go to the source code of this file.
Functions | |
DllExport enum eid_vwr_result | eid_vwr_verify_cert (const void *certificate, size_t certlen, const void *ca, size_t calen, const void *(*perform_ocsp_request)(char *, void *, long, long *, void **), void(*free_ocsp_request)(void *)) |
Verify the validity of a certificate. More... | |
DllExport enum eid_vwr_result | eid_vwr_verify_rrncert (const void *certificate, size_t certlen) |
Verify the validity of the RRN certificate. More... | |
DllExport char * | eid_vwr_x509_get_details (const void *certificate, size_t certlen) |
Produce a human-readable version of the certificate. More... | |
Helper functions to deal with certificate validation using OpenSSL. Linux/OSX only.