File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -654,9 +654,10 @@ The ``http`` group defines parameters of HTTP connections between |tcm| and clie
654654
655655.. confval :: http.tls.cipher-suites
656656
657- Enabled TLS cipher suites. The supported ciphers are:
657+ Enabled TLS cipher suites. The supported ciphers are:
658658
659659 .. code-block :: yaml
660+
660661 const (
661662 // TLS 1.0 - 1.2 cipher suites.
662663 TLS_RSA_WITH_RC4_128_SHA uint16 = 0x0005
@@ -697,7 +698,6 @@ The ``http`` group defines parameters of HTTP connections between |tcm| and clie
697698 TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305 = TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
698699 )
699700
700-
701701 For detailed information on ciphers, refer to the Golang `tls.TLS_* <https://pkg.go.dev/crypto/tls#pkg-constants >`__ constants.
702702
703703 |
You can’t perform that action at this time.
0 commit comments