1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2025-12-18 14:47:03 +00:00

tlsconst: Update list of ciphers

This patch updates the list of ciphers in tlsconst, using the latest
list from IANA.
This commit is contained in:
Alberto Bertogli
2020-04-12 11:23:35 +01:00
parent 6815cf1d5c
commit 9fbd1fe786

View File

@@ -340,6 +340,10 @@ var cipherSuiteName = map[uint16]string{
0xc100: "TLS_GOSTR341112_256_WITH_KUZNYECHIK_CTR_OMAC",
0xc101: "TLS_GOSTR341112_256_WITH_MAGMA_CTR_OMAC",
0xc102: "TLS_GOSTR341112_256_WITH_28147_CNT_IMIT",
0xc103: "TLS_GOSTR341112_256_WITH_KUZNYECHIK_MGM_L",
0xc104: "TLS_GOSTR341112_256_WITH_MAGMA_MGM_L",
0xc105: "TLS_GOSTR341112_256_WITH_KUZNYECHIK_MGM_S",
0xc106: "TLS_GOSTR341112_256_WITH_MAGMA_MGM_S",
0xcca8: "TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256",
0xcca9: "TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256",
0xccaa: "TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256",