summaryrefslogtreecommitdiffstats
path: root/net/third_party/nss/README.chromium
diff options
context:
space:
mode:
authorwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-16 22:33:16 +0000
committerwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-16 22:33:16 +0000
commit7c119f189c7f30f3938ceb9c86fd3a95102b8687 (patch)
tree11b38c0c5c17a209bc8b892bb3dbd9415faf089b /net/third_party/nss/README.chromium
parent9d94337a7b89cdec3dd212c3dbf780d1d82ccf92 (diff)
downloadchromium_src-7c119f189c7f30f3938ceb9c86fd3a95102b8687.zip
chromium_src-7c119f189c7f30f3938ceb9c86fd3a95102b8687.tar.gz
chromium_src-7c119f189c7f30f3938ceb9c86fd3a95102b8687.tar.bz2
Add the NSS patch for SSL client auth with native crypto APIs on Mac
and Windows. The original dheclientauth.patch is subsumed by this patch because it is hard to separate the two patches. R=rsleevi BUG=37560,45369,62027 TEST=none Review URL: http://codereview.chromium.org/6528039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75191 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/third_party/nss/README.chromium')
-rw-r--r--net/third_party/nss/README.chromium6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/third_party/nss/README.chromium b/net/third_party/nss/README.chromium
index 7dc9de0..d1fa694 100644
--- a/net/third_party/nss/README.chromium
+++ b/net/third_party/nss/README.chromium
@@ -45,10 +45,14 @@ Patches:
* Add OCSP stapling support
patches/ocspstapling.patch
+ * Add support for client auth with native crypto APIs on Mac and Windows
+ patches/clientauth.patch
+ ssl/sslplatf.c
+
* 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
+ patches/clientauth.patch
https://bugzilla.mozilla.org/show_bug.cgi?id=616757
The ssl/bodge directory contains files taken from the NSS repo that we required