Home
last modified time | relevance | path

Searched refs:subj (Results 1 – 22 of 22) sorted by relevance

/openssl/test/ocsp-tests/
H A Dmk-ocsp-cert-chain.sh27 -subj /CN=TestRootCA \
43 -subj /CN=TestIntermediateCA \
71 -subj /CN=TestServerCA \
/openssl/test/recipes/25-test_eai_data/
H A Dkdc.sh11 -x509 -subj /CN=Root -days 36524 -out kdc-root-cert.pem
37 -subj "/CN=TEST.EXAMPLE" |
/openssl/apps/
H A Dreq.c264 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 Dca.c99 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 Dx509.c273 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 Dt_x509.c206 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 Dv3_conf.c464 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 Dcmp_genm.c25 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 Dcmp_client.c666 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 DMakefile31 openssl req -x509 -new -key pkey.pem -days 36500 -subj / -out chain.pem
/openssl/test/recipes/
H A D25-test_x509.t68 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 Dmksmime-certs.sh17 $OPENSSL x509 -CA smroot.pem -new -days 36524 -force_pubkey $1 -subj "$2" \
/openssl/test/certs/
H A Dsetup.sh227 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 Dmkcert.sh85 openssl req -new -"${OPENSSL_SIGALG}" -subj / -key "${key}.pem" \
/openssl/doc/man7/
H A Dproxy-certificates.pod113 -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 Dopenssl-req.pod.in53 [B<-subj> I<arg>]
274 =item B<-subj> I<arg>
763 openssl req -new -subj "/C=GB/CN=foo" \
H A Dopenssl-x509.pod.in63 [B<-subj> I<arg>]
444 =item B<-subj> I<arg>
H A Dopenssl-ca.pod.in61 [B<-subj> I<arg>]
317 =item B<-subj> I<arg>
H A Dopenssl-cms.pod.in112 [B<-subject> I<subj>]
/openssl/apps/lib/
H A Dapps.c710 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 DNEWS.md204 override the Issuer and Subject when creating a certificate. The `-subj`
H A DCHANGES.md400 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

Completed in 100 milliseconds