Lines Matching refs:X509
9 - X509 certificate ASN1 allocation and deallocation functions
15 X509 *X509_new(void);
16 X509 *X509_new_ex(OSSL_LIB_CTX *libctx, const char *propq);
17 void X509_free(X509 *a);
18 int X509_up_ref(X509 *a);
19 STACK_OF(X509) *X509_chain_up_ref(STACK_OF(X509) *x);
20 void OSSL_STACK_OF_X509_free(STACK_OF(X509) *certs);
24 The X509 ASN1 allocation routines allocate and free an
25 X509 structure, which represents an X509 certificate.
27 X509_new_ex() allocates and initializes a X509 structure with a
29 count of B<1>. Many X509 functions such as X509_check_purpose(), and
31 fetched algorithms (SHA1 is used internally). This created X509 object can then
36 being used for any X509 operations requiring algorithm fetches.
38 X509_free() decrements the reference count of B<X509> structure B<a> and