summary refs log tree commit diff
path: root/crypto/src/tls/crypto/CryptoSignatureAlgorithm.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/tls/crypto/CryptoSignatureAlgorithm.cs')
-rw-r--r--crypto/src/tls/crypto/CryptoSignatureAlgorithm.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/src/tls/crypto/CryptoSignatureAlgorithm.cs b/crypto/src/tls/crypto/CryptoSignatureAlgorithm.cs

index ed58820b8..15435cab5 100644 --- a/crypto/src/tls/crypto/CryptoSignatureAlgorithm.cs +++ b/crypto/src/tls/crypto/CryptoSignatureAlgorithm.cs
@@ -15,6 +15,9 @@ namespace Org.BouncyCastle.Tls.Crypto public const int rsa_pss_pss_sha256 = 9; public const int rsa_pss_pss_sha384 = 10; public const int rsa_pss_pss_sha512 = 11; + public const int ecdsa_brainpoolP256r1tls13_sha256 = 26; + public const int ecdsa_brainpoolP384r1tls13_sha384 = 27; + public const int ecdsa_brainpoolP512r1tls13_sha512 = 28; public const int gostr34102012_256 = 64; public const int gostr34102012_512 = 65; public const int sm2 = 200;