Searched refs:cert2 (Results 1 – 7 of 7) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | pkcs12_api_test.c | 69 X509 *cert2 = NULL; in changepass() local 83 if (!TEST_true(PKCS12_parse(p12new, "NEWPASS", &key2, &cert2, &ca2))) in changepass() 90 if (!TEST_ptr(cert2) || !TEST_int_eq(X509_cmp(cert, cert2), 0)) in changepass() 98 X509_free(cert2); in changepass()
|
| H A D | rpktest.c | 29 static char *cert2 = NULL; variable 153 other_cert_file = cert2; in test_rpk() 158 cert_file = cert2; in test_rpk() 744 cert2 = test_mk_file_path(certsdir, "server-ecdsa-cert.pem"); in setup_tests() 745 if (cert2 == NULL) in setup_tests() 753 if (cert2 == NULL) in setup_tests() 761 if (cert2 == NULL) in setup_tests() 785 OPENSSL_free(cert2); in cleanup_tests()
|
| H A D | sslapitest.c | 88 static char *cert2 = NULL; variable 10165 &sctx, &cctx, cert2, privkey2))) in test_sigalgs_available() 10197 && (!TEST_int_eq(SSL_CTX_use_certificate_file(sctx, cert2, in test_sigalgs_available() 13607 cert2 = test_mk_file_path(certsdir, "server-ecdsa-cert.pem"); in setup_tests() 13608 if (cert2 == NULL) in setup_tests() 13848 OPENSSL_free(cert2); in setup_tests() 13860 OPENSSL_free(cert2); in cleanup_tests()
|
| /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 | 24 [B<-cert2> I<infile>] 206 =item B<-cert2> I<infile> 243 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/ |
| H A D | CHANGES.md | 11729 openssl s_server has new options '-servername_host ...', '-cert2 ...', 12436 openssl s_server has new options '-servername_host ...', '-cert2 ...', 15649 e.g. `(openssl x509 -out cert1; openssl x509 -out cert2) <certs`.
|