summaryrefslogtreecommitdiffstats
path: root/chromium/net/third_party/nss/patches/restartclientauth.patch
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/net/third_party/nss/patches/restartclientauth.patch')
-rw-r--r--chromium/net/third_party/nss/patches/restartclientauth.patch30
1 files changed, 15 insertions, 15 deletions
diff --git a/chromium/net/third_party/nss/patches/restartclientauth.patch b/chromium/net/third_party/nss/patches/restartclientauth.patch
index 84f18f391e0..5056cadd8bf 100644
--- a/chromium/net/third_party/nss/patches/restartclientauth.patch
+++ b/chromium/net/third_party/nss/patches/restartclientauth.patch
@@ -1,7 +1,7 @@
diff -pu a/nss/lib/ssl/ssl3con.c b/nss/lib/ssl/ssl3con.c
---- a/nss/lib/ssl/ssl3con.c 2013-07-31 12:44:31.987362835 -0700
-+++ b/nss/lib/ssl/ssl3con.c 2013-07-31 12:44:50.987642452 -0700
-@@ -6756,6 +6756,85 @@ done:
+--- a/nss/lib/ssl/ssl3con.c 2014-01-17 17:55:01.518095989 -0800
++++ b/nss/lib/ssl/ssl3con.c 2014-01-17 17:55:19.158389328 -0800
+@@ -7199,6 +7199,85 @@ done:
return rv;
}
@@ -84,13 +84,13 @@ diff -pu a/nss/lib/ssl/ssl3con.c b/nss/lib/ssl/ssl3con.c
+ return rv;
+}
+
- PRBool
- ssl3_CanFalseStart(sslSocket *ss) {
- PRBool rv;
+ static SECStatus
+ ssl3_CheckFalseStart(sslSocket *ss)
+ {
diff -pu a/nss/lib/ssl/ssl.h b/nss/lib/ssl/ssl.h
---- a/nss/lib/ssl/ssl.h 2013-07-31 12:44:31.987362835 -0700
-+++ b/nss/lib/ssl/ssl.h 2013-07-31 12:44:50.987642452 -0700
-@@ -366,6 +366,11 @@ SSL_IMPORT SECStatus SSL_ForceHandshake(
+--- a/nss/lib/ssl/ssl.h 2014-01-17 17:55:01.538096321 -0800
++++ b/nss/lib/ssl/ssl.h 2014-01-17 17:55:19.158389328 -0800
+@@ -399,6 +399,11 @@ SSL_IMPORT SECStatus SSL_ForceHandshake(
SSL_IMPORT SECStatus SSL_ForceHandshakeWithTimeout(PRFileDesc *fd,
PRIntervalTime timeout);
@@ -103,9 +103,9 @@ diff -pu a/nss/lib/ssl/ssl.h b/nss/lib/ssl/ssl.h
** Query security status of socket. *on is set to one if security is
** enabled. *keySize will contain the stream key size used. *issuer will
diff -pu a/nss/lib/ssl/sslimpl.h b/nss/lib/ssl/sslimpl.h
---- a/nss/lib/ssl/sslimpl.h 2013-07-31 12:44:31.997362988 -0700
-+++ b/nss/lib/ssl/sslimpl.h 2013-07-31 12:44:50.987642452 -0700
-@@ -1513,16 +1513,17 @@ extern SECStatus ssl3_MasterKeyDeriveBy
+--- a/nss/lib/ssl/sslimpl.h 2014-01-17 17:55:01.538096321 -0800
++++ b/nss/lib/ssl/sslimpl.h 2014-01-17 17:55:19.158389328 -0800
+@@ -1588,16 +1588,17 @@ extern SECStatus ssl3_MasterKeyDeriveBy
/* These functions are called from secnav, even though they're "private". */
extern int ssl2_SendErrorMessage(struct sslSocketStr *ss, int error);
@@ -128,9 +128,9 @@ diff -pu a/nss/lib/ssl/sslimpl.h b/nss/lib/ssl/sslimpl.h
/*
diff -pu a/nss/lib/ssl/sslsecur.c b/nss/lib/ssl/sslsecur.c
---- a/nss/lib/ssl/sslsecur.c 2013-07-31 12:28:39.283413269 -0700
-+++ b/nss/lib/ssl/sslsecur.c 2013-07-31 12:44:50.987642452 -0700
-@@ -1436,17 +1436,70 @@ SSL_CertDBHandleSet(PRFileDesc *fd, CERT
+--- a/nss/lib/ssl/sslsecur.c 2014-01-17 17:49:26.072517368 -0800
++++ b/nss/lib/ssl/sslsecur.c 2014-01-17 17:55:19.158389328 -0800
+@@ -1518,17 +1518,70 @@ SSL_CertDBHandleSet(PRFileDesc *fd, CERT
return SECSuccess;
}