/openssl/test/ocsp-tests/ |
H A D | mk-ocsp-cert-chain.sh | 27 -subj /CN=TestRootCA \ 43 -subj /CN=TestIntermediateCA \ 71 -subj /CN=TestServerCA \
|
/openssl/test/recipes/25-test_eai_data/ |
H A D | kdc.sh | 11 -x509 -subj /CN=Root -days 36524 -out kdc-root-cert.pem 37 -subj "/CN=TEST.EXAMPLE" |
|
/openssl/apps/ |
H A D | req.c | 264 char *subj = NULL; in req_main() local 459 subj = opt_arg(); in req_main() 739 if (subj != NULL in req_main() 916 if (subj != NULL && !newreq && !gen_x509) { in req_main() 1141 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() 1285 X509_NAME *subj; in auto_info() local 1287 subj = X509_REQ_get_subject_name(req); in auto_info() 1322 if (!X509_NAME_add_entry_by_txt(subj, type, chtype, in auto_info() [all …]
|
H A D | ca.c | 99 BIGNUM *serial, const char *subj, unsigned long chtype, 111 BIGNUM *serial, const char *subj, unsigned long chtype, 128 const char *subj, unsigned long chtype, int multirdn, 290 const char *serialfile = NULL, *subj = NULL; in ca_main() local 351 subj = opt_arg(); in ca_main() 933 attribs, db, serial, subj, chtype, multirdn, in ca_main() 954 db, serial, subj, chtype, multirdn, email_dn, in ca_main() 1340 BIGNUM *serial, const char *subj, unsigned long chtype, in certify() argument 1452 const char *subj, unsigned long chtype, int multirdn, in do_body() argument 1478 if (subj) { in do_body() [all …]
|
H A D | x509.c | 273 char *issu = NULL, *subj = NULL, *digest = NULL; in x509_main() local 446 subj = opt_arg(); in x509_main() 670 if (subj == NULL) { in x509_main() 684 if (subj != NULL in x509_main() 685 && (fsubj = parse_name(subj, chtype, multirdn, "subject")) == NULL) in x509_main()
|
/openssl/crypto/x509/ |
H A D | t_x509.c | 206 const X509_NAME *subj; in X509_ocspid_print() local 216 subj = X509_get_subject_name(x); in X509_ocspid_print() 217 derlen = i2d_X509_NAME(subj, NULL); in X509_ocspid_print() 222 i2d_X509_NAME(subj, &dertmp); in X509_ocspid_print()
|
H A D | v3_conf.c | 464 void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subj, X509_REQ *req, in X509V3_set_ctx() argument 473 ctx->subject_cert = subj; in X509V3_set_ctx()
|
/openssl/crypto/cmp/ |
H A D | cmp_genm.c | 25 char *subj = X509_NAME_oneline(X509_get_subject_name(cert), NULL, 0); in cert_msg() local 30 source, subj, msg); in cert_msg() 31 OPENSSL_free(subj); in cert_msg()
|
H A D | cmp_client.c | 666 char *subj = NULL; in cert_response() local 750 subj = X509_NAME_oneline(X509_get_subject_name(cert), NULL, 0); in cert_response() 776 "rejecting newly enrolled cert with subject: %s", subj); in cert_response() 791 subj, txt); in cert_response() 795 OPENSSL_free(subj); in cert_response()
|
/openssl/demos/guide/ |
H A D | Makefile | 31 openssl req -x509 -new -key pkey.pem -days 36500 -subj / -out chain.pem
|
/openssl/test/recipes/ |
H A D | 25-test_x509.t | 68 my $subj = "/CN=CA"; # using same DN as in issuer of ee-cert.pem 77 && run(app(["openssl", "x509", "-new", "-force_pubkey", $pubkey, "-subj", $subj,
|
/openssl/test/smime-certs/ |
H A D | mksmime-certs.sh | 17 $OPENSSL x509 -CA smroot.pem -new -days 36524 -force_pubkey $1 -subj "$2" \
|
/openssl/test/certs/ |
H A D | setup.sh | 227 openssl req -new -x509 -key ee-key.pem -subj /CN=ee-self-signed -out ee-self-signed.pem -addext key… 230 openssl req -new -x509 -key ee-key.pem -subj /CN=ee-self-signed-pss -out ee-self-signed-pss.pem -da… 444 openssl req -new -noenc -subj "/CN=localhost" \ 450 openssl req -new -noenc -subj "/CN=Client-RSA-PSS" \
|
H A D | mkcert.sh | 85 openssl req -new -"${OPENSSL_SIGALG}" -subj / -key "${key}.pem" \
|
/openssl/doc/man7/ |
H 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/doc/man1/ |
H A D | openssl-req.pod.in | 53 [B<-subj> I<arg>] 274 =item B<-subj> I<arg> 763 openssl req -new -subj "/C=GB/CN=foo" \
|
H A D | openssl-x509.pod.in | 63 [B<-subj> I<arg>] 444 =item B<-subj> I<arg>
|
H A D | openssl-ca.pod.in | 61 [B<-subj> I<arg>] 317 =item B<-subj> I<arg>
|
H A D | openssl-cms.pod.in | 112 [B<-subject> I<subj>]
|
/openssl/apps/lib/ |
H A D | apps.c | 710 char *subj = X509_NAME_oneline(X509_get_subject_name(cert), NULL, 0); in warn_cert_msg() local 713 uri, subj, msg); in warn_cert_msg() 714 OPENSSL_free(subj); in warn_cert_msg()
|
/openssl/ |
H A D | NEWS.md | 204 override the Issuer and Subject when creating a certificate. The `-subj`
|
H A D | CHANGES.md | 400 override the Issuer and Subject when creating a certificate. The `-subj` 13853 * Fix escaping of non-ASCII characters when using the -subj option 14798 * New option '-subj arg' for 'openssl req' and 'openssl ca'. This
|