summary refs log tree commit diff
path: root/crypto/test/src/tls/test/TlsTestUtilities.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/test/src/tls/test/TlsTestUtilities.cs')
-rw-r--r--crypto/test/src/tls/test/TlsTestUtilities.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/test/src/tls/test/TlsTestUtilities.cs b/crypto/test/src/tls/test/TlsTestUtilities.cs
index 789a5b513..72d09c808 100644
--- a/crypto/test/src/tls/test/TlsTestUtilities.cs
+++ b/crypto/test/src/tls/test/TlsTestUtilities.cs
@@ -159,6 +159,11 @@ namespace Org.BouncyCastle.Tls.Tests
                 return "rsa_pss_384";
             case SignatureAlgorithm.rsa_pss_pss_sha512:
                 return "rsa_pss_512";
+
+            // TODO[RFC 9189] Choose names here and apply reverse mappings in GetCACertResource(String)
+            case SignatureAlgorithm.gostr34102012_256:
+            case SignatureAlgorithm.gostr34102012_512:
+
             default:
                 throw new TlsFatalAlert(AlertDescription.internal_error);
             }