summary refs log tree commit diff
path: root/crypto/src/tls/EncryptionAlgorithm.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/tls/EncryptionAlgorithm.cs')
-rw-r--r--crypto/src/tls/EncryptionAlgorithm.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/src/tls/EncryptionAlgorithm.cs b/crypto/src/tls/EncryptionAlgorithm.cs
index 8064451ab..0fc2beeb4 100644
--- a/crypto/src/tls/EncryptionAlgorithm.cs
+++ b/crypto/src/tls/EncryptionAlgorithm.cs
@@ -78,5 +78,12 @@ namespace Org.BouncyCastle.Tls
          * GMT 0024-2014
          */
         public const int SM4_CBC = 28;
+
+        /*
+         * RFC 9189
+         */
+        public const int KUZNYECHIK_CTR_OMAC = 29;
+        public const int MAGMA_CTR_OMAC = 30;
+        public const int cls_28147_CNT_IMIT = 31;
     }
 }