Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fipsCipherIndex (0.27 sec)

  1. pkg/model/fips.go

    }
    
    func index(ciphers []string) map[string]struct{} {
    	out := make(map[string]struct{})
    	for _, cipher := range ciphers {
    		out[cipher] = struct{}{}
    	}
    	return out
    }
    
    var fipsCipherIndex = index(fipsCiphers)
    
    // EnforceGoCompliance limits the TLS settings to the compliant values.
    // This should be called as the last policy.
    func EnforceGoCompliance(ctx *gotls.Config) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 22:11:02 UTC 2024
    - 2.9K bytes
    - Viewed (0)
Back to top