Home
last modified time | relevance | path

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

/freebsd/crypto/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
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-s_server.pod.in22 [B<-cert2> I<infile>]
216 =item B<-cert2> I<infile>
251 The private Key file to use for servername if not given via B<-cert2>.
/freebsd/crypto/heimdal/lib/hx509/
H A Dhxtool-commands.in290 argument = "cert:foo chain:cert1 chain:cert2 anchor:anchor1 anchor:anchor2"
/freebsd/crypto/openssl/test/
H A Dsslapitest.c86 static char *cert2 = NULL; variable
9364 &sctx, &cctx, cert2, privkey2))) in test_sigalgs_available()
9395 && (!TEST_int_eq(SSL_CTX_use_certificate_file(sctx, cert2, in test_sigalgs_available()
11212 cert2 = test_mk_file_path(certsdir, "server-ecdsa-cert.pem"); in setup_tests()
11213 if (cert2 == NULL) in setup_tests()
11416 OPENSSL_free(cert2); in setup_tests()
11428 OPENSSL_free(cert2); in cleanup_tests()
/freebsd/crypto/openssl/
H A DCHANGES.md10075 openssl s_server has new options '-servername_host ...', '-cert2 ...',
10782 openssl s_server has new options '-servername_host ...', '-cert2 ...',
13995 e.g. `(openssl x509 -out cert1; openssl x509 -out cert2) <certs`.