OpenPACE
|
The authentication request, consisting of the certificate request, certificate authority reference and outer signature. More...
#include <cv_cert.h>
Data Fields | |
CVC_CERT_REQUEST * | request |
certificate request | |
ASN1_UTF8STRING * | certificate_authority_reference |
Reference to certificate authority that issued this authentication request (in Latin1) More... | |
ASN1_OCTET_STRING * | outer_signature |
Signature calculated over the hash of the certificate request. | |
The authentication request, consisting of the certificate request, certificate authority reference and outer signature.
ASN1_UTF8STRING* cvc_cert_authentication_request_seq_st::certificate_authority_reference |