Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(921)

Unified Diff: net/third_party/nss/ssl/sslsnce.c

Issue 6413010: Allow the SSL session cache on Win/Mac to be used even after a client cert key is removed (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« net/third_party/nss/ssl/ssl3con.c ('K') | « net/third_party/nss/ssl/sslplatf.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/third_party/nss/ssl/sslsnce.c
diff --git a/net/third_party/nss/ssl/sslsnce.c b/net/third_party/nss/ssl/sslsnce.c
index 4176ac8174da81c3f6ee0f7cfbc60bd9af3fe53b..6c73f25122eb04c12a8f39903b8d36802172e35e 100644
--- a/net/third_party/nss/ssl/sslsnce.c
+++ b/net/third_party/nss/ssl/sslsnce.c
@@ -638,11 +638,6 @@ ConvertToSID(sidCacheEntry * from,
to->u.ssl3.clAuthSeries = 0;
to->u.ssl3.clAuthValid = PR_FALSE;
-#ifdef NSS_PLATFORM_CLIENT_AUTH
- ssl_InitPlatformAuthInfo(&to->u.ssl3.clPlatformAuthInfo);
- to->u.ssl3.clPlatformAuthValid = PR_FALSE;
-#endif /* NSS_PLATFORM_CLIENT_AUTH */
-
if (from->u.ssl3.certIndex != -1 && pcce) {
SECItem derCert;
« net/third_party/nss/ssl/ssl3con.c ('K') | « net/third_party/nss/ssl/sslplatf.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698