Home
last modified time | relevance | path

Searched refs:cert2 (Results 1 – 4 of 4) sorted by relevance

/openssl/test/certs/
H A Dsetup.sh7 ./mkcert.sh genroot "Root CA" root-key2 root-cert2
28 openssl x509 -in root-cert2.pem -trustout \
30 openssl x509 -in root-cert2.pem -trustout \
32 openssl x509 -in root-cert2.pem -trustout \
85 ./mkcert.sh genca "CA" ca-key2 ca-cert2 root-key root-cert
87 ./mkcert.sh genca "CA" ca-key ca-root2 root-key2 root-cert2
161 ./mkcert.sh genee server.example ee-key ee-cert2 ca-key2 ca-cert2
/openssl/doc/man1/
H A Dopenssl-s_server.pod.in22 [B<-cert2> I<infile>]
215 =item B<-cert2> I<infile>
250 The private Key file to use for servername if not given via B<-cert2>.
/openssl/test/
H A Dsslapitest.c86 static char *cert2 = NULL; variable
8944 &sctx, &cctx, cert2, privkey2))) in test_sigalgs_available()
8975 && (!TEST_int_eq(SSL_CTX_use_certificate_file(sctx, cert2, in test_sigalgs_available()
10046 cert2 = test_mk_file_path(certsdir, "server-ecdsa-cert.pem"); in setup_tests()
10047 if (cert2 == NULL) in setup_tests()
10239 OPENSSL_free(cert2); in setup_tests()
10251 OPENSSL_free(cert2); in cleanup_tests()
/openssl/
H A DCHANGES.md9508 openssl s_server has new options '-servername_host ...', '-cert2 ...',
10215 openssl s_server has new options '-servername_host ...', '-cert2 ...',
13428 e.g. `(openssl x509 -out cert1; openssl x509 -out cert2) <certs`.

Completed in 92 milliseconds