summaryrefslogtreecommitdiffstats
path: root/net/third_party/nss/README.chromium
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-22 15:41:45 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-22 15:41:45 +0000
commitf95f89147dbc66f2b3c54f6e8179c9400607338c (patch)
tree4442cd54775f9eefc37844994b7f4306a2d17d23 /net/third_party/nss/README.chromium
parenta0d5eada2a9f69c41b0345dd670aaceb74c04cb9 (diff)
downloadchromium_src-f95f89147dbc66f2b3c54f6e8179c9400607338c.zip
chromium_src-f95f89147dbc66f2b3c54f6e8179c9400607338c.tar.gz
chromium_src-f95f89147dbc66f2b3c54f6e8179c9400607338c.tar.bz2
net: add NSS support for RFC 5705
(Keying Material Exporters for TLS). This is a reworked version of the patch from https://bugzilla.mozilla.org/show_bug.cgi?id=507359. BUG=none TEST=none yet Review URL: http://codereview.chromium.org/7464031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93635 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/third_party/nss/README.chromium')
-rw-r--r--net/third_party/nss/README.chromium5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/third_party/nss/README.chromium b/net/third_party/nss/README.chromium
index 7e241a1..0d2c4b4 100644
--- a/net/third_party/nss/README.chromium
+++ b/net/third_party/nss/README.chromium
@@ -59,6 +59,11 @@ Patches:
* Support origin bound certificates (http://balfanz.github.com/tls-obc-spec/draft-balfanz-tls-obc-00.txt)
patches/origin_bound_certs.patch
+ * Add a function to implement RFC 5705: Keying Material Exporters for TLS
+ This is a reworked version of the patch from
+ https://bugzilla.mozilla.org/show_bug.cgi?id=507359
+ patches/secret_exporter.patch
+
Apply the patches to NSS by running the patches/applypatches.sh script. Read
the comments at the top of patches/applypatches.sh for instructions.