Home
last modified time | relevance | path

Searched defs:x509_cinf_st (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/include/crypto/
H A Dx509.h160 struct x509_cinf_st { struct
161 ASN1_INTEGER *version; /* [ 0 ] default of v1 */
162 ASN1_INTEGER serialNumber;
163 X509_ALGOR signature;
164 X509_NAME *issuer;
165 X509_VAL validity;
166 X509_NAME *subject;
167 X509_PUBKEY *key;
168 ASN1_BIT_STRING *issuerUID; /* [ 1 ] optional in v2 */
169 ASN1_BIT_STRING *subjectUID; /* [ 2 ] optional in v2 */
[all …]