Skip to content

Commit 267d665

Browse files
committed
doc: write the list of supperted cipher suites in TCM
1 parent 6cc69e5 commit 267d665

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/tooling/tcm/tcm_configuration_reference.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
|

0 commit comments

Comments
 (0)