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

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

Issue 6804032: Add TLS-SRP (RFC 5054) support Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: remove "httpsv" scheme, minor NSS/OpenSSL changes Created 9 years, 8 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
« no previous file with comments | « net/test/test_server.cc ('k') | net/third_party/nss/patches/tls-srp.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3
4 This directory includes a copy of NSS's libssl from the CVS repo at: 4 This directory includes a copy of NSS's libssl from the CVS repo at:
5 :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot 5 :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
6 6
7 The snapshot was updated to the CVS tag: NSS_3_12_7_RTM 7 The snapshot was updated to the CVS tag: NSS_3_12_7_RTM
8 8
9 Patches: 9 Patches:
10 10
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 44
45 * Add OCSP stapling support 45 * Add OCSP stapling support
46 patches/ocspstapling.patch 46 patches/ocspstapling.patch
47 47
48 * Don't send a client certificate when renegotiating if the peer does not 48 * Don't send a client certificate when renegotiating if the peer does not
49 request one. This only happened if the previous key exchange algorithm 49 request one. This only happened if the previous key exchange algorithm
50 was non-RSA. 50 was non-RSA.
51 patches/dheclientauth.patch 51 patches/dheclientauth.patch
52 https://bugzilla.mozilla.org/show_bug.cgi?id=616757 52 https://bugzilla.mozilla.org/show_bug.cgi?id=616757
53 53
54 * Add TLS-SRP support
55 patches/tls-srp.patch
56 http://trustedhttp.org/wiki/TLS-SRP_in_Chrome
57
54 The ssl/bodge directory contains files taken from the NSS repo that we required 58 The ssl/bodge directory contains files taken from the NSS repo that we required
55 for building libssl outside of its usual build environment. 59 for building libssl outside of its usual build environment.
OLDNEW
« no previous file with comments | « net/test/test_server.cc ('k') | net/third_party/nss/patches/tls-srp.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698