Chromium Code Reviews| Index: net/third_party/nss/ssl/dtlscon.c |
| =================================================================== |
| --- net/third_party/nss/ssl/dtlscon.c (revision 218090) |
| +++ net/third_party/nss/ssl/dtlscon.c (working copy) |
| @@ -30,14 +30,7 @@ |
| /* List copied from ssl3con.c:cipherSuites */ |
| static const ssl3CipherSuite nonDTLSSuites[] = { |
| - /* XXX Make AES-GCM work with DTLS. */ |
| #ifdef NSS_ENABLE_ECC |
| - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, |
| - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, |
| -#endif /* NSS_ENABLE_ECC */ |
| - TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, |
| - TLS_RSA_WITH_AES_128_GCM_SHA256, |
|
wtc
2013/08/17 00:21:15
This removes the temporary workaround.
|
| -#ifdef NSS_ENABLE_ECC |
| TLS_ECDHE_ECDSA_WITH_RC4_128_SHA, |
| TLS_ECDHE_RSA_WITH_RC4_128_SHA, |
| #endif /* NSS_ENABLE_ECC */ |