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_7_RTM |
8 | 8 |
9 Patches: | 9 Patches: |
10 | 10 |
(...skipping 27 matching lines...) Expand all Loading... |
38 http://crbug.com/51694 | 38 http://crbug.com/51694 |
39 https://bugzilla.mozilla.org/show_bug.cgi?id=587234 | 39 https://bugzilla.mozilla.org/show_bug.cgi?id=587234 |
40 | 40 |
41 * Add Snap Start support | 41 * Add Snap Start support |
42 patches/snapstart.patch | 42 patches/snapstart.patch |
43 http://tools.ietf.org/html/draft-agl-tls-snapstart-00 | 43 http://tools.ietf.org/html/draft-agl-tls-snapstart-00 |
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 |
| 49 request one. This only happened if the previous key exchange algorithm |
| 50 was non-RSA. |
| 51 patches/dheclientauth.patch |
| 52 https://bugzilla.mozilla.org/show_bug.cgi?id=616757 |
| 53 |
48 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 |
49 for building libssl outside of its usual build environment. | 55 for building libssl outside of its usual build environment. |
OLD | NEW |