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_9_RTM | 7 The snapshot was updated to the CVS tag: NSS_3_12_9_RTM |
8 | 8 |
9 Patches: | 9 Patches: |
10 | 10 |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 * Allow SSL_HandshakeNegotiatedExtension to be called before the handshake | 76 * Allow SSL_HandshakeNegotiatedExtension to be called before the handshake |
77 is finished. | 77 is finished. |
78 https://bugzilla.mozilla.org/show_bug.cgi?id=681839 | 78 https://bugzilla.mozilla.org/show_bug.cgi?id=681839 |
79 patches/negotiatedextension.patch | 79 patches/negotiatedextension.patch |
80 | 80 |
81 * Support the encrypted client certificates extension. | 81 * Support the encrypted client certificates extension. |
82 https://bugzilla.mozilla.org/show_bug.cgi?id=691991 | 82 https://bugzilla.mozilla.org/show_bug.cgi?id=691991 |
83 patches/encryptedclientcerts.patch | 83 patches/encryptedclientcerts.patch |
84 | 84 |
85 * Add function to retrieve TLS client cert types requested by server. | 85 * Add function to retrieve TLS client cert types requested by server. |
86 TODO(mattm): post to bugzilla | 86 https://bugzilla.mozilla.org/show_bug.cgi?id=51413 |
87 patches/getrequestedclientcerttypes.patch | 87 patches/getrequestedclientcerttypes.patch |
88 | 88 |
89 Apply the patches to NSS by running the patches/applypatches.sh script. Read | 89 Apply the patches to NSS by running the patches/applypatches.sh script. Read |
90 the comments at the top of patches/applypatches.sh for instructions. | 90 the comments at the top of patches/applypatches.sh for instructions. |
91 | 91 |
92 The ssl/bodge directory contains files taken from the NSS repo that we required | 92 The ssl/bodge directory contains files taken from the NSS repo that we required |
93 for building libssl outside of its usual build environment. | 93 for building libssl outside of its usual build environment. |
OLD | NEW |