Remove the EXPORT ciphers and related code path
authorSebastien Pouliot <sebastien@xamarin.com>
Fri, 6 Mar 2015 15:35:27 +0000 (10:35 -0500)
committerMiguel de Icaza <miguel@gnome.org>
Fri, 6 Mar 2015 15:35:27 +0000 (10:35 -0500)
commit9c38772f094168d8bfd5bc73bf8925cd04faad10
treea0bb9d8c03457fe3319d576a50ddda20cd08f695
parentb371da6b2d68b4cdd0f21d6342af6c42794f998b
Remove the EXPORT ciphers and related code path

    That was still useful in 2003/2004 but the technical and legal landscape
    changed a lot since then. Removing the old, limited key size, cipher
    suites also allow removed additional parts of the code that deals with
    them.
mcs/class/Mono.Security/Mono.Security.Protocol.Tls/CipherSuiteFactory.cs
mcs/class/Mono.Security/Mono.Security.Protocol.Tls/ClientRecordProtocol.cs
mcs/class/Mono.Security/Mono.Security.Protocol.Tls/SslCipherSuite.cs
mcs/class/Mono.Security/Mono.Security.Protocol.Tls/SslServerStream.cs
mcs/class/Mono.Security/Mono.Security.Protocol.Tls/TlsCipherSuite.cs