Searched refs:cert2 (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/test/certs/ |
H A D | setup.sh | 7 ./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 D | openssl-s_server.pod.in | 22 [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 D | hxtool-commands.in | 290 argument = "cert:foo chain:cert1 chain:cert2 anchor:anchor1 anchor:anchor2"
|
/freebsd/crypto/openssl/test/ |
H A D | sslapitest.c | 86 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 D | CHANGES.md | 10075 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`.
|