Lines Matching refs:X509
7 X509_chain_up_ref - X509 certificate ASN1 allocation functions
13 X509 *X509_new(void);
14 X509 *X509_new_ex(OSSL_LIB_CTX *libctx, const char *propq);
15 void X509_free(X509 *a);
16 int X509_up_ref(X509 *a);
17 STACK_OF(X509) *X509_chain_up_ref(STACK_OF(X509) *x);
21 The X509 ASN1 allocation routines allocate and free an
22 X509 structure, which represents an X509 certificate.
24 X509_new_ex() allocates and initializes a X509 structure with a
26 count of B<1>. Many X509 functions such as X509_check_purpose(), and
28 fetched algorithms (SHA1 is used internally). This created X509 object can then
33 being used for any X509 operations requiring algorithm fetches.
35 X509_free() decrements the reference count of B<X509> structure B<a> and