Lines Matching refs:X509
22 int X509_set_version(X509 *x, long version)
38 int X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial)
50 int X509_set_issuer_name(X509 *x, const X509_NAME *name)
57 int X509_set_subject_name(X509 *x, const X509_NAME *name)
78 int X509_set1_notBefore(X509 *x, const ASN1_TIME *tm)
85 int X509_set1_notAfter(X509 *x, const ASN1_TIME *tm)
92 int X509_set_pubkey(X509 *x, EVP_PKEY *pkey)
99 int X509_up_ref(X509 *x)
106 REF_PRINT_COUNT("X509", x);
111 long X509_get_version(const X509 *x)
116 const ASN1_TIME *X509_get0_notBefore(const X509 *x)
121 const ASN1_TIME *X509_get0_notAfter(const X509 *x)
126 ASN1_TIME *X509_getm_notBefore(const X509 *x)
131 ASN1_TIME *X509_getm_notAfter(const X509 *x)
136 int X509_get_signature_type(const X509 *x)
141 X509_PUBKEY *X509_get_X509_PUBKEY(const X509 *x)
146 const STACK_OF(X509_EXTENSION) *X509_get0_extensions(const X509 *x)
151 void X509_get0_uids(const X509 *x, const ASN1_BIT_STRING **piuid,
160 const X509_ALGOR *X509_get0_tbs_sigalg(const X509 *x)
188 int X509_get_signature_info(X509 *x, int *mdnid, int *pknid, int *secbits,
273 int ossl_x509_init_sig_info(X509 *x)