Skip to content

Commit 87863ca

Browse files
committed
tests: uses Google recommended CA list (https://pki.goog/roots.pem) when running google.com TLS
tests.
1 parent 3945917 commit 87863ca

File tree

3 files changed

+1941
-22
lines changed

3 files changed

+1941
-22
lines changed

t/129-ssl-socket.t

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ sub read_file {
2828
}
2929

3030
our $DSTRootCertificate = read_file("t/cert/dst-ca.crt");
31-
our $EquifaxRootCertificate = read_file("t/cert/equifax.crt");
31+
our $GoogleRootCertificate = read_file("t/cert/google.crt");
3232
our $TestCertificate = read_file("t/cert/test.crt");
3333
our $TestCertificateKey = read_file("t/cert/test.key");
3434
our $TestCRL = read_file("t/cert/test.crl");
@@ -890,7 +890,7 @@ SSL reused session
890890

891891
--- user_files eval
892892
">>> trusted.crt
893-
$::EquifaxRootCertificate"
893+
$::GoogleRootCertificate"
894894

895895
--- stream_response_like chop
896896
\Aconnected: 1
@@ -1052,7 +1052,6 @@ SSL reused session
10521052

10531053
--- user_files eval
10541054
">>> trusted.crt
1055-
$::EquifaxRootCertificate
10561055
$::DSTRootCertificate"
10571056

10581057
--- stream_response

t/cert/equifax.crt

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)