Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(354)

Unified Diff: cmd/strsclnt/strsclnt.c

Issue 290970043: Bug 1252849 - Remove export-grade cipher suites
Patch Set: Initialize keyData[] and random[] to zero Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cmd/selfserv/selfserv.c ('k') | cmd/tstclnt/tstclnt.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cmd/strsclnt/strsclnt.c
diff --git a/cmd/strsclnt/strsclnt.c b/cmd/strsclnt/strsclnt.c
index c4d66c507634066ca852880b9dd99699cfcf1f2b..2d7d0d99b3ada6b0f31a6dbe2be72be89aca35a3 100644
--- a/cmd/strsclnt/strsclnt.c
+++ b/cmd/strsclnt/strsclnt.c
@@ -52,14 +52,14 @@ int ssl3CipherSuites[] = {
TLS_RSA_WITH_RC4_128_MD5, /* c */
TLS_RSA_WITH_3DES_EDE_CBC_SHA, /* d */
TLS_RSA_WITH_DES_CBC_SHA, /* e */
- TLS_RSA_EXPORT_WITH_RC4_40_MD5, /* f */
- TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5, /* g */
+ -1, /* TLS_RSA_EXPORT_WITH_RC4_40_MD5, * f */
+ -1, /* TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5, * g */
-1, /* SSL_FORTEZZA_DMS_WITH_NULL_SHA * h */
TLS_RSA_WITH_NULL_MD5, /* i */
SSL_RSA_FIPS_WITH_3DES_EDE_CBC_SHA, /* j */
SSL_RSA_FIPS_WITH_DES_CBC_SHA, /* k */
- TLS_RSA_EXPORT1024_WITH_DES_CBC_SHA, /* l */
- TLS_RSA_EXPORT1024_WITH_RC4_56_SHA, /* m */
+ -1, /* TLS_RSA_EXPORT1024_WITH_DES_CBC_SHA, * l */
+ -1, /* TLS_RSA_EXPORT1024_WITH_RC4_56_SHA, * m */
TLS_RSA_WITH_RC4_128_SHA, /* n */
TLS_DHE_DSS_WITH_RC4_128_SHA, /* o */
TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA, /* p */
« no previous file with comments | « cmd/selfserv/selfserv.c ('k') | cmd/tstclnt/tstclnt.c » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b