Home
last modified time | relevance | path

Searched refs:X509_REQ (Results 1 – 21 of 21) sorted by relevance

/openbsd/src/lib/libcrypto/asn1/
Dx_req.c173 .ref_offset = offsetof(X509_REQ, references),
178 .offset = offsetof(X509_REQ, req_info),
183 .offset = offsetof(X509_REQ, sig_alg),
188 .offset = offsetof(X509_REQ, signature),
200 .size = sizeof(X509_REQ),
206 X509_REQ *
207 d2i_X509_REQ(X509_REQ **a, const unsigned char **in, long len) in d2i_X509_REQ()
209 return (X509_REQ *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, in d2i_X509_REQ()
215 i2d_X509_REQ(X509_REQ *a, unsigned char **out) in i2d_X509_REQ()
221 X509_REQ *
[all …]
Dt_req.c80 X509_REQ_print_fp(FILE *fp, X509_REQ *x) in X509_REQ_print_fp()
97 X509_REQ_print_ex(BIO *bp, X509_REQ *x, unsigned long nmflags, in X509_REQ_print_ex()
259 X509_REQ_print(BIO *bp, X509_REQ *x) in X509_REQ_print()
/openbsd/src/lib/libcrypto/x509/
Dx509_req.c77 X509_REQ *
80 X509_REQ *req; in X509_to_X509_REQ()
114 X509_REQ_get_pubkey(X509_REQ *req) in X509_REQ_get_pubkey()
123 X509_REQ_get0_pubkey(X509_REQ *req) in X509_REQ_get0_pubkey()
132 X509_REQ_check_private_key(X509_REQ *req, EVP_PKEY *pkey) in X509_REQ_check_private_key()
180 X509_REQ_get_extensions(X509_REQ *req) in STACK_OF()
209 X509_REQ_add_extensions_nid(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts, in X509_REQ_add_extensions_nid()
228 X509_REQ_add_extensions(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts) in X509_REQ_add_extensions()
237 X509_REQ_get_attr_count(const X509_REQ *req) in X509_REQ_get_attr_count()
244 X509_REQ_get_attr_by_NID(const X509_REQ *req, int nid, int lastpos) in X509_REQ_get_attr_by_NID()
[all …]
Dx509.h147 typedef struct X509_req_st X509_REQ; typedef
335 int X509_REQ_get_signature_nid(const X509_REQ *req);
337 void X509_REQ_get0_signature(const X509_REQ *req, const ASN1_BIT_STRING **psig,
347 int X509_REQ_verify(X509_REQ *a, EVP_PKEY *r);
364 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md);
365 int X509_REQ_sign_ctx(X509_REQ *x, EVP_MD_CTX *ctx);
376 int X509_REQ_digest(const X509_REQ *data,const EVP_MD *type,
386 X509_REQ *d2i_X509_REQ_fp(FILE *fp,X509_REQ **req);
387 int i2d_X509_REQ_fp(FILE *fp,X509_REQ *req);
424 X509_REQ *d2i_X509_REQ_bio(BIO *bp,X509_REQ **req);
[all …]
Dx509rset.c69 X509_REQ_set_version(X509_REQ *x, long version) in X509_REQ_set_version()
82 X509_REQ_get_version(const X509_REQ *x) in X509_REQ_get_version()
89 X509_REQ_set_subject_name(X509_REQ *x, X509_NAME *name) in X509_REQ_set_subject_name()
99 X509_REQ_get_subject_name(const X509_REQ *x) in X509_REQ_get_subject_name()
106 X509_REQ_set_pubkey(X509_REQ *x, EVP_PKEY *pkey) in X509_REQ_set_pubkey()
Dx_all.c134 X509_REQ *
135 d2i_X509_REQ_bio(BIO *bp, X509_REQ **req) in d2i_X509_REQ_bio()
142 i2d_X509_REQ_bio(BIO *bp, X509_REQ *req) in i2d_X509_REQ_bio()
148 X509_REQ *
149 d2i_X509_REQ_fp(FILE *fp, X509_REQ **req) in d2i_X509_REQ_fp()
156 i2d_X509_REQ_fp(FILE *fp, X509_REQ *req) in i2d_X509_REQ_fp()
410 X509_REQ_verify(X509_REQ *a, EVP_PKEY *r) in X509_REQ_verify()
446 X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md) in X509_REQ_sign()
454 X509_REQ_sign_ctx(X509_REQ *x, EVP_MD_CTX *ctx) in X509_REQ_sign_ctx()
516 X509_REQ_digest(const X509_REQ *data, const EVP_MD *type, unsigned char *md, in X509_REQ_digest()
Dx509_r2x.c72 X509_REQ_to_X509(X509_REQ *r, int days, EVP_PKEY *pkey) in X509_REQ_to_X509()
Dx509v3.h128 X509_REQ *subject_req;
615 X509_REQ *req);
628 X509_REQ *req, X509_CRL *crl, int flags);
675 STACK_OF(OPENSSL_STRING) *X509_REQ_get1_email(X509_REQ *x);
Dx509_conf.c391 X509_REQ *req) in X509V3_EXT_REQ_add_nconf()
431 X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subj, X509_REQ *req, in X509V3_set_ctx()
Dx509_utl.c680 X509_REQ_get1_email(X509_REQ *x) in STACK_OF()
/openbsd/src/lib/libcrypto/pem/
Dpem_all.c144 X509_REQ *
145 PEM_read_X509_REQ(FILE *fp, X509_REQ **x, pem_password_cb *cb, void *u) in PEM_read_X509_REQ()
153 PEM_write_X509_REQ(FILE *fp, X509_REQ *x) in PEM_write_X509_REQ()
160 X509_REQ *
161 PEM_read_bio_X509_REQ(BIO *bp, X509_REQ **x, pem_password_cb *cb, void *u) in PEM_read_bio_X509_REQ()
169 PEM_write_bio_X509_REQ(BIO *bp, X509_REQ *x) in PEM_write_bio_X509_REQ()
177 PEM_write_X509_REQ_NEW(FILE *fp, X509_REQ *x) in PEM_write_X509_REQ_NEW()
185 PEM_write_bio_X509_REQ_NEW(BIO *bp, X509_REQ *x) in PEM_write_bio_X509_REQ_NEW()
Dpem.h371 DECLARE_PEM_rw(X509_REQ, X509_REQ)
372 DECLARE_PEM_write(X509_REQ_NEW, X509_REQ)
/openbsd/src/usr.bin/openssl/
Dreq.c104 static int make_REQ(X509_REQ * req, EVP_PKEY * pkey, char *dn, int multirdn,
106 static int build_subject(X509_REQ * req, char *subj, unsigned long chtype,
108 static int prompt_info(X509_REQ * req,
112 static int auto_info(X509_REQ * req, STACK_OF(CONF_VALUE) * sk,
115 static int add_attribute_object(X509_REQ * req, char *text, const char *def,
555 X509_REQ *req = NULL; in req_main()
1127 make_REQ(X509_REQ * req, EVP_PKEY * pkey, char *subj, int multirdn, in make_REQ()
1192 build_subject(X509_REQ * req, char *subject, unsigned long chtype, int multirdn) in build_subject()
1209 prompt_info(X509_REQ * req, in prompt_info()
1394 auto_info(X509_REQ * req, STACK_OF(CONF_VALUE) * dn_sk, in auto_info()
[all …]
Dapps.h168 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
243 int do_X509_REQ_sign(BIO *err, X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md,
Dca.c144 char *enddate, long days, int batch, int verbose, X509_REQ *req,
1543 X509_REQ *req = NULL; in certify()
1612 X509_REQ *rreq = NULL; in certify_cert()
1664 int verbose, X509_REQ *req, char *ext_sect, CONF *lconf, in do_body()
Dx509.c783 X509_REQ *req = NULL; in x509_main()
792 X509_REQ *rq = NULL; in x509_main()
Dapps.c889 copy_extensions(X509 *x, X509_REQ *req, int copy_type) in copy_extensions()
/openbsd/src/regress/lib/libcrypto/x509/
Dx509_asn1.c361 x509_req_setup(unsigned char **der, unsigned char **der2, X509_REQ **xr, in x509_req_setup()
374 x509_req_compare(char *f, X509_REQ *xr, const unsigned char *der, long dersz) in x509_req_compare()
397 x509_req_cleanup(X509_REQ **xr, unsigned char **der) in x509_req_cleanup()
410 X509_REQ *ar = NULL, *xr = NULL; in test_x509_req_setters()
Dx509req_ext.c81 X509_REQ *req; in main()
/openbsd/src/usr.sbin/acme-client/
Dkeyproc.c86 X509_REQ *x = NULL; in keyproc()
/openbsd/src/lib/libssl/doc/
Dopenssl.txt622 X509_REQ *req, X509_CRL *crl, int flags);