Searched refs:subject (Results 1 – 10 of 10) sorted by relevance
/apps/ |
A D | storeutl.c | 82 X509_NAME *subject = NULL, *issuer = NULL; in storeutl_main() local 158 if (subject != NULL) { in storeutl_main() 163 subject = parse_name(opt_arg(), MBSTRING_UTF8, 1, "subject"); in storeutl_main() 164 if (subject == NULL) in storeutl_main() 270 if ((search = OSSL_STORE_SEARCH_by_name(subject)) == NULL) { in storeutl_main() 322 X509_NAME_free(subject); in storeutl_main()
|
A D | smime.c | 178 char *subject = NULL, *digestname = NULL, *ciphername = NULL; in smime_main() local 310 subject = opt_arg(); in smime_main() 666 if (subject) in smime_main() 667 BIO_printf(out, "Subject: %s%s", subject, mime_eol); in smime_main()
|
A D | openssl-vms.cnf | 87 # several certs with same subject. 225 # Copy subject details 257 # Include email address in subject alt name: another PKIX recommendation 298 # Copy subject details 357 subject = "/CN=openssl-cmp-test"
|
A D | openssl.cnf | 87 # several certs with same subject. 225 # Copy subject details 257 # Include email address in subject alt name: another PKIX recommendation 298 # Copy subject details 357 subject = "/CN=openssl-cmp-test"
|
A D | server2.pem | 1 subject= C = UK, O = OpenSSL Group, OU = FOR TESTING PURPOSES ONLY, CN = Test Server Cert #2
|
A D | client.pem | 1 subject= C = UK, O = OpenSSL Group, OU = FOR TESTING PURPOSES ONLY, CN = Test Client Cert
|
A D | ca.c | 1459 X509_NAME *CAname = NULL, *subject = NULL; in do_body() local 1537 if ((subject = X509_NAME_new()) == NULL) { in do_body() 1634 if (!X509_NAME_add_entry(subject, push, -1, 0)) { in do_body() 1645 X509_NAME_free(subject); in do_body() 1647 subject = X509_NAME_dup(name); in do_body() 1648 if (subject == NULL) in do_body() 1663 if (!X509_set_issuer_name(ret, subject)) in do_body() 1681 if (!X509_set_subject_name(ret, subject)) in do_body() 1758 if ((dn_subject = X509_NAME_dup(subject)) == NULL) { in do_body() 1939 X509_NAME_free(subject); in do_body()
|
A D | req.c | 274 int noenc = 0, newhdr = 0, subject = 0, pubkey = 0, precert = 0, x509v1 = 0; in req_main() local 456 subject = 1; in req_main() 953 if (noout && !text && !modulus && !subject && !pubkey) { in req_main() 990 if (subject) { in req_main()
|
A D | cms.c | 337 char *to = NULL, *from = NULL, *subject = NULL, *prog; in cms_main() local 615 subject = opt_arg(); in cms_main() 1379 if (subject != NULL && BIO_printf(out, "Subject: %s%s", subject, mime_eol) < 0) in cms_main()
|
A D | x509.c | 300 int text = 0, serial = 0, subject = 0, issuer = 0, startdate = 0, ext = 0; in x509_main() local 517 subject = ++num; in x509_main() 984 } else if (i == subject) { in x509_main()
|
Completed in 22 milliseconds