Home
last modified time | relevance | path

Searched refs:X509_EXTENSION (Results 1 – 25 of 91) sorted by relevance

1234

/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/
Dx509_v3.c68 int X509v3_get_ext_count(const STACK_OF(X509_EXTENSION) *x) in X509v3_get_ext_count()
75 int X509v3_get_ext_by_NID(const STACK_OF(X509_EXTENSION) *x, int nid, in X509v3_get_ext_by_NID()
85 int X509v3_get_ext_by_OBJ(const STACK_OF(X509_EXTENSION) *sk, in X509v3_get_ext_by_OBJ()
89 X509_EXTENSION *ex; in X509v3_get_ext_by_OBJ()
105 int X509v3_get_ext_by_critical(const STACK_OF(X509_EXTENSION) *sk, int crit, in X509v3_get_ext_by_critical()
120 const X509_EXTENSION *ex = sk_X509_EXTENSION_value(sk, lastpos); in X509v3_get_ext_by_critical()
128 X509_EXTENSION *X509v3_get_ext(const STACK_OF(X509_EXTENSION) *x, int loc) in X509v3_get_ext()
136 X509_EXTENSION *X509v3_delete_ext(STACK_OF(X509_EXTENSION) *x, int loc) in X509v3_delete_ext()
138 X509_EXTENSION *ret; in X509v3_delete_ext()
146 STACK_OF(X509_EXTENSION) *X509v3_add_ext(STACK_OF(X509_EXTENSION) **x, in STACK_OF() argument
[all …]
Dx_exten.c65 ASN1_SEQUENCE(X509_EXTENSION) = {
66 ASN1_SIMPLE(X509_EXTENSION, object, ASN1_OBJECT),
67 ASN1_OPT(X509_EXTENSION, critical, ASN1_BOOLEAN),
68 ASN1_SIMPLE(X509_EXTENSION, value, ASN1_OCTET_STRING)
69 } ASN1_SEQUENCE_END(X509_EXTENSION)
72 ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, Extension, X509_EXTENSION)
75 IMPLEMENT_ASN1_FUNCTIONS(X509_EXTENSION)
77 IMPLEMENT_ASN1_DUP_FUNCTION(X509_EXTENSION)
Dx509_ext.c88 X509_EXTENSION *X509_CRL_get_ext(const X509_CRL *x, int loc) in X509_CRL_get_ext()
93 X509_EXTENSION *X509_CRL_delete_ext(X509_CRL *x, int loc) in X509_CRL_delete_ext()
110 int X509_CRL_add_ext(X509_CRL *x, X509_EXTENSION *ex, int loc) in X509_CRL_add_ext()
136 X509_EXTENSION *X509_get_ext(const X509 *x, int loc) in X509_get_ext()
141 X509_EXTENSION *X509_delete_ext(X509 *x, int loc) in X509_delete_ext()
146 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc) in X509_add_ext()
187 X509_EXTENSION *X509_REVOKED_get_ext(const X509_REVOKED *x, int loc) in X509_REVOKED_get_ext()
192 X509_EXTENSION *X509_REVOKED_delete_ext(X509_REVOKED *x, int loc) in X509_REVOKED_delete_ext()
197 int X509_REVOKED_add_ext(X509_REVOKED *x, X509_EXTENSION *ex, int loc) in X509_REVOKED_add_ext()
/external/boringssl/src/crypto/x509/
Dx509_v3.c68 int X509v3_get_ext_count(const STACK_OF(X509_EXTENSION) *x) { in X509v3_get_ext_count()
75 int X509v3_get_ext_by_NID(const STACK_OF(X509_EXTENSION) *x, int nid, in X509v3_get_ext_by_NID()
84 int X509v3_get_ext_by_OBJ(const STACK_OF(X509_EXTENSION) *sk, in X509v3_get_ext_by_OBJ()
87 X509_EXTENSION *ex; in X509v3_get_ext_by_OBJ()
106 int X509v3_get_ext_by_critical(const STACK_OF(X509_EXTENSION) *sk, int crit, in X509v3_get_ext_by_critical()
120 const X509_EXTENSION *ex = sk_X509_EXTENSION_value(sk, lastpos); in X509v3_get_ext_by_critical()
128 X509_EXTENSION *X509v3_get_ext(const STACK_OF(X509_EXTENSION) *x, int loc) { in X509v3_get_ext()
136 X509_EXTENSION *X509v3_delete_ext(STACK_OF(X509_EXTENSION) *x, int loc) { in X509v3_delete_ext()
137 X509_EXTENSION *ret; in X509v3_delete_ext()
146 STACK_OF(X509_EXTENSION) *X509v3_add_ext(STACK_OF(X509_EXTENSION) **x, in STACK_OF() argument
[all …]
Dx_exten.c65 ASN1_SEQUENCE(X509_EXTENSION) = {
66 ASN1_SIMPLE(X509_EXTENSION, object, ASN1_OBJECT),
67 ASN1_OPT(X509_EXTENSION, critical, ASN1_BOOLEAN),
68 ASN1_SIMPLE(X509_EXTENSION, value, ASN1_OCTET_STRING),
69 } ASN1_SEQUENCE_END(X509_EXTENSION)
72 ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, Extension, X509_EXTENSION)
75 IMPLEMENT_ASN1_FUNCTIONS_const(X509_EXTENSION)
78 IMPLEMENT_ASN1_DUP_FUNCTION_const(X509_EXTENSION)
Dx509_ext.c83 X509_EXTENSION *X509_CRL_get_ext(const X509_CRL *x, int loc) { in X509_CRL_get_ext()
87 X509_EXTENSION *X509_CRL_delete_ext(X509_CRL *x, int loc) { in X509_CRL_delete_ext()
101 int X509_CRL_add_ext(X509_CRL *x, const X509_EXTENSION *ex, int loc) { in X509_CRL_add_ext()
121 X509_EXTENSION *X509_get_ext(const X509 *x, int loc) { in X509_get_ext()
125 X509_EXTENSION *X509_delete_ext(X509 *x, int loc) { in X509_delete_ext()
129 int X509_add_ext(X509 *x, const X509_EXTENSION *ex, int loc) { in X509_add_ext()
162 X509_EXTENSION *X509_REVOKED_get_ext(const X509_REVOKED *x, int loc) { in X509_REVOKED_get_ext()
166 X509_EXTENSION *X509_REVOKED_delete_ext(X509_REVOKED *x, int loc) { in X509_REVOKED_delete_ext()
170 int X509_REVOKED_add_ext(X509_REVOKED *x, const X509_EXTENSION *ex, int loc) { in X509_REVOKED_add_ext()
/external/cronet/third_party/boringssl/src/crypto/x509/
Dx509_v3.c68 int X509v3_get_ext_count(const STACK_OF(X509_EXTENSION) *x) { in X509v3_get_ext_count()
75 int X509v3_get_ext_by_NID(const STACK_OF(X509_EXTENSION) *x, int nid, in X509v3_get_ext_by_NID()
84 int X509v3_get_ext_by_OBJ(const STACK_OF(X509_EXTENSION) *sk, in X509v3_get_ext_by_OBJ()
87 X509_EXTENSION *ex; in X509v3_get_ext_by_OBJ()
106 int X509v3_get_ext_by_critical(const STACK_OF(X509_EXTENSION) *sk, int crit, in X509v3_get_ext_by_critical()
120 const X509_EXTENSION *ex = sk_X509_EXTENSION_value(sk, lastpos); in X509v3_get_ext_by_critical()
128 X509_EXTENSION *X509v3_get_ext(const STACK_OF(X509_EXTENSION) *x, int loc) { in X509v3_get_ext()
136 X509_EXTENSION *X509v3_delete_ext(STACK_OF(X509_EXTENSION) *x, int loc) { in X509v3_delete_ext()
137 X509_EXTENSION *ret; in X509v3_delete_ext()
146 STACK_OF(X509_EXTENSION) *X509v3_add_ext(STACK_OF(X509_EXTENSION) **x, in STACK_OF() argument
[all …]
Dx_exten.c65 ASN1_SEQUENCE(X509_EXTENSION) = {
66 ASN1_SIMPLE(X509_EXTENSION, object, ASN1_OBJECT),
67 ASN1_OPT(X509_EXTENSION, critical, ASN1_BOOLEAN),
68 ASN1_SIMPLE(X509_EXTENSION, value, ASN1_OCTET_STRING),
69 } ASN1_SEQUENCE_END(X509_EXTENSION)
72 ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, Extension, X509_EXTENSION)
75 IMPLEMENT_ASN1_FUNCTIONS_const(X509_EXTENSION)
78 IMPLEMENT_ASN1_DUP_FUNCTION_const(X509_EXTENSION)
Dx509_ext.c83 X509_EXTENSION *X509_CRL_get_ext(const X509_CRL *x, int loc) { in X509_CRL_get_ext()
87 X509_EXTENSION *X509_CRL_delete_ext(X509_CRL *x, int loc) { in X509_CRL_delete_ext()
101 int X509_CRL_add_ext(X509_CRL *x, const X509_EXTENSION *ex, int loc) { in X509_CRL_add_ext()
121 X509_EXTENSION *X509_get_ext(const X509 *x, int loc) { in X509_get_ext()
125 X509_EXTENSION *X509_delete_ext(X509 *x, int loc) { in X509_delete_ext()
129 int X509_add_ext(X509 *x, const X509_EXTENSION *ex, int loc) { in X509_add_ext()
162 X509_EXTENSION *X509_REVOKED_get_ext(const X509_REVOKED *x, int loc) { in X509_REVOKED_get_ext()
166 X509_EXTENSION *X509_REVOKED_delete_ext(X509_REVOKED *x, int loc) { in X509_REVOKED_delete_ext()
170 int X509_REVOKED_add_ext(X509_REVOKED *x, const X509_EXTENSION *ex, int loc) { in X509_REVOKED_add_ext()
/external/cronet/third_party/boringssl/src/crypto/x509v3/
Dv3_conf.c77 static X509_EXTENSION *do_ext_nconf(const CONF *conf, const X509V3_CTX *ctx,
79 static X509_EXTENSION *v3_generic_extension(const char *ext, const char *value,
82 static X509_EXTENSION *do_ext_i2d(const X509V3_EXT_METHOD *method, int ext_nid,
87 X509_EXTENSION *X509V3_EXT_nconf(const CONF *conf, const X509V3_CTX *ctx, in X509V3_EXT_nconf()
102 X509_EXTENSION *ret = do_ext_nconf(conf, ctx, OBJ_sn2nid(name), crit, value); in X509V3_EXT_nconf()
110 X509_EXTENSION *X509V3_EXT_nconf_nid(const CONF *conf, const X509V3_CTX *ctx, in X509V3_EXT_nconf_nid()
131 static X509_EXTENSION *do_ext_nconf(const CONF *conf, const X509V3_CTX *ctx, in do_ext_nconf()
134 X509_EXTENSION *ext; in do_ext_nconf()
199 static X509_EXTENSION *do_ext_i2d(const X509V3_EXT_METHOD *method, int ext_nid, in do_ext_i2d()
215 X509_EXTENSION *ext = in do_ext_i2d()
[all …]
Dv3_lib.c124 const X509V3_EXT_METHOD *X509V3_EXT_get(const X509_EXTENSION *ext) { in X509V3_EXT_get()
173 void *X509V3_EXT_d2i(const X509_EXTENSION *ext) { in X509V3_EXT_d2i()
195 void *X509V3_get_d2i(const STACK_OF(X509_EXTENSION) *extensions, int nid, in X509V3_get_d2i()
199 X509_EXTENSION *ex, *found_ex = NULL; in X509V3_get_d2i()
258 int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value, in X509V3_add1_i2d()
261 X509_EXTENSION *ext = NULL, *extmp; in X509V3_add1_i2d()
262 STACK_OF(X509_EXTENSION) *ret = NULL; in X509V3_add1_i2d()
284 X509_EXTENSION *prev_ext = sk_X509_EXTENSION_delete(*x, extidx); in X509V3_add1_i2d()
Dv3_prn.c68 static int unknown_ext_print(BIO *out, const X509_EXTENSION *ext,
106 int X509V3_EXT_print(BIO *out, const X509_EXTENSION *ext, unsigned long flag, in X509V3_EXT_print()
153 const STACK_OF(X509_EXTENSION) *exts, in X509V3_extensions_print()
168 const X509_EXTENSION *ex = sk_X509_EXTENSION_value(exts, i); in X509V3_extensions_print()
189 static int unknown_ext_print(BIO *out, const X509_EXTENSION *ext, in unknown_ext_print()
215 int X509V3_EXT_print_fp(FILE *fp, const X509_EXTENSION *ext, int flag, in X509V3_EXT_print_fp()
/external/boringssl/src/crypto/x509v3/
Dv3_conf.c77 static X509_EXTENSION *do_ext_nconf(const CONF *conf, const X509V3_CTX *ctx,
79 static X509_EXTENSION *v3_generic_extension(const char *ext, const char *value,
82 static X509_EXTENSION *do_ext_i2d(const X509V3_EXT_METHOD *method, int ext_nid,
87 X509_EXTENSION *X509V3_EXT_nconf(const CONF *conf, const X509V3_CTX *ctx, in X509V3_EXT_nconf()
102 X509_EXTENSION *ret = do_ext_nconf(conf, ctx, OBJ_sn2nid(name), crit, value); in X509V3_EXT_nconf()
110 X509_EXTENSION *X509V3_EXT_nconf_nid(const CONF *conf, const X509V3_CTX *ctx, in X509V3_EXT_nconf_nid()
131 static X509_EXTENSION *do_ext_nconf(const CONF *conf, const X509V3_CTX *ctx, in do_ext_nconf()
134 X509_EXTENSION *ext; in do_ext_nconf()
199 static X509_EXTENSION *do_ext_i2d(const X509V3_EXT_METHOD *method, int ext_nid, in do_ext_i2d()
215 X509_EXTENSION *ext = in do_ext_i2d()
[all …]
Dv3_lib.c124 const X509V3_EXT_METHOD *X509V3_EXT_get(const X509_EXTENSION *ext) { in X509V3_EXT_get()
173 void *X509V3_EXT_d2i(const X509_EXTENSION *ext) { in X509V3_EXT_d2i()
195 void *X509V3_get_d2i(const STACK_OF(X509_EXTENSION) *extensions, int nid, in X509V3_get_d2i()
199 X509_EXTENSION *ex, *found_ex = NULL; in X509V3_get_d2i()
258 int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value, in X509V3_add1_i2d()
261 X509_EXTENSION *ext = NULL, *extmp; in X509V3_add1_i2d()
262 STACK_OF(X509_EXTENSION) *ret = NULL; in X509V3_add1_i2d()
284 X509_EXTENSION *prev_ext = sk_X509_EXTENSION_delete(*x, extidx); in X509V3_add1_i2d()
Dv3_prn.c68 static int unknown_ext_print(BIO *out, const X509_EXTENSION *ext,
106 int X509V3_EXT_print(BIO *out, const X509_EXTENSION *ext, unsigned long flag, in X509V3_EXT_print()
153 const STACK_OF(X509_EXTENSION) *exts, in X509V3_extensions_print()
168 const X509_EXTENSION *ex = sk_X509_EXTENSION_value(exts, i); in X509V3_extensions_print()
189 static int unknown_ext_print(BIO *out, const X509_EXTENSION *ext, in unknown_ext_print()
215 int X509V3_EXT_print_fp(FILE *fp, const X509_EXTENSION *ext, int flag, in X509V3_EXT_print_fp()
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/
Dv3_conf.c77 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid,
79 static X509_EXTENSION *v3_generic_extension(const char *ext, const char *value,
82 static X509_EXTENSION *do_ext_i2d(const X509V3_EXT_METHOD *method,
89 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, const char *name, in X509V3_EXT_nconf()
94 X509_EXTENSION *ret; in X509V3_EXT_nconf()
108 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, in X509V3_EXT_nconf_nid()
122 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, in do_ext_nconf()
126 X509_EXTENSION *ext; in do_ext_nconf()
181 static X509_EXTENSION *do_ext_i2d(const X509V3_EXT_METHOD *method, in do_ext_i2d()
187 X509_EXTENSION *ext; in do_ext_i2d()
[all …]
Dv3_lib.c127 const X509V3_EXT_METHOD *X509V3_EXT_get(const X509_EXTENSION *ext) in X509V3_EXT_get()
208 void *X509V3_EXT_d2i(const X509_EXTENSION *ext) in X509V3_EXT_d2i()
222 void *X509V3_get_d2i(const STACK_OF(X509_EXTENSION) *extensions, int nid, in X509V3_get_d2i()
227 X509_EXTENSION *ex, *found_ex = NULL; in X509V3_get_d2i()
280 int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value, in X509V3_add1_i2d()
284 X509_EXTENSION *ext = NULL, *extmp; in X509V3_add1_i2d()
285 STACK_OF(X509_EXTENSION) *ret = NULL; in X509V3_add1_i2d()
Dv3_prn.c69 static int unknown_ext_print(BIO *out, X509_EXTENSION *ext,
105 int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, in X509V3_EXT_print()
159 const STACK_OF(X509_EXTENSION) *exts, in X509V3_extensions_print()
175 X509_EXTENSION *ex; in X509V3_extensions_print()
194 static int unknown_ext_print(BIO *out, X509_EXTENSION *ext, in unknown_ext_print()
221 int X509V3_EXT_print_fp(FILE *fp, X509_EXTENSION *ext, int flag, int indent) in X509V3_EXT_print_fp()
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dx509.h128 typedef STACK_OF(X509_EXTENSION) X509_EXTENSIONS;
130 DEFINE_STACK_OF(X509_EXTENSION)
255 STACK_OF(X509_EXTENSION) /* optional */ *extensions;
492 OPENSSL_EXPORT const STACK_OF(X509_EXTENSION) *X509_CRL_get0_extensions(
751 OPENSSL_EXPORT X509_EXTENSION *X509_EXTENSION_dup(X509_EXTENSION *ex);
876 DECLARE_ASN1_FUNCTIONS(X509_EXTENSION)
1058 OPENSSL_EXPORT const STACK_OF(X509_EXTENSION) *X509_get0_extensions(
1127 OPENSSL_EXPORT STACK_OF(X509_EXTENSION) *X509_REQ_get_extensions(X509_REQ *req);
1133 X509_REQ *req, const STACK_OF(X509_EXTENSION) *exts, int nid);
1138 X509_REQ *req, const STACK_OF(X509_EXTENSION) *exts);
[all …]
Dx509v3.h585 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf,
589 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx,
592 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx,
597 STACK_OF(X509_EXTENSION) **sk);
666 const X509_EXTENSION *ext);
680 OPENSSL_EXPORT void *X509V3_EXT_d2i(const X509_EXTENSION *ext);
709 OPENSSL_EXPORT void *X509V3_get_d2i(const STACK_OF(X509_EXTENSION) *extensions,
729 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit,
782 OPENSSL_EXPORT int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid,
802 OPENSSL_EXPORT int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext,
[all …]
/external/arm-trusted-firmware/tools/cert_create/src/
Dext.c141 X509_EXTENSION *ext_new(int nid, int crit, unsigned char *data, int len) in ext_new()
143 X509_EXTENSION *ex; in ext_new()
181 X509_EXTENSION *ext_new_hash(int nid, int crit, const EVP_MD *md, in ext_new_hash()
184 X509_EXTENSION *ex; in ext_new_hash()
240 X509_EXTENSION *ext_new_nvcounter(int nid, int crit, int value) in ext_new_nvcounter()
242 X509_EXTENSION *ex; in ext_new_nvcounter()
277 X509_EXTENSION *ext_new_key(int nid, int crit, EVP_PKEY *k) in ext_new_key()
279 X509_EXTENSION *ex; in ext_new_key()
/external/cronet/third_party/boringssl/src/include/openssl/
Dx509.h222 OPENSSL_EXPORT const STACK_OF(X509_EXTENSION) *X509_get0_extensions(
245 OPENSSL_EXPORT X509_EXTENSION *X509_get_ext(const X509 *x, int loc);
339 OPENSSL_EXPORT X509_EXTENSION *X509_delete_ext(X509 *x, int loc);
348 OPENSSL_EXPORT int X509_add_ext(X509 *x, const X509_EXTENSION *ex, int loc);
534 OPENSSL_EXPORT const STACK_OF(X509_EXTENSION) *X509_CRL_get0_extensions(
558 OPENSSL_EXPORT X509_EXTENSION *X509_CRL_get_ext(const X509_CRL *x, int loc);
624 OPENSSL_EXPORT X509_EXTENSION *X509_CRL_delete_ext(X509_CRL *x, int loc);
633 OPENSSL_EXPORT int X509_CRL_add_ext(X509_CRL *x, const X509_EXTENSION *ex,
781 OPENSSL_EXPORT STACK_OF(X509_EXTENSION) *X509_REQ_get_extensions(X509_REQ *req);
868 X509_REQ *req, const STACK_OF(X509_EXTENSION) *exts, int nid);
[all …]
Dx509v3.h612 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_nconf(const CONF *conf,
619 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_nconf_nid(const CONF *conf,
629 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf,
643 STACK_OF(X509_EXTENSION) **sk);
702 const X509_EXTENSION *ext);
715 OPENSSL_EXPORT void *X509V3_EXT_d2i(const X509_EXTENSION *ext);
744 OPENSSL_EXPORT void *X509V3_get_d2i(const STACK_OF(X509_EXTENSION) *extensions,
764 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit,
817 OPENSSL_EXPORT int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid,
838 OPENSSL_EXPORT int X509V3_EXT_print(BIO *out, const X509_EXTENSION *ext,
[all …]
/external/boringssl/src/include/openssl/
Dx509.h222 OPENSSL_EXPORT const STACK_OF(X509_EXTENSION) *X509_get0_extensions(
245 OPENSSL_EXPORT X509_EXTENSION *X509_get_ext(const X509 *x, int loc);
339 OPENSSL_EXPORT X509_EXTENSION *X509_delete_ext(X509 *x, int loc);
348 OPENSSL_EXPORT int X509_add_ext(X509 *x, const X509_EXTENSION *ex, int loc);
535 OPENSSL_EXPORT const STACK_OF(X509_EXTENSION) *X509_CRL_get0_extensions(
559 OPENSSL_EXPORT X509_EXTENSION *X509_CRL_get_ext(const X509_CRL *x, int loc);
625 OPENSSL_EXPORT X509_EXTENSION *X509_CRL_delete_ext(X509_CRL *x, int loc);
634 OPENSSL_EXPORT int X509_CRL_add_ext(X509_CRL *x, const X509_EXTENSION *ex,
782 OPENSSL_EXPORT STACK_OF(X509_EXTENSION) *X509_REQ_get_extensions(X509_REQ *req);
869 X509_REQ *req, const STACK_OF(X509_EXTENSION) *exts, int nid);
[all …]
Dx509v3.h612 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_nconf(const CONF *conf,
619 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_nconf_nid(const CONF *conf,
629 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf,
643 STACK_OF(X509_EXTENSION) **sk);
702 const X509_EXTENSION *ext);
715 OPENSSL_EXPORT void *X509V3_EXT_d2i(const X509_EXTENSION *ext);
744 OPENSSL_EXPORT void *X509V3_get_d2i(const STACK_OF(X509_EXTENSION) *extensions,
764 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit,
817 OPENSSL_EXPORT int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid,
838 OPENSSL_EXPORT int X509V3_EXT_print(BIO *out, const X509_EXTENSION *ext,
[all …]

1234