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

Side by Side Diff: README.chromium

Issue 231353003: Adds support for compiling OpenSSL on mac. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/openssl
Patch Set: 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 | config/mac/ia32/openssl/opensslconf.h » ('j') | no next file with comments »
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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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.
OLDNEW
« no previous file with comments | « no previous file | config/mac/ia32/openssl/opensslconf.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698