Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(112)

Side by Side Diff: README.chromium

Issue 254723002: Add SSL_get_client_certificate_types. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/openssl
Patch Set: agl comments Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | openssl/include/openssl/ssl.h » ('j') | openssl/include/openssl/ssl.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 199 mac_osx32_assembly.patch
200 Add support for 32 bit OS X with assembly optimization. 200 Add support for 32 bit OS X with assembly optimization.
201
202 export_certificate_types.patch
203 Export the certificate_types field in CertificateRequest.
201 204
202 ************************************************************************** 205 **************************************************************************
203 Adding new Chromium patches: 206 Adding new Chromium patches:
204 207
205 In the event you need to add a new Chromium-specific patch, follow this 208 In the event you need to add a new Chromium-specific patch, follow this
206 procedure: 209 procedure:
207 210
208 1) Use the --temp-dir option to download everything to a known directory 211 1) Use the --temp-dir option to download everything to a known directory
209 (by default, import_from_android.sh downloads everything into a 212 (by default, import_from_android.sh downloads everything into a
210 temporary directory that is erased when the script exits, even in 213 temporary directory that is erased when the script exits, even in
(...skipping 13 matching lines...) Expand all
224 (cd /tmp/aaa/build && diff -burN android-openssl.orig android-openssl) > pa tches.chromium/my-new-change.patch 227 (cd /tmp/aaa/build && diff -burN android-openssl.orig android-openssl) > pa tches.chromium/my-new-change.patch
225 228
226 5) Re-run the script: 229 5) Re-run the script:
227 230
228 ./import_from_android.sh 231 ./import_from_android.sh
229 232
230 Generally speaking, consider sending your patch directly to the Android 233 Generally speaking, consider sending your patch directly to the Android
231 open-source review servers too. Once submitted there, you can update 234 open-source review servers too. Once submitted there, you can update
232 the git commit in openssl-chromium.org and remove your local patch in 235 the git commit in openssl-chromium.org and remove your local patch in
233 one new CL. 236 one new CL.
OLDNEW
« no previous file with comments | « no previous file | openssl/include/openssl/ssl.h » ('j') | openssl/include/openssl/ssl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698