summary refs log tree commit diff
path: root/crypto/src/tls/CipherSuite.cs
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2024-04-10 18:03:12 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2024-04-10 18:03:12 +0700
commit7cda088ce02cf8a5924afeaa9622fa548e837e41 (patch)
tree5bb04b16951a0f903f73dad9128da8ad6580662c /crypto/src/tls/CipherSuite.cs
parentAdd various fingerprint-related methods in OpenPgp (diff)
downloadBouncyCastle.NET-ed25519-7cda088ce02cf8a5924afeaa9622fa548e837e41.tar.xz
TLS: Some work on GOST support (RFC 9189)
Diffstat (limited to 'crypto/src/tls/CipherSuite.cs')
-rw-r--r--crypto/src/tls/CipherSuite.cs2
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;