Home | History | Annotate | Download | only in x509

Lines Matching refs:X509_EXTENSION

68 int X509v3_get_ext_count(const STACK_OF(X509_EXTENSION) *x)
74 int X509v3_get_ext_by_NID(const STACK_OF(X509_EXTENSION) *x, int nid,
84 int X509v3_get_ext_by_OBJ(const STACK_OF(X509_EXTENSION) *sk, ASN1_OBJECT *obj,
88 X509_EXTENSION *ex;
104 int X509v3_get_ext_by_critical(const STACK_OF(X509_EXTENSION) *sk, int crit,
108 X509_EXTENSION *ex;
125 X509_EXTENSION *X509v3_get_ext(const STACK_OF(X509_EXTENSION) *x, int loc)
133 X509_EXTENSION *X509v3_delete_ext(STACK_OF(X509_EXTENSION) *x, int loc)
135 X509_EXTENSION *ret;
143 STACK_OF(X509_EXTENSION) *X509v3_add_ext(STACK_OF(X509_EXTENSION) **x,
144 X509_EXTENSION *ex, int loc)
146 X509_EXTENSION *new_ex=NULL;
148 STACK_OF(X509_EXTENSION) *sk=NULL;
183 X509_EXTENSION *X509_EXTENSION_create_by_NID(X509_EXTENSION **ex, int nid,
187 X509_EXTENSION *ret;
200 X509_EXTENSION *X509_EXTENSION_create_by_OBJ(X509_EXTENSION **ex,
203 X509_EXTENSION *ret;
231 int X509_EXTENSION_set_object(X509_EXTENSION *ex, ASN1_OBJECT *obj)
240 int X509_EXTENSION_set_critical(X509_EXTENSION *ex, int crit)
247 int X509_EXTENSION_set_data(X509_EXTENSION *ex, ASN1_OCTET_STRING *data)
257 ASN1_OBJECT *X509_EXTENSION_get_object(X509_EXTENSION *ex)
263 ASN1_OCTET_STRING *X509_EXTENSION_get_data(X509_EXTENSION *ex)
269 int X509_EXTENSION_get_critical(X509_EXTENSION *ex)