File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,9 @@ func main() {
8888 "Supported values are tls package constants names (e.g. VersionTLS13), please see " +
8989 "https://pkg.go.dev/crypto/tls#pkg-constants" )
9090 flag .StringVar (& tlsCipherSuitesRaw , "tls-cipher-suites" , "" ,
91- "Comma-separated list of TLS cipher suite names (OpenSSL names. E.g: TLS_AES_128_GCM_SHA256)." +
91+ "Comma-separated list of TLS cipher suite names." +
92+ "Supported values are tls package constants names (e.g. TLS_AES_128_GCM_SHA256), please see " +
93+ "https://pkg.go.dev/crypto/tls#pkg-constants" +
9294 "When 'min-tls-version' is 'VersionTLS13', cipher suites are selected by the runtime." )
9395 flag .StringVar (& tlsCurvePreferencesRaw , "tls-curve-preferences" , "" ,
9496 "Comma-separated list of TLS curve preference names. " +
You can’t perform that action at this time.
0 commit comments