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

Side by Side Diff: README.chromium

Issue 17408011: Advertise support of only the NIST curves P-521, P-384, and P-256 to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/openssl/
Patch Set: Remove whitespaces in README.chromium Created 7 years, 6 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/openssl.config » ('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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 to track this issue. 169 to track this issue.
170 170
171 enable-dtls1.patch: 171 enable-dtls1.patch:
172 Enable DTLSv1, which is disabled by default in the Android platform 172 Enable DTLSv1, which is disabled by default in the Android platform
173 configuration. 173 configuration.
174 174
175 x86_64_source_excludes.patch 175 x86_64_source_excludes.patch
176 Exclude the source files bn_asm.c and rc4_skey.c for x86_64 because 176 Exclude the source files bn_asm.c and rc4_skey.c for x86_64 because
177 they are replaced by x86_64-gcc.c and rc4-x86_64.S. 177 they are replaced by x86_64-gcc.c and rc4-x86_64.S.
178 178
179 z_reduce_client_hello_size.patch
180 Advertise support of only the NIST curves P-521, P-384, and P-256,
181 as well as only uncompressed points, to keep ClientHello small.
182
179 ************************************************************************** 183 **************************************************************************
180 Adding new Chromium patches: 184 Adding new Chromium patches:
181 185
182 In the event you need to add a new Chromium-specific patch, follow this 186 In the event you need to add a new Chromium-specific patch, follow this
183 procedure: 187 procedure:
184 188
185 1) Use the --temp-dir option to download everything to a known directory 189 1) Use the --temp-dir option to download everything to a known directory
186 (by default, import_from_android.sh downloads everything into a 190 (by default, import_from_android.sh downloads everything into a
187 temporary directory that is erased when the script exits, even in 191 temporary directory that is erased when the script exits, even in
188 case of error). 192 case of error).
(...skipping 12 matching lines...) Expand all
201 (cd /tmp/aaa/build && diff -burN android-openssl.orig android-openssl) > pa tches.chromium/my-new-change.patch 205 (cd /tmp/aaa/build && diff -burN android-openssl.orig android-openssl) > pa tches.chromium/my-new-change.patch
202 206
203 5) Re-run the script: 207 5) Re-run the script:
204 208
205 ./import_from_android.sh 209 ./import_from_android.sh
206 210
207 Generally speaking, consider sending your patch directly to the Android 211 Generally speaking, consider sending your patch directly to the Android
208 open-source review servers too. Once submitted there, you can update 212 open-source review servers too. Once submitted there, you can update
209 the git commit in openssl-chromium.org and remove your local patch in 213 the git commit in openssl-chromium.org and remove your local patch in
210 one new CL. 214 one new CL.
OLDNEW
« no previous file with comments | « no previous file | openssl/openssl.config » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698