Intent of tls_config_helper.go ×1
All 20 exact tests in this concept. Every test is marked by where it enters the hierarchy.
-
go.temporal.io/20 tests-
server/20 tests-
common/20 tests-
auth/20 tests-
Test_ConnectToTLSServerWithCA/7 tests-
go.temporal.io/server/common/auth/Test_ConnectToTLSServerWithCA/caData_good -
go.temporal.io/server/common/auth/Test_ConnectToTLSServerWithCA/caData_signedByWrongCA -
go.temporal.io/server/common/auth/Test_ConnectToTLSServerWithCA/caData_signedByWrongCAButNotEnableHostVerification -
go.temporal.io/server/common/auth/Test_ConnectToTLSServerWithCA/caFile_good -
go.temporal.io/server/common/auth/Test_ConnectToTLSServerWithCA/caFile_signedByWrongCA -
go.temporal.io/server/common/auth/Test_ConnectToTLSServerWithCA/caFile_signedByWrongCANotEnableHostVerification -
go.temporal.io/server/common/auth/Test_ConnectToTLSServerWithCA/certData_good
-
-
Test_ConnectToTLSServerWithClientCertificate/5 tests-
go.temporal.io/server/common/auth/Test_ConnectToTLSServerWithClientCertificate/certFile_good -
go.temporal.io/server/common/auth/Test_ConnectToTLSServerWithClientCertificate/clientData_certInvalid -
go.temporal.io/server/common/auth/Test_ConnectToTLSServerWithClientCertificate/clientData_certNotProvided -
go.temporal.io/server/common/auth/Test_ConnectToTLSServerWithClientCertificate/clientData_good -
go.temporal.io/server/common/auth/Test_ConnectToTLSServerWithClientCertificate/clientFile_certInvalid
-
-
Test_NewTLSConfig/8 tests-
go.temporal.io/server/common/auth/Test_NewTLSConfig/caData_badBase64 -
go.temporal.io/server/common/auth/Test_NewTLSConfig/caData_badPEM -
go.temporal.io/server/common/auth/Test_NewTLSConfig/caData_good -
go.temporal.io/server/common/auth/Test_NewTLSConfig/clientCert_badbase64cert -
go.temporal.io/server/common/auth/Test_NewTLSConfig/clientCert_badbase64key -
go.temporal.io/server/common/auth/Test_NewTLSConfig/clientCert_duplicate_ca -
go.temporal.io/server/common/auth/Test_NewTLSConfig/clientCert_duplicate_key -
go.temporal.io/server/common/auth/Test_NewTLSConfig/clientCert_missingprivatekey
-
-
-
-
-