OLD | NEW |
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_9_RTM |
8 | 8 |
9 Patches: | 9 Patches: |
10 | 10 |
11 * Next protocol negotiation support. | 11 * Next protocol negotiation support. |
12 patches/nextproto.patch | 12 patches/nextproto.patch |
13 http://codereview.chromium.org/415005 | 13 http://codereview.chromium.org/415005 |
14 | 14 |
15 * False start support | |
16 patches/falsestart.patch | |
17 patches/falsestart2.patch | |
18 https://bugzilla.mozilla.org/show_bug.cgi?id=525092 | |
19 | |
20 * Commenting out a couple of functions because they need NSS symbols | 15 * Commenting out a couple of functions because they need NSS symbols |
21 which may not exist in the system NSS library. | 16 which may not exist in the system NSS library. |
22 patches/versionskew.patch | 17 patches/versionskew.patch |
23 | 18 |
24 * Send empty renegotiation info extension instead of SCSV unless TLS is | 19 * Send empty renegotiation info extension instead of SCSV unless TLS is |
25 disabled. | 20 disabled. |
26 patches/renegoscsv.patch | 21 patches/renegoscsv.patch |
27 https://bugzilla.mozilla.org/show_bug.cgi?id=549042 | 22 https://bugzilla.mozilla.org/show_bug.cgi?id=549042 |
28 | 23 |
29 * Cache the peer's intermediate CA certificates in session ID, so that | 24 * Cache the peer's intermediate CA certificates in session ID, so that |
30 they're available when we resume a session. Add certificates to | 25 they're available when we resume a session. Add certificates to |
31 ss->ssl3.peerCertChain in the right order. | 26 ss->ssl3.peerCertChain in the right order. |
32 patches/cachecerts.patch | 27 patches/cachecerts.patch |
33 https://bugzilla.mozilla.org/show_bug.cgi?id=606049 | 28 https://bugzilla.mozilla.org/show_bug.cgi?id=606049 |
34 | 29 |
35 * Add the SSL_ERROR_WEAK_SERVER_KEY error code for a weak server key in | |
36 the Server Key Exchange handshake message. | |
37 patches/weakserverkey.patch | |
38 http://crbug.com/51694 | |
39 https://bugzilla.mozilla.org/show_bug.cgi?id=587234 | |
40 | |
41 * Add Snap Start support | 30 * Add Snap Start support |
42 patches/snapstart.patch | 31 patches/snapstart.patch |
43 patches/snapstart2.patch | 32 patches/snapstart2.patch |
44 http://tools.ietf.org/html/draft-agl-tls-snapstart-00 | 33 http://tools.ietf.org/html/draft-agl-tls-snapstart-00 |
45 | 34 |
46 * Add the SSL_PeerCertificateChain function | 35 * Add the SSL_PeerCertificateChain function |
47 patches/peercertchain.patch | 36 patches/peercertchain.patch |
48 | 37 |
49 * Add OCSP stapling support | 38 * Add OCSP stapling support |
50 patches/ocspstapling.patch | 39 patches/ocspstapling.patch |
51 | 40 |
52 * Add support for client auth with native crypto APIs on Mac and Windows | 41 * Add support for client auth with native crypto APIs on Mac and Windows |
53 patches/clientauth.patch | 42 patches/clientauth.patch |
54 ssl/sslplatf.c | 43 ssl/sslplatf.c |
55 | 44 |
56 * Don't send a client certificate when renegotiating if the peer does not | 45 * Don't send a client certificate when renegotiating if the peer does not |
57 request one. This only happened if the previous key exchange algorithm | 46 request one. This only happened if the previous key exchange algorithm |
58 was non-RSA. | 47 was non-RSA. |
59 patches/clientauth.patch | 48 patches/clientauth.patch |
60 https://bugzilla.mozilla.org/show_bug.cgi?id=616757 | 49 https://bugzilla.mozilla.org/show_bug.cgi?id=616757 |
61 | 50 |
62 Apply the patches to NSS by running the patches/applypatches.sh script. Read | 51 Apply the patches to NSS by running the patches/applypatches.sh script. Read |
63 the comments at the top of patches/applypatches.sh for instructions. | 52 the comments at the top of patches/applypatches.sh for instructions. |
64 | 53 |
65 The ssl/bodge directory contains files taken from the NSS repo that we required | 54 The ssl/bodge directory contains files taken from the NSS repo that we required |
66 for building libssl outside of its usual build environment. | 55 for building libssl outside of its usual build environment. |
OLD | NEW |