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

Side by Side Diff: openssl/openssl.config

Issue 12459028: Restore the x509_hash_name_alpgorithm_change patch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/openssl/
Patch Set: Created 7 years, 9 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 | « openssl/crypto/x509/by_dir.c ('k') | openssl/patches/x509_hash_name_algorithm_change.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 974 matching lines...) Expand 10 before | Expand all | Expand 10 after
985 apps/x509.c \ 985 apps/x509.c \
986 " 986 "
987 987
988 OPENSSL_PATCHES="\ 988 OPENSSL_PATCHES="\
989 progs.patch \ 989 progs.patch \
990 handshake_cutthrough.patch \ 990 handshake_cutthrough.patch \
991 jsse.patch \ 991 jsse.patch \
992 channelid.patch \ 992 channelid.patch \
993 eng_dyn_dirs.patch \ 993 eng_dyn_dirs.patch \
994 fix_clang_build.patch \ 994 fix_clang_build.patch \
995 x509_hash_name_algorithm_change.patch \
995 " 996 "
996 997
997 OPENSSL_PATCHES_progs_SOURCES="\ 998 OPENSSL_PATCHES_progs_SOURCES="\
998 apps/openssl.c \ 999 apps/openssl.c \
999 apps/progs.h \ 1000 apps/progs.h \
1000 apps/speed.c \ 1001 apps/speed.c \
1001 crypto/ui/ui_openssl.c \ 1002 crypto/ui/ui_openssl.c \
1002 " 1003 "
1003 1004
1004 OPENSSL_PATCHES_handshake_cutthrough_SOURCES="\ 1005 OPENSSL_PATCHES_handshake_cutthrough_SOURCES="\
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
1041 ssl/ssl_locl.h \ 1042 ssl/ssl_locl.h \
1042 ssl/t1_lib.c \ 1043 ssl/t1_lib.c \
1043 ssl/tls1.h \ 1044 ssl/tls1.h \
1044 " 1045 "
1045 1046
1046 OPENSSL_PATCHES_fix_clang_build_SOURCES="\ 1047 OPENSSL_PATCHES_fix_clang_build_SOURCES="\
1047 crypto/bio/b_sock.c \ 1048 crypto/bio/b_sock.c \
1048 crypto/x509v3/v3_utl.c \ 1049 crypto/x509v3/v3_utl.c \
1049 " 1050 "
1050 1051
1052 OPENSSL_PATCHES_x509_hash_name_algorithm_change_SOURCES="\
1053 crypto/x509/by_dir.c \
1054 "
OLDNEW
« no previous file with comments | « openssl/crypto/x509/by_dir.c ('k') | openssl/patches/x509_hash_name_algorithm_change.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698