/openssl-master/doc/man3/ |
A D | X509V3_set_ctx.pod | 21 Any of I<subj>, I<req>, or I<crl> may be provided, pointing to a certificate, 23 If I<subj> or I<crl> is provided, I<issuer> should point to its issuer, 25 Note that if I<subj> is provided, I<issuer> may be the same as I<subj>, 26 which means that I<subj> is self-issued (or even self-signed).
|
/openssl-master/test/recipes/ |
A D | 25-test_x509.t | 68 my $subj = "/CN=CA"; # using same DN as in issuer of ee-cert.pem 78 "-subj", $subj, "-extfile", $extfile,
|
/openssl-master/apps/ |
A D | req.c | 253 char *subj = NULL; in req_main() local 434 subj = opt_arg(); in req_main() 729 if (subj != NULL in req_main() 903 if (subj != NULL && !newreq && !gen_x509) { in req_main() 1133 X509_NAME *subj = X509_REQ_get_subject_name(req); in prompt_info() local 1212 if (!add_DN_object(subj, v->value, def, value, nid, in prompt_info() 1216 if (X509_NAME_entry_count(subj) == 0) { in prompt_info() 1295 X509_NAME *subj; in auto_info() local 1297 subj = X509_REQ_get_subject_name(req); in auto_info() 1332 if (!X509_NAME_add_entry_by_txt(subj, type, chtype, in auto_info() [all …]
|
A D | ca.c | 97 BIGNUM *serial, const char *subj, unsigned long chtype, 109 BIGNUM *serial, const char *subj, unsigned long chtype, 126 const char *subj, unsigned long chtype, int multirdn, 284 const char *serialfile = NULL, *subj = NULL; in ca_main() local 342 subj = opt_arg(); in ca_main() 953 attribs, db, serial, subj, chtype, multirdn, in ca_main() 974 db, serial, subj, chtype, multirdn, email_dn, in ca_main() 1361 BIGNUM *serial, const char *subj, unsigned long chtype, in certify() argument 1473 const char *subj, unsigned long chtype, int multirdn, in do_body() argument 1499 if (subj) { in do_body() [all …]
|
A D | x509.c | 264 char *subj = NULL, *digest = NULL; in x509_main() local 427 subj = opt_arg(); in x509_main() 641 if (subj == NULL) { in x509_main() 652 if (subj != NULL in x509_main() 653 && (fsubj = parse_name(subj, chtype, multirdn, "subject")) == NULL) in x509_main()
|
/openssl-master/crypto/x509/ |
A D | t_x509.c | 232 const X509_NAME *subj; in X509_ocspid_print() local 242 subj = X509_get_subject_name(x); in X509_ocspid_print() 243 derlen = i2d_X509_NAME(subj, NULL); in X509_ocspid_print() 248 i2d_X509_NAME(subj, &dertmp); in X509_ocspid_print()
|
A D | v3_conf.c | 460 void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subj, X509_REQ *req, in X509V3_set_ctx() argument 469 ctx->subject_cert = subj; in X509V3_set_ctx()
|
/openssl-master/crypto/cmp/ |
A D | cmp_client.c | 540 char *subj = NULL; in cert_response() local 595 subj = X509_NAME_oneline(X509_get_subject_name(cert), NULL, 0); in cert_response() 621 "rejecting newly enrolled cert with subject: %s", subj); in cert_response() 632 subj, txt); in cert_response() 635 OPENSSL_free(subj); in cert_response()
|
/openssl-master/test/certs/ |
A D | mkcert.sh | 85 openssl req -new -"${OPENSSL_SIGALG}" -subj / -key "${key}.pem" \
|
A D | setup.sh | 208 openssl req -new -x509 -key ee-key.pem -subj /CN=ee-self-signed -out ee-self-signed.pem -addext key… 404 openssl req -new -noenc -subj "/CN=localhost" \
|
/openssl-master/doc/man7/ |
A D | proxy-certificates.pod | 113 -subj "/DC=org/DC=openssl/DC=users/CN=proxy" 125 -subj "/DC=org/DC=openssl/DC=users/CN=proxy/CN=proxy 2"
|
/openssl-master/doc/man1/ |
A D | openssl-x509.pod.in | 59 [B<-subj> I<arg>] 121 Instead, the B<-subj> option needs to be given. 386 =item B<-subj> I<arg> 414 It can also be used in conjunction with b<-new> and B<-subj> to directly
|
A D | openssl-req.pod.in | 49 [B<-subj> I<arg>] 256 =item B<-subj> I<arg> 683 openssl req -new -subj "/C=GB/CN=foo" \
|
A D | openssl-ca.pod.in | 58 [B<-subj> I<arg>] 295 =item B<-subj> I<arg>
|
A D | openssl-cms.pod.in | 111 [B<-subject> I<subj>]
|
/openssl-master/apps/lib/ |
A D | apps.c | 648 char *subj = X509_NAME_oneline(X509_get_subject_name(cert), NULL, 0); in warn_cert_msg() local 651 uri, subj, msg); in warn_cert_msg() 652 OPENSSL_free(subj); in warn_cert_msg()
|
/openssl-master/ |
A D | CHANGES.md | 11914 * Fix escaping of non-ASCII characters when using the -subj option 12859 * New option '-subj arg' for 'openssl req' and 'openssl ca'. This
|