Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/asn1/
H A 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 *
215 i2d_X509_REQ(X509_REQ *a, unsigned char **out) in i2d_X509_REQ()
221 X509_REQ *
229 X509_REQ_free(X509_REQ *a) in X509_REQ_free()
235 X509_REQ *
[all …]
H A 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/lib/libcrypto/x509/
H A 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()
237 X509_REQ_get_attr_count(const X509_REQ *req) in X509_REQ_get_attr_count()
259 X509_REQ_get_attr(const X509_REQ *req, int loc) in X509_REQ_get_attr()
266 X509_REQ_delete_attr(X509_REQ *req, int loc) in X509_REQ_delete_attr()
273 X509_REQ_add1_attr(X509_REQ *req, X509_ATTRIBUTE *attr) in X509_REQ_add1_attr()
[all …]
H A Dx509.h147 typedef struct X509_req_st X509_REQ; typedef
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);
425 int i2d_X509_REQ_bio(BIO *bp,X509_REQ *req);
462 X509_REQ *X509_REQ_dup(X509_REQ *req);
549 X509_REQ *X509_REQ_new(void);
550 void X509_REQ_free(X509_REQ *a);
551 X509_REQ *d2i_X509_REQ(X509_REQ **a, const unsigned char **in, long len);
734 int X509_REQ_add1_attr_by_OBJ(X509_REQ *req,
[all …]
H A 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()
H A 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()
H A Dx509_r2x.c72 X509_REQ_to_X509(X509_REQ *r, int days, EVP_PKEY *pkey) in X509_REQ_to_X509()
H A 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);
H A 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()
H A Dx509_utl.c680 X509_REQ_get1_email(X509_REQ *x) in STACK_OF()
/openbsd/lib/libcrypto/pem/
H A 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()
H A Dpem.h371 DECLARE_PEM_rw(X509_REQ, X509_REQ)
372 DECLARE_PEM_write(X509_REQ_NEW, X509_REQ)
/openbsd/usr.bin/openssl/
H A 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()
1209 prompt_info(X509_REQ * req, in prompt_info()
1394 auto_info(X509_REQ * req, STACK_OF(CONF_VALUE) * dn_sk, in auto_info()
1500 add_attribute_object(X509_REQ * req, char *text, const char *def, in add_attribute_object()
[all …]
H A 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,
H A 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()
H A Dx509.c783 X509_REQ *req = NULL; in x509_main()
792 X509_REQ *rq = NULL; in x509_main()
H A Dapps.c889 copy_extensions(X509 *x, X509_REQ *req, int copy_type) in copy_extensions()
/openbsd/regress/lib/libcrypto/x509/
H A 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()
H A Dx509req_ext.c81 X509_REQ *req; in main()
/openbsd/usr.sbin/acme-client/
H A Dkeyproc.c86 X509_REQ *x = NULL; in keyproc()
/openbsd/lib/libssl/doc/
H A Dopenssl.txt622 X509_REQ *req, X509_CRL *crl, int flags);