Searched refs:exts (Results 1 - 16 of 16) sorted by relevance

/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/x509/
H A Dmkreq.c65 STACK_OF(X509_EXTENSION) *exts = NULL;
103 exts = sk_X509_EXTENSION_new_null();
106 add_ext(exts, NID_key_usage, "critical,digitalSignature,keyEncipherment");
112 add_ext(exts, NID_subject_alt_name, "email:steve@openssl.org");
115 add_ext(exts, NID_netscape_cert_type, "client,email");
131 X509_REQ_add_extensions(x, exts);
133 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Dt_req.c99 STACK_OF(X509_EXTENSION) *exts;
225 exts = X509_REQ_get_extensions(x);
226 if(exts)
229 for (i=0; i<sk_X509_EXTENSION_num(exts); i++)
234 ex=sk_X509_EXTENSION_value(exts, i);
248 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free);
H A Dx_crl.c139 STACK_OF(X509_EXTENSION) *exts;
183 exts = rev->extensions;
185 for (j = 0; j < sk_X509_EXTENSION_num(exts); j++)
187 ext = sk_X509_EXTENSION_value(exts, j);
212 STACK_OF(X509_EXTENSION) *exts;
260 exts = crl->crl->extensions;
262 for (idx = 0; idx < sk_X509_EXTENSION_num(exts); idx++)
265 ext = sk_X509_EXTENSION_value(exts, idx);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/x509/
H A Dx509_req.c218 int X509_REQ_add_extensions_nid(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts, argument
229 ASN1_item_i2d((ASN1_VALUE *)exts,
251 int X509_REQ_add_extensions(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts) argument
253 return X509_REQ_add_extensions_nid(req, exts, NID_ext_req);
H A Dx509.h923 int X509_REQ_add_extensions_nid(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts,
925 int X509_REQ_add_extensions(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/x509v3/
H A Dv3_prn.c165 int X509V3_extensions_print(BIO *bp, char *title, STACK_OF(X509_EXTENSION) *exts, unsigned long flag, int indent) argument
169 if(sk_X509_EXTENSION_num(exts) <= 0) return 1;
177 for (i=0; i<sk_X509_EXTENSION_num(exts); i++)
181 ex=sk_X509_EXTENSION_value(exts, i);
H A Dv3_utl.c505 STACK_OF(X509_EXTENSION) *exts;
508 exts = X509_REQ_get_extensions(x);
509 gens = X509V3_get_d2i(exts, NID_subject_alt_name, NULL, NULL);
512 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free);
H A Dx509v3.h675 int X509V3_extensions_print(BIO *out, char *title, STACK_OF(X509_EXTENSION) *exts, unsigned long flag, int indent);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ocsp/
H A Docsp_ext.c318 static int ocsp_add1_nonce(STACK_OF(X509_EXTENSION) **exts, unsigned char *val, int len)
339 if(!X509V3_add1_i2d(exts, NID_id_pkix_OCSP_Nonce,
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ts/
H A Dts_rsp_sign.c687 STACK_OF(X509_EXTENSION) *exts = TS_REQ_get_exts(ctx->request);
691 for (i = 0; ok && i < sk_X509_EXTENSION_num(exts); ++i)
693 X509_EXTENSION *ext = sk_X509_EXTENSION_value(exts, i);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Ds_server.c723 STACK_OF(X509_EXTENSION) *exts;
784 SSL_get_tlsext_status_exts(s, &exts);
785 for (i = 0; i < sk_X509_EXTENSION_num(exts); i++)
787 X509_EXTENSION *ext = sk_X509_EXTENSION_value(exts, i);
H A Dapps.c1313 STACK_OF(X509_EXTENSION) *exts = NULL;
1319 exts = X509_REQ_get_extensions(req);
1321 for(i = 0; i < sk_X509_EXTENSION_num(exts); i++) {
1322 ext = sk_X509_EXTENSION_value(exts, i);
1346 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free);
/barrelfish-2018-10-04/usr/skb/testapps/
H A Dapps.c1313 STACK_OF(X509_EXTENSION) *exts = NULL;
1319 exts = X509_REQ_get_extensions(req);
1321 for(i = 0; i < sk_X509_EXTENSION_num(exts); i++) {
1322 ext = sk_X509_EXTENSION_value(exts, i);
1346 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free);
/barrelfish-2018-10-04/include/openssl/
H A Dx509.h923 int X509_REQ_add_extensions_nid(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts,
925 int X509_REQ_add_extensions(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts);
H A Dx509v3.h675 int X509V3_extensions_print(BIO *out, char *title, STACK_OF(X509_EXTENSION) *exts, unsigned long flag, int indent);
/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c2662 size_t exts; member in struct:malloc_state
5473 m->exts = 0;

Completed in 141 milliseconds