| OLD | NEW |
| 1 Name: openssl | 1 Name: openssl |
| 2 URL: http://openssl.org/source/ | 2 URL: http://openssl.org/source/ |
| 3 Version: 1.0.1e | 3 Version: 1.0.1e |
| 4 License: BSDish | 4 License: BSDish |
| 5 License File: openssl/NOTICE | 5 License File: openssl/NOTICE |
| 6 License Android Compatible: yes | 6 License Android Compatible: yes |
| 7 Security Critical: yes | 7 Security Critical: yes |
| 8 | 8 |
| 9 Description: | 9 Description: |
| 10 This is OpenSSL, the standard SSL/TLS library, which is used *only* in | 10 This is OpenSSL, the standard SSL/TLS library, which is used *only* in |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 table that is being iterated over. This happens in certain rare cases | 189 table that is being iterated over. This happens in certain rare cases |
| 190 when SSL_CTX_flush_sessions() is called. See http://crbug.com/298606 | 190 when SSL_CTX_flush_sessions() is called. See http://crbug.com/298606 |
| 191 | 191 |
| 192 chacha.patch | 192 chacha.patch |
| 193 Add support for ChaCha20+Poly1305 cipher suites. | 193 Add support for ChaCha20+Poly1305 cipher suites. |
| 194 | 194 |
| 195 stricter_cutthrough.patch | 195 stricter_cutthrough.patch |
| 196 Requires NPN and a PFS cipher suite to enable cut-through (false start) on | 196 Requires NPN and a PFS cipher suite to enable cut-through (false start) on |
| 197 the client. | 197 the client. |
| 198 | 198 |
| 199 mac_osx32_assembly.patch |
| 200 Add support for 32 bit OS X with assembly optimization. |
| 201 |
| 199 ************************************************************************** | 202 ************************************************************************** |
| 200 Adding new Chromium patches: | 203 Adding new Chromium patches: |
| 201 | 204 |
| 202 In the event you need to add a new Chromium-specific patch, follow this | 205 In the event you need to add a new Chromium-specific patch, follow this |
| 203 procedure: | 206 procedure: |
| 204 | 207 |
| 205 1) Use the --temp-dir option to download everything to a known directory | 208 1) Use the --temp-dir option to download everything to a known directory |
| 206 (by default, import_from_android.sh downloads everything into a | 209 (by default, import_from_android.sh downloads everything into a |
| 207 temporary directory that is erased when the script exits, even in | 210 temporary directory that is erased when the script exits, even in |
| 208 case of error). | 211 case of error). |
| (...skipping 12 matching lines...) Expand all Loading... |
| 221 (cd /tmp/aaa/build && diff -burN android-openssl.orig android-openssl) > pa
tches.chromium/my-new-change.patch | 224 (cd /tmp/aaa/build && diff -burN android-openssl.orig android-openssl) > pa
tches.chromium/my-new-change.patch |
| 222 | 225 |
| 223 5) Re-run the script: | 226 5) Re-run the script: |
| 224 | 227 |
| 225 ./import_from_android.sh | 228 ./import_from_android.sh |
| 226 | 229 |
| 227 Generally speaking, consider sending your patch directly to the Android | 230 Generally speaking, consider sending your patch directly to the Android |
| 228 open-source review servers too. Once submitted there, you can update | 231 open-source review servers too. Once submitted there, you can update |
| 229 the git commit in openssl-chromium.org and remove your local patch in | 232 the git commit in openssl-chromium.org and remove your local patch in |
| 230 one new CL. | 233 one new CL. |
| OLD | NEW |