| 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.15.1 | 3 Version: 3.15.1 |
| 4 Security Critical: Yes | 4 Security Critical: Yes |
| 5 License: MPL 2 | 5 License: MPL 2 |
| 6 License File: NOT_SHIPPED | 6 License File: NOT_SHIPPED |
| 7 | 7 |
| 8 This directory includes a copy of NSS's libssl from the hg repo at: | 8 This directory includes a copy of NSS's libssl from the hg repo at: |
| 9 https://hg.mozilla.org/projects/nss | 9 https://hg.mozilla.org/projects/nss |
| 10 | 10 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 patches/renegoscsv.patch | 24 patches/renegoscsv.patch |
| 25 https://bugzilla.mozilla.org/show_bug.cgi?id=549042 | 25 https://bugzilla.mozilla.org/show_bug.cgi?id=549042 |
| 26 | 26 |
| 27 * Cache the peer's intermediate CA certificates in session ID, so that | 27 * Cache the peer's intermediate CA certificates in session ID, so that |
| 28 they're available when we resume a session. | 28 they're available when we resume a session. |
| 29 patches/cachecerts.patch | 29 patches/cachecerts.patch |
| 30 https://bugzilla.mozilla.org/show_bug.cgi?id=731478 | 30 https://bugzilla.mozilla.org/show_bug.cgi?id=731478 |
| 31 | 31 |
| 32 * Add the SSL_PeerCertificateChain function | 32 * Add the SSL_PeerCertificateChain function |
| 33 patches/peercertchain.patch | 33 patches/peercertchain.patch |
| 34 patches/peercertchain2.patch |
| 34 https://bugzilla.mozilla.org/show_bug.cgi?id=731485 | 35 https://bugzilla.mozilla.org/show_bug.cgi?id=731485 |
| 35 | 36 |
| 36 * Add support for client auth with native crypto APIs on Mac and Windows | 37 * Add support for client auth with native crypto APIs on Mac and Windows |
| 37 patches/clientauth.patch | 38 patches/clientauth.patch |
| 38 ssl/sslplatf.c | 39 ssl/sslplatf.c |
| 39 | 40 |
| 40 * Add a function to export whether the last handshake on a socket resumed a | 41 * Add a function to export whether the last handshake on a socket resumed a |
| 41 previous session. | 42 previous session. |
| 42 patches/didhandshakeresume.patch | 43 patches/didhandshakeresume.patch |
| 43 https://bugzilla.mozilla.org/show_bug.cgi?id=731798 | 44 https://bugzilla.mozilla.org/show_bug.cgi?id=731798 |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 | 123 |
| 123 * Don't advertise TLS 1.2-only cipher suites in a TLS 1.1 ClientHello. | 124 * Don't advertise TLS 1.2-only cipher suites in a TLS 1.1 ClientHello. |
| 124 https://bugzilla.mozilla.org/show_bug.cgi?id=919677 | 125 https://bugzilla.mozilla.org/show_bug.cgi?id=919677 |
| 125 patches/ciphersuiteversion.patch | 126 patches/ciphersuiteversion.patch |
| 126 | 127 |
| 127 Apply the patches to NSS by running the patches/applypatches.sh script. Read | 128 Apply the patches to NSS by running the patches/applypatches.sh script. Read |
| 128 the comments at the top of patches/applypatches.sh for instructions. | 129 the comments at the top of patches/applypatches.sh for instructions. |
| 129 | 130 |
| 130 The ssl/bodge directory contains files taken from the NSS repo that we required | 131 The ssl/bodge directory contains files taken from the NSS repo that we required |
| 131 for building libssl outside of its usual build environment. | 132 for building libssl outside of its usual build environment. |
| OLD | NEW |