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

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

Issue 8400075: Fix the "certificate is not yet valid" error for server certificates (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 2 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
Index: net/third_party/nss/ssl/sslsock.c
===================================================================
--- net/third_party/nss/ssl/sslsock.c (revision 107789)
+++ net/third_party/nss/ssl/sslsock.c (working copy)
@@ -1326,6 +1326,7 @@
ss->nextProtoCallback = callback;
ss->nextProtoArg = arg;
ssl_ReleaseSSL3HandshakeLock(ss);
+ return SECSuccess;
Ryan Sleevi 2011/10/28 22:47:01 Leaked from agl's CL?
}
/* NextProtoStandardCallback is set as an NPN callback for the case when the

Powered by Google App Engine
This is Rietveld 408576698