diff options
Diffstat (limited to 'net/third_party/nss/README.chromium')
-rw-r--r-- | net/third_party/nss/README.chromium | 5 |
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. |