diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-10-22 12:18:49 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-10-22 12:18:49 +0700 |
commit | 05243058a15f56cf8793d7a0e81467a0fa25672b (patch) | |
tree | 683ed8e80c53c3a08dc1ca5e5f846a8b377dfb14 /crypto/src | |
parent | DH_anon cipher suites are considered ephemeral DH (diff) | |
download | BouncyCastle.NET-ed25519-05243058a15f56cf8793d7a0e81467a0fa25672b.tar.xz |
Don't try to track unrecognized hash algorithms
Diffstat (limited to 'crypto/src')
-rw-r--r-- | crypto/src/crypto/tls/HashAlgorithm.cs | 16 | ||||
-rw-r--r-- | crypto/src/crypto/tls/TlsUtilities.cs | 7 |
2 files changed, 21 insertions, 2 deletions
diff --git a/crypto/src/crypto/tls/HashAlgorithm.cs b/crypto/src/crypto/tls/HashAlgorithm.cs |