Home
last modified time | relevance | path

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

/openssl/test/
H A Dpkcs12_api_test.c69 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 Drpktest.c29 static char *cert2 = NULL; variable
150 other_cert_file = cert2; in test_rpk()
155 cert_file = cert2; in test_rpk()
713 cert2 = test_mk_file_path(certsdir, "server-ecdsa-cert.pem"); in setup_tests()
714 if (cert2 == NULL) in setup_tests()
722 if (cert2 == NULL) in setup_tests()
730 if (cert2 == NULL) in setup_tests()
754 OPENSSL_free(cert2); in cleanup_tests()
H A Dsslapitest.c86 static char *cert2 = NULL; variable
9855 &sctx, &cctx, cert2, privkey2))) in test_sigalgs_available()
9886 && (!TEST_int_eq(SSL_CTX_use_certificate_file(sctx, cert2, in test_sigalgs_available()
12455 cert2 = test_mk_file_path(certsdir, "server-ecdsa-cert.pem"); in setup_tests()
12456 if (cert2 == NULL) in setup_tests()
12684 OPENSSL_free(cert2); in setup_tests()
12696 OPENSSL_free(cert2); in cleanup_tests()
/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>]
222 =item B<-cert2> I<infile>
259 The private Key file to use for servername if not given via B<-cert2>.
/openssl/
H A DCHANGES.md10991 openssl s_server has new options '-servername_host ...', '-cert2 ...',
11698 openssl s_server has new options '-servername_host ...', '-cert2 ...',
14911 e.g. `(openssl x509 -out cert1; openssl x509 -out cert2) <certs`.

Completed in 91 milliseconds