| 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 Version: 3.13.4 pre-release snapshot 20120319 | 3 Version: 3.13.4 pre-release snapshot 20120319 |
| 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_SSL_3_13_4_20120319_TAG | 9 The snapshot was updated to the CVS tag: NSS_SSL_3_13_4_20120319_TAG |
| 10 | 10 |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 patches/negotiatedextension.patch | 54 patches/negotiatedextension.patch |
| 55 | 55 |
| 56 * Support the encrypted client certificates extension. | 56 * Support the encrypted client certificates extension. |
| 57 https://bugzilla.mozilla.org/show_bug.cgi?id=691991 | 57 https://bugzilla.mozilla.org/show_bug.cgi?id=691991 |
| 58 patches/encryptedclientcerts.patch | 58 patches/encryptedclientcerts.patch |
| 59 | 59 |
| 60 * Add function to retrieve TLS client cert types requested by server. | 60 * Add function to retrieve TLS client cert types requested by server. |
| 61 https://bugzilla.mozilla.org/show_bug.cgi?id=51413 | 61 https://bugzilla.mozilla.org/show_bug.cgi?id=51413 |
| 62 patches/getrequestedclientcerttypes.patch | 62 patches/getrequestedclientcerttypes.patch |
| 63 | 63 |
| 64 * Add DTLS support. |
| 65 https://bugzilla.mozilla.org/show_bug.cgi?id=681065 |
| 66 patches/dtls.patch |
| 67 |
| 64 Apply the patches to NSS by running the patches/applypatches.sh script. Read | 68 Apply the patches to NSS by running the patches/applypatches.sh script. Read |
| 65 the comments at the top of patches/applypatches.sh for instructions. | 69 the comments at the top of patches/applypatches.sh for instructions. |
| 66 | 70 |
| 67 The ssl/bodge directory contains files taken from the NSS repo that we required | 71 The ssl/bodge directory contains files taken from the NSS repo that we required |
| 68 for building libssl outside of its usual build environment. | 72 for building libssl outside of its usual build environment. |
| OLD | NEW |