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

Unified Diff: net/third_party/nss/README.chromium

Issue 5611005: Workaround a bug in NSS when using DHE+client authentication. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add the extra cast Created 10 years 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
« no previous file with comments | « no previous file | net/third_party/nss/patches/dheclientauth.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/third_party/nss/README.chromium
diff --git a/net/third_party/nss/README.chromium b/net/third_party/nss/README.chromium
index 2f0c1655e8614ccaf03d789cf05cabc2530d07d7..7dc9de0d5359d753ec8baf2170e22661a93ca4b2 100644
--- a/net/third_party/nss/README.chromium
+++ b/net/third_party/nss/README.chromium
@@ -45,5 +45,11 @@ Patches:
* Add OCSP stapling support
patches/ocspstapling.patch
+ * Don't send a client certificate when renegotiating if the peer does not
+ request one. This only happened if the previous key exchange algorithm
+ was non-RSA.
+ patches/dheclientauth.patch
+ https://bugzilla.mozilla.org/show_bug.cgi?id=616757
+
The ssl/bodge directory contains files taken from the NSS repo that we required
for building libssl outside of its usual build environment.
« no previous file with comments | « no previous file | net/third_party/nss/patches/dheclientauth.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698