Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGetMinTLSVersion (0.13 sec)

  1. pilot/pkg/security/authn/utils/utils_test.go

    	"github.com/google/go-cmp/cmp"
    	"google.golang.org/protobuf/testing/protocmp"
    
    	meshconfig "istio.io/api/mesh/v1alpha1"
    	model "istio.io/istio/pilot/pkg/model"
    	"istio.io/istio/pilot/pkg/networking"
    )
    
    func TestGetMinTLSVersion(t *testing.T) {
    	tests := []struct {
    		name              string
    		minTLSVer         meshconfig.MeshConfig_TLSConfig_TLSProtocol
    		expectedMinTLSVer tls.TlsParameters_TlsProtocol
    	}{
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 10 20:24:43 UTC 2023
    - 3.1K bytes
    - Viewed (0)
Back to top