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

Side by Side Diff: net/third_party/nss/README.chromium

Issue 9663043: Add a boolean |had_context| argument to the TLS ExportKeyingMaterial (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Make suggested changes, add patch file Created 8 years, 9 months 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Name: Network Security Services (NSS) 1 Name: Network Security Services (NSS)
2 URL: http://www.mozilla.org/projects/security/pki/nss/ 2 URL: http://www.mozilla.org/projects/security/pki/nss/
3 Version: 3.13.3 3 Version: 3.13.3
4 Security Critical: Yes 4 Security Critical: Yes
5 5
6 This directory includes a copy of NSS's libssl from the CVS repo at: 6 This directory includes a copy of NSS's libssl from the CVS repo at:
7 :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot 7 :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
8 8
9 The snapshot was updated to the CVS tag: NSS_3_13_3_RTM 9 The snapshot was updated to the CVS tag: NSS_3_13_3_RTM
10 10
(...skipping 30 matching lines...) Expand all
41 https://bugzilla.mozilla.org/show_bug.cgi?id=731798 41 https://bugzilla.mozilla.org/show_bug.cgi?id=731798
42 42
43 * Support origin bound certificates. 43 * Support origin bound certificates.
44 http://balfanz.github.com/tls-obc-spec/draft-balfanz-tls-obc-00.txt 44 http://balfanz.github.com/tls-obc-spec/draft-balfanz-tls-obc-00.txt
45 patches/origin_bound_certs.patch 45 patches/origin_bound_certs.patch
46 46
47 * Add a function to implement RFC 5705: Keying Material Exporters for TLS 47 * Add a function to implement RFC 5705: Keying Material Exporters for TLS
48 This is a reworked version of the patch from 48 This is a reworked version of the patch from
49 https://bugzilla.mozilla.org/show_bug.cgi?id=507359 49 https://bugzilla.mozilla.org/show_bug.cgi?id=507359
50 patches/secret_exporter.patch 50 patches/secret_exporter.patch
51 patches/secret_exporter2.patch
51 52
52 * Add a function to restart a handshake after a client certificate request. 53 * Add a function to restart a handshake after a client certificate request.
53 patches/restartclientauth.patch 54 patches/restartclientauth.patch
54 55
55 * Allow SSL_HandshakeNegotiatedExtension to be called before the handshake 56 * Allow SSL_HandshakeNegotiatedExtension to be called before the handshake
56 is finished. 57 is finished.
57 https://bugzilla.mozilla.org/show_bug.cgi?id=681839 58 https://bugzilla.mozilla.org/show_bug.cgi?id=681839
58 patches/negotiatedextension.patch 59 patches/negotiatedextension.patch
59 60
60 * Support the encrypted client certificates extension. 61 * Support the encrypted client certificates extension.
(...skipping 11 matching lines...) Expand all
72 * Fix a buffer length bug and miscellaneous nits in the next protocol 73 * Fix a buffer length bug and miscellaneous nits in the next protocol
73 negotiation (NPN) functions. 74 negotiation (NPN) functions.
74 https://bugzilla.mozilla.org/show_bug.cgi?id=734534 75 https://bugzilla.mozilla.org/show_bug.cgi?id=734534
75 patches/nextprotocleanup.patch 76 patches/nextprotocleanup.patch
76 77
77 Apply the patches to NSS by running the patches/applypatches.sh script. Read 78 Apply the patches to NSS by running the patches/applypatches.sh script. Read
78 the comments at the top of patches/applypatches.sh for instructions. 79 the comments at the top of patches/applypatches.sh for instructions.
79 80
80 The ssl/bodge directory contains files taken from the NSS repo that we required 81 The ssl/bodge directory contains files taken from the NSS repo that we required
81 for building libssl outside of its usual build environment. 82 for building libssl outside of its usual build environment.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698