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

Side by Side Diff: openssl/openssl.config

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 | « README.chromium ('k') | openssl/patches/reduce_client_hello_size.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONFIGURE_ARGS="\ 1 CONFIGURE_ARGS="\
2 -DL_ENDIAN \ 2 -DL_ENDIAN \
3 linux-generic32 \ 3 linux-generic32 \
4 no-camellia \ 4 no-camellia \
5 no-capieng \ 5 no-capieng \
6 no-cast \ 6 no-cast \
7 no-cms \ 7 no-cms \
8 no-gost \ 8 no-gost \
9 no-gmp \ 9 no-gmp \
10 no-heartbeats \ 10 no-heartbeats \
(...skipping 977 matching lines...) Expand 10 before | Expand all | Expand 10 after
988 " 988 "
989 989
990 OPENSSL_PATCHES="\ 990 OPENSSL_PATCHES="\
991 progs.patch \ 991 progs.patch \
992 handshake_cutthrough.patch \ 992 handshake_cutthrough.patch \
993 jsse.patch \ 993 jsse.patch \
994 channelid.patch \ 994 channelid.patch \
995 eng_dyn_dirs.patch \ 995 eng_dyn_dirs.patch \
996 fix_clang_build.patch \ 996 fix_clang_build.patch \
997 x509_hash_name_algorithm_change.patch \ 997 x509_hash_name_algorithm_change.patch \
998 reduce_client_hello_size.patch \
998 " 999 "
999 1000
1000 OPENSSL_PATCHES_progs_SOURCES="\ 1001 OPENSSL_PATCHES_progs_SOURCES="\
1001 apps/openssl.c \ 1002 apps/openssl.c \
1002 apps/progs.h \ 1003 apps/progs.h \
1003 apps/speed.c \ 1004 apps/speed.c \
1004 crypto/ui/ui_openssl.c \ 1005 crypto/ui/ui_openssl.c \
1005 " 1006 "
1006 1007
1007 OPENSSL_PATCHES_handshake_cutthrough_SOURCES="\ 1008 OPENSSL_PATCHES_handshake_cutthrough_SOURCES="\
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
1047 " 1048 "
1048 1049
1049 OPENSSL_PATCHES_fix_clang_build_SOURCES="\ 1050 OPENSSL_PATCHES_fix_clang_build_SOURCES="\
1050 crypto/bio/b_sock.c \ 1051 crypto/bio/b_sock.c \
1051 crypto/x509v3/v3_utl.c \ 1052 crypto/x509v3/v3_utl.c \
1052 " 1053 "
1053 1054
1054 OPENSSL_PATCHES_x509_hash_name_algorithm_change_SOURCES="\ 1055 OPENSSL_PATCHES_x509_hash_name_algorithm_change_SOURCES="\
1055 crypto/x509/by_dir.c \ 1056 crypto/x509/by_dir.c \
1056 " 1057 "
1058
1059 OPENSSL_PATCHES_reduce_client_hello_size_SOURCES="\
1060 ssl/t1_lib.c \
1061 "
OLDNEW
« no previous file with comments | « README.chromium ('k') | openssl/patches/reduce_client_hello_size.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698