diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2016-01-17 11:09:28 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2016-01-17 11:09:28 +0700 |
commit | fa9f5ab48d57aed55b34027b7bf6d8a36320e94d (patch) | |
tree | 0ad0393cfb99f7fb308c08c26d5a13ff13d130d7 /crypto/test | |
parent | counter needs to based on maxlen(p) as tag done on J0 (diff) | |
download | BouncyCastle.NET-ed25519-fa9f5ab48d57aed55b34027b7bf6d8a36320e94d.tar.xz |
Remove expired draft-josefsson-salsa20-tls stuff
Diffstat (limited to 'crypto/test')
-rw-r--r-- | crypto/test/src/crypto/tls/test/MockDtlsServer.cs | 4 | ||||
-rw-r--r-- | crypto/test/src/crypto/tls/test/MockTlsServer.cs | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/crypto/test/src/crypto/tls/test/MockDtlsServer.cs b/crypto/test/src/crypto/tls/test/MockDtlsServer.cs index 19062181b..a7c5efdca 100644 --- a/crypto/test/src/crypto/tls/test/MockDtlsServer.cs +++ b/crypto/test/src/crypto/tls/test/MockDtlsServer.cs @@ -38,10 +38,6 @@ namespace Org.BouncyCastle.Crypto.Tls.Tests new int[] { CipherSuite.TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, - CipherSuite.TLS_ECDHE_RSA_WITH_ESTREAM_SALSA20_SHA1, - CipherSuite.TLS_ECDHE_RSA_WITH_SALSA20_SHA1, - CipherSuite.TLS_RSA_WITH_ESTREAM_SALSA20_SHA1, - CipherSuite.TLS_RSA_WITH_SALSA20_SHA1, }); } diff --git a/crypto/test/src/crypto/tls/test/MockTlsServer.cs b/crypto/test/src/crypto/tls/test/MockTlsServer.cs index 8fce95d63..7f0bc29a9 100644 --- a/crypto/test/src/crypto/tls/test/MockTlsServer.cs +++ b/crypto/test/src/crypto/tls/test/MockTlsServer.cs @@ -38,10 +38,6 @@ namespace Org.BouncyCastle.Crypto.Tls.Tests new int[] { CipherSuite.TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, - CipherSuite.TLS_ECDHE_RSA_WITH_ESTREAM_SALSA20_SHA1, - CipherSuite.TLS_ECDHE_RSA_WITH_SALSA20_SHA1, - CipherSuite.TLS_RSA_WITH_ESTREAM_SALSA20_SHA1, - CipherSuite.TLS_RSA_WITH_SALSA20_SHA1, }); } |