diff options
Diffstat (limited to 'crypto/src/tls/CipherSuite.cs')
-rw-r--r-- | crypto/src/tls/CipherSuite.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/tls/CipherSuite.cs b/crypto/src/tls/CipherSuite.cs index 5c53268e2..cfa2356ca 100644 --- a/crypto/src/tls/CipherSuite.cs +++ b/crypto/src/tls/CipherSuite.cs @@ -452,7 +452,7 @@ namespace Org.BouncyCastle.Tls public const int TLS_SM4_CCM_SM3 = 0x00C7; /* - * draft-smyshlyaev-tls12-gost-suites-10 + * RFC 9189 */ public const int TLS_GOSTR341112_256_WITH_KUZNYECHIK_CTR_OMAC = 0xC100; public const int TLS_GOSTR341112_256_WITH_MAGMA_CTR_OMAC = 0xC101; |