Symbol: X509_REQ
crypto/openssl/apps/ca.c
130
int batch, int verbose, X509_REQ *req, const char *ext_sect,
crypto/openssl/apps/ca.c
1386
X509_REQ *req = NULL;
crypto/openssl/apps/ca.c
1444
X509_REQ *rreq = NULL;
crypto/openssl/apps/ca.c
1494
int batch, int verbose, X509_REQ *req, const char *ext_sect,
crypto/openssl/apps/ca.c
2010
X509_REQ *req = NULL;
crypto/openssl/apps/cmp.c
1763
X509_REQ *csr = NULL;
crypto/openssl/apps/include/apps.h
117
int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
crypto/openssl/apps/include/apps.h
121
X509_REQ *load_csr(const char *file, int format, const char *desc);
crypto/openssl/apps/include/apps.h
122
X509_REQ *load_csr_autofmt(const char *infile, int format,
crypto/openssl/apps/include/apps.h
259
int x509_req_ctrl_string(X509_REQ *x, const char *value);
crypto/openssl/apps/include/apps.h
267
int do_X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const char *md,
crypto/openssl/apps/include/apps.h
269
int do_X509_REQ_verify(X509_REQ *x, EVP_PKEY *pkey,
crypto/openssl/apps/lib/app_x509.c
132
int x509_req_ctrl_string(X509_REQ *x, const char *value)
crypto/openssl/apps/lib/apps.c
1232
int copy_extensions(X509 *x, X509_REQ *req, int copy_type)
crypto/openssl/apps/lib/apps.c
2249
static int do_x509_req_init(X509_REQ *x, STACK_OF(OPENSSL_STRING) *opts)
crypto/openssl/apps/lib/apps.c
2365
int do_X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const char *md,
crypto/openssl/apps/lib/apps.c
2409
int do_X509_REQ_verify(X509_REQ *x, EVP_PKEY *pkey,
crypto/openssl/apps/lib/apps.c
485
X509_REQ *load_csr(const char *file, int format, const char *desc)
crypto/openssl/apps/lib/apps.c
487
X509_REQ *req = NULL;
crypto/openssl/apps/lib/apps.c
514
X509_REQ *load_csr_autofmt(const char *infile, int format,
crypto/openssl/apps/lib/apps.c
517
X509_REQ *csr;
crypto/openssl/apps/lib/cmp_mock_srv.c
302
const X509_REQ *p10cr,
crypto/openssl/apps/req.c
1111
static int make_REQ(X509_REQ *req, EVP_PKEY *pkey, X509_NAME *fsubj,
crypto/openssl/apps/req.c
1163
static int prompt_info(X509_REQ *req,
crypto/openssl/apps/req.c
1310
static int auto_info(X509_REQ *req, STACK_OF(CONF_VALUE) *dn_sk,
crypto/openssl/apps/req.c
1396
static int add_attribute_object(X509_REQ *req, char *text, const char *def,
crypto/openssl/apps/req.c
293
X509_REQ *req = NULL;
crypto/openssl/apps/req.c
51
static int make_REQ(X509_REQ *req, EVP_PKEY *pkey, X509_NAME *fsubj,
crypto/openssl/apps/req.c
53
static int prompt_info(X509_REQ *req,
crypto/openssl/apps/req.c
57
static int auto_info(X509_REQ *req, STACK_OF(CONF_VALUE) *sk,
crypto/openssl/apps/req.c
60
static int add_attribute_object(X509_REQ *req, char *text, const char *def,
crypto/openssl/apps/x509.c
259
static X509_REQ *x509_to_req(X509 *cert, int ext_copy, const char *names)
crypto/openssl/apps/x509.c
266
X509_REQ *req = X509_to_X509_REQ(cert, NULL, NULL);
crypto/openssl/apps/x509.c
337
X509_REQ *req = NULL, *rq = NULL;
crypto/openssl/crypto/asn1/asn1_item_list.h
167
ASN1_ITEM_ref(X509_REQ),
crypto/openssl/crypto/cmp/cmp_asn.c
1004
ASN1_EXP(OSSL_CMP_PKIBODY, value.p10cr, X509_REQ, 4),
crypto/openssl/crypto/cmp/cmp_ctx.c
737
DEFINE_OSSL_CMP_CTX_set1(p10CSR, X509_REQ)
crypto/openssl/crypto/cmp/cmp_local.h
121
X509_REQ *p10CSR; /* for P10CR: PKCS#10 CSR to be sent */
crypto/openssl/crypto/cmp/cmp_local.h
610
X509_REQ *p10cr; /* 4 */
crypto/openssl/crypto/cmp/cmp_server.c
222
const X509_REQ *p10cr = NULL;
crypto/openssl/crypto/cmp/cmp_vfy.c
882
X509_REQ *req = msg->body->value.p10cr;
crypto/openssl/crypto/crmf/crmf_lib.c
544
int OSSL_CRMF_MSG_centralkeygen_requested(const OSSL_CRMF_MSG *crm, const X509_REQ *p10cr)
crypto/openssl/crypto/pem/pem_all.c
37
IMPLEMENT_PEM_rw(X509_REQ, X509_REQ, PEM_STRING_X509_REQ, X509_REQ)
crypto/openssl/crypto/pem/pem_all.c
39
IMPLEMENT_PEM_write(X509_REQ_NEW, X509_REQ, PEM_STRING_X509_REQ_OLD, X509_REQ)
crypto/openssl/crypto/x509/t_req.c
21
int X509_REQ_print_fp(FILE *fp, X509_REQ *x)
crypto/openssl/crypto/x509/t_req.c
215
int X509_REQ_print(BIO *bp, X509_REQ *x)
crypto/openssl/crypto/x509/t_req.c
37
int X509_REQ_print_ex(BIO *bp, X509_REQ *x, unsigned long nmflags,
crypto/openssl/crypto/x509/v3_conf.c
383
X509_REQ *req)
crypto/openssl/crypto/x509/v3_conf.c
461
void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subj, X509_REQ *req,
crypto/openssl/crypto/x509/v3_conf.c
587
const char *section, X509_REQ *req)
crypto/openssl/crypto/x509/v3_utl.c
481
STACK_OF(OPENSSL_STRING) *X509_REQ_get1_email(X509_REQ *x)
crypto/openssl/crypto/x509/x509_r2x.c
20
X509 *X509_REQ_to_X509(X509_REQ *r, int days, EVP_PKEY *pkey)
crypto/openssl/crypto/x509/x509_req.c
120
static STACK_OF(X509_EXTENSION) *get_extensions_by_nid(const X509_REQ *req,
crypto/openssl/crypto/x509/x509_req.c
142
STACK_OF(X509_EXTENSION) *X509_REQ_get_extensions(OSSL_FUTURE_CONST X509_REQ *req)
crypto/openssl/crypto/x509/x509_req.c
165
int X509_REQ_add_extensions_nid(X509_REQ *req,
crypto/openssl/crypto/x509/x509_req.c
207
int X509_REQ_add_extensions(X509_REQ *req, const STACK_OF(X509_EXTENSION) *exts)
crypto/openssl/crypto/x509/x509_req.c
214
int X509_REQ_get_attr_count(const X509_REQ *req)
crypto/openssl/crypto/x509/x509_req.c
219
int X509_REQ_get_attr_by_NID(const X509_REQ *req, int nid, int lastpos)
crypto/openssl/crypto/x509/x509_req.c
22
X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, const EVP_MD *md)
crypto/openssl/crypto/x509/x509_req.c
224
int X509_REQ_get_attr_by_OBJ(const X509_REQ *req, const ASN1_OBJECT *obj,
crypto/openssl/crypto/x509/x509_req.c
230
X509_ATTRIBUTE *X509_REQ_get_attr(const X509_REQ *req, int loc)
crypto/openssl/crypto/x509/x509_req.c
235
X509_ATTRIBUTE *X509_REQ_delete_attr(X509_REQ *req, int loc)
crypto/openssl/crypto/x509/x509_req.c
24
X509_REQ *ret;
crypto/openssl/crypto/x509/x509_req.c
249
int X509_REQ_add1_attr(X509_REQ *req, X509_ATTRIBUTE *attr)
crypto/openssl/crypto/x509/x509_req.c
261
int X509_REQ_add1_attr_by_OBJ(X509_REQ *req,
crypto/openssl/crypto/x509/x509_req.c
276
int X509_REQ_add1_attr_by_NID(X509_REQ *req,
crypto/openssl/crypto/x509/x509_req.c
291
int X509_REQ_add1_attr_by_txt(X509_REQ *req,
crypto/openssl/crypto/x509/x509_req.c
306
long X509_REQ_get_version(const X509_REQ *req)
crypto/openssl/crypto/x509/x509_req.c
311
X509_NAME *X509_REQ_get_subject_name(const X509_REQ *req)
crypto/openssl/crypto/x509/x509_req.c
316
void X509_REQ_get0_signature(const X509_REQ *req, const ASN1_BIT_STRING **psig,
crypto/openssl/crypto/x509/x509_req.c
325
void X509_REQ_set0_signature(X509_REQ *req, ASN1_BIT_STRING *psig)
crypto/openssl/crypto/x509/x509_req.c
332
int X509_REQ_set1_signature_algo(X509_REQ *req, X509_ALGOR *palg)
crypto/openssl/crypto/x509/x509_req.c
337
int X509_REQ_get_signature_nid(const X509_REQ *req)
crypto/openssl/crypto/x509/x509_req.c
342
int i2d_re_X509_REQ_tbs(X509_REQ *req, unsigned char **pp)
crypto/openssl/crypto/x509/x509_req.c
63
EVP_PKEY *X509_REQ_get_pubkey(X509_REQ *req)
crypto/openssl/crypto/x509/x509_req.c
70
EVP_PKEY *X509_REQ_get0_pubkey(const X509_REQ *req)
crypto/openssl/crypto/x509/x509_req.c
77
X509_PUBKEY *X509_REQ_get_X509_PUBKEY(X509_REQ *req)
crypto/openssl/crypto/x509/x509_req.c
82
int X509_REQ_check_private_key(const X509_REQ *req, EVP_PKEY *pkey)
crypto/openssl/crypto/x509/x509rset.c
18
int X509_REQ_set_version(X509_REQ *x, long version)
crypto/openssl/crypto/x509/x509rset.c
28
int X509_REQ_set_subject_name(X509_REQ *x, const X509_NAME *name)
crypto/openssl/crypto/x509/x509rset.c
36
int X509_REQ_set_pubkey(X509_REQ *x, EVP_PKEY *pkey)
crypto/openssl/crypto/x509/x_all.c
140
int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md)
crypto/openssl/crypto/x509/x_all.c
152
int X509_REQ_sign_ctx(X509_REQ *x, EVP_MD_CTX *ctx)
crypto/openssl/crypto/x509/x_all.c
306
X509_REQ *d2i_X509_REQ_fp(FILE *fp, X509_REQ **req)
crypto/openssl/crypto/x509/x_all.c
308
return ASN1_item_d2i_fp(ASN1_ITEM_rptr(X509_REQ), fp, req);
crypto/openssl/crypto/x509/x_all.c
311
int i2d_X509_REQ_fp(FILE *fp, const X509_REQ *req)
crypto/openssl/crypto/x509/x_all.c
313
return ASN1_item_i2d_fp(ASN1_ITEM_rptr(X509_REQ), fp, req);
crypto/openssl/crypto/x509/x_all.c
317
X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **req)
crypto/openssl/crypto/x509/x_all.c
327
return ASN1_item_d2i_bio_ex(ASN1_ITEM_rptr(X509_REQ), bp, req, libctx, propq);
crypto/openssl/crypto/x509/x_all.c
330
int i2d_X509_REQ_bio(BIO *bp, const X509_REQ *req)
crypto/openssl/crypto/x509/x_all.c
332
return ASN1_item_i2d_bio(ASN1_ITEM_rptr(X509_REQ), bp, req);
crypto/openssl/crypto/x509/x_all.c
43
int X509_REQ_verify_ex(X509_REQ *a, EVP_PKEY *r, OSSL_LIB_CTX *libctx,
crypto/openssl/crypto/x509/x_all.c
56
int X509_REQ_verify(X509_REQ *a, EVP_PKEY *r)
crypto/openssl/crypto/x509/x_all.c
628
int X509_REQ_digest(const X509_REQ *data, const EVP_MD *type,
crypto/openssl/crypto/x509/x_all.c
631
return ossl_asn1_item_digest_ex(ASN1_ITEM_rptr(X509_REQ), type, (char *)data,
crypto/openssl/crypto/x509/x_req.c
115
ASN1_SEQUENCE_ref(X509_REQ, req_cb) = {
crypto/openssl/crypto/x509/x_req.c
116
ASN1_EMBED(X509_REQ, req_info, X509_REQ_INFO),
crypto/openssl/crypto/x509/x_req.c
117
ASN1_EMBED(X509_REQ, sig_alg, X509_ALGOR),
crypto/openssl/crypto/x509/x_req.c
118
ASN1_SIMPLE(X509_REQ, signature, ASN1_BIT_STRING)
crypto/openssl/crypto/x509/x_req.c
119
} ASN1_SEQUENCE_END_ref(X509_REQ, X509_REQ)
crypto/openssl/crypto/x509/x_req.c
121
IMPLEMENT_ASN1_FUNCTIONS(X509_REQ)
crypto/openssl/crypto/x509/x_req.c
123
IMPLEMENT_ASN1_DUP_FUNCTION(X509_REQ)
crypto/openssl/crypto/x509/x_req.c
125
void X509_REQ_set0_distinguishing_id(X509_REQ *x, ASN1_OCTET_STRING *d_id)
crypto/openssl/crypto/x509/x_req.c
131
ASN1_OCTET_STRING *X509_REQ_get0_distinguishing_id(X509_REQ *x)
crypto/openssl/crypto/x509/x_req.c
141
int ossl_x509_req_set0_libctx(X509_REQ *x, OSSL_LIB_CTX *libctx,
crypto/openssl/crypto/x509/x_req.c
157
X509_REQ *X509_REQ_new_ex(OSSL_LIB_CTX *libctx, const char *propq)
crypto/openssl/crypto/x509/x_req.c
159
X509_REQ *req = NULL;
crypto/openssl/crypto/x509/x_req.c
161
req = (X509_REQ *)ASN1_item_new((X509_REQ_it()));
crypto/openssl/crypto/x509/x_req.c
51
X509_REQ *ret = (X509_REQ *)*pval;
crypto/openssl/crypto/x509/x_req.c
66
X509_REQ *old = exarg;
crypto/openssl/fuzz/asn1.c
193
ASN1_ITEM_ref(X509_REQ),
crypto/openssl/fuzz/cmp.c
106
const X509_REQ *p10cr,
crypto/openssl/include/crypto/x509.h
321
int ossl_x509_req_set0_libctx(X509_REQ *x, OSSL_LIB_CTX *libctx,
crypto/openssl/include/openssl/cmp.h
583
int OSSL_CMP_CTX_set1_p10CSR(OSSL_CMP_CTX *ctx, const X509_REQ *csr);
crypto/openssl/include/openssl/cmp.h
656
const OSSL_CRMF_MSG *crm, const X509_REQ *p10cr,
crypto/openssl/include/openssl/crmf.h
270
int OSSL_CRMF_MSG_centralkeygen_requested(const OSSL_CRMF_MSG *crm, const X509_REQ *p10cr);
crypto/openssl/include/openssl/pem.h
448
DECLARE_PEM_rw(X509_REQ, X509_REQ)
crypto/openssl/include/openssl/pem.h
449
DECLARE_PEM_write(X509_REQ_NEW, X509_REQ)
crypto/openssl/include/openssl/x509.h
1020
int X509_REQ_print_fp(FILE *bp, X509_REQ *req);
crypto/openssl/include/openssl/x509.h
1034
int X509_REQ_print_ex(BIO *bp, X509_REQ *x, unsigned long nmflag,
crypto/openssl/include/openssl/x509.h
1036
int X509_REQ_print(BIO *bp, X509_REQ *req);
crypto/openssl/include/openssl/x509.h
527
int X509_REQ_verify_ex(X509_REQ *a, EVP_PKEY *r, OSSL_LIB_CTX *libctx,
crypto/openssl/include/openssl/x509.h
529
int X509_REQ_verify(X509_REQ *a, EVP_PKEY *r);
crypto/openssl/include/openssl/x509.h
546
int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md);
crypto/openssl/include/openssl/x509.h
547
int X509_REQ_sign_ctx(X509_REQ *x, EVP_MD_CTX *ctx);
crypto/openssl/include/openssl/x509.h
560
int X509_REQ_digest(const X509_REQ *data, const EVP_MD *type,
crypto/openssl/include/openssl/x509.h
580
X509_REQ *d2i_X509_REQ_fp(FILE *fp, X509_REQ **req);
crypto/openssl/include/openssl/x509.h
581
int i2d_X509_REQ_fp(FILE *fp, const X509_REQ *req);
crypto/openssl/include/openssl/x509.h
628
X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **req);
crypto/openssl/include/openssl/x509.h
629
int i2d_X509_REQ_bio(BIO *bp, const X509_REQ *req);
crypto/openssl/include/openssl/x509.h
679
DECLARE_ASN1_DUP_FUNCTION(X509_REQ)
crypto/openssl/include/openssl/x509.h
708
X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, const EVP_MD *md);
crypto/openssl/include/openssl/x509.h
709
X509 *X509_REQ_to_X509(X509_REQ *r, int days, EVP_PKEY *pkey);
crypto/openssl/include/openssl/x509.h
747
DECLARE_ASN1_FUNCTIONS(X509_REQ)
crypto/openssl/include/openssl/x509.h
748
X509_REQ *X509_REQ_new_ex(OSSL_LIB_CTX *libctx, const char *propq);
crypto/openssl/include/openssl/x509.h
789
void X509_REQ_set0_distinguishing_id(X509_REQ *x, ASN1_OCTET_STRING *d_id);
crypto/openssl/include/openssl/x509.h
790
ASN1_OCTET_STRING *X509_REQ_get0_distinguishing_id(X509_REQ *x);
crypto/openssl/include/openssl/x509.h
891
long X509_REQ_get_version(const X509_REQ *req);
crypto/openssl/include/openssl/x509.h
892
int X509_REQ_set_version(X509_REQ *x, long version);
crypto/openssl/include/openssl/x509.h
893
X509_NAME *X509_REQ_get_subject_name(const X509_REQ *req);
crypto/openssl/include/openssl/x509.h
894
int X509_REQ_set_subject_name(X509_REQ *req, const X509_NAME *name);
crypto/openssl/include/openssl/x509.h
895
void X509_REQ_get0_signature(const X509_REQ *req, const ASN1_BIT_STRING **psig,
crypto/openssl/include/openssl/x509.h
897
void X509_REQ_set0_signature(X509_REQ *req, ASN1_BIT_STRING *psig);
crypto/openssl/include/openssl/x509.h
898
int X509_REQ_set1_signature_algo(X509_REQ *req, X509_ALGOR *palg);
crypto/openssl/include/openssl/x509.h
899
int X509_REQ_get_signature_nid(const X509_REQ *req);
crypto/openssl/include/openssl/x509.h
900
int i2d_re_X509_REQ_tbs(X509_REQ *req, unsigned char **pp);
crypto/openssl/include/openssl/x509.h
901
int X509_REQ_set_pubkey(X509_REQ *x, EVP_PKEY *pkey);
crypto/openssl/include/openssl/x509.h
902
EVP_PKEY *X509_REQ_get_pubkey(X509_REQ *req);
crypto/openssl/include/openssl/x509.h
903
EVP_PKEY *X509_REQ_get0_pubkey(const X509_REQ *req);
crypto/openssl/include/openssl/x509.h
904
X509_PUBKEY *X509_REQ_get_X509_PUBKEY(X509_REQ *req);
crypto/openssl/include/openssl/x509.h
908
STACK_OF(X509_EXTENSION) *X509_REQ_get_extensions(OSSL_FUTURE_CONST X509_REQ *req);
crypto/openssl/include/openssl/x509.h
909
int X509_REQ_add_extensions_nid(X509_REQ *req,
crypto/openssl/include/openssl/x509.h
911
int X509_REQ_add_extensions(X509_REQ *req, const STACK_OF(X509_EXTENSION) *ext);
crypto/openssl/include/openssl/x509.h
912
int X509_REQ_get_attr_count(const X509_REQ *req);
crypto/openssl/include/openssl/x509.h
913
int X509_REQ_get_attr_by_NID(const X509_REQ *req, int nid, int lastpos);
crypto/openssl/include/openssl/x509.h
914
int X509_REQ_get_attr_by_OBJ(const X509_REQ *req, const ASN1_OBJECT *obj,
crypto/openssl/include/openssl/x509.h
916
X509_ATTRIBUTE *X509_REQ_get_attr(const X509_REQ *req, int loc);
crypto/openssl/include/openssl/x509.h
917
X509_ATTRIBUTE *X509_REQ_delete_attr(X509_REQ *req, int loc);
crypto/openssl/include/openssl/x509.h
918
int X509_REQ_add1_attr(X509_REQ *req, X509_ATTRIBUTE *attr);
crypto/openssl/include/openssl/x509.h
919
int X509_REQ_add1_attr_by_OBJ(X509_REQ *req,
crypto/openssl/include/openssl/x509.h
922
int X509_REQ_add1_attr_by_NID(X509_REQ *req,
crypto/openssl/include/openssl/x509.h
925
int X509_REQ_add1_attr_by_txt(X509_REQ *req,
crypto/openssl/include/openssl/x509.h
969
int X509_REQ_check_private_key(const X509_REQ *req, EVP_PKEY *pkey);
crypto/openssl/include/openssl/x509v3.h
103
X509_REQ *subject_req;
crypto/openssl/include/openssl/x509v3.h
1045
STACK_OF(OPENSSL_STRING) *X509_REQ_get1_email(X509_REQ *x);
crypto/openssl/include/openssl/x509v3.h
931
X509_REQ *req);
crypto/openssl/include/openssl/x509v3.h
943
const char *section, X509_REQ *req);
crypto/openssl/include/openssl/x509v3.h
960
X509_REQ *req, X509_CRL *crl, int flags);
crypto/openssl/test/cmp_client_test.c
371
X509_REQ *csr = NULL;
crypto/openssl/test/cmp_ctx_test.c
799
DEFINE_SET_TEST(OSSL_CMP, CTX, 1, 1, p10CSR, X509_REQ)
crypto/openssl/test/cmp_msg_test.c
219
X509_REQ *p10cr = NULL;
crypto/openssl/test/cmp_msg_test.c
489
X509_REQ *p10cr = NULL;
crypto/openssl/test/cmp_server_test.c
53
const X509_REQ *p10cr,
crypto/openssl/test/testutil.h
650
X509_REQ *load_csr_der(const char *file, OSSL_LIB_CTX *libctx);
crypto/openssl/test/testutil/load.c
92
X509_REQ *load_csr_der(const char *file, OSSL_LIB_CTX *libctx)
crypto/openssl/test/testutil/load.c
94
X509_REQ *csr = NULL;
crypto/openssl/test/verify_extra_test.c
143
X509_REQ *x = NULL;
crypto/openssl/test/x509_check_cert_pkey_test.c
32
X509_REQ *x509_req = NULL;
crypto/openssl/test/x509_req_test.c
29
X509_REQ *req = NULL;