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

Issue 12459028: Restore the x509_hash_name_alpgorithm_change patch. (Closed)

Created:
7 years, 9 months ago by digit1
Modified:
7 years, 9 months ago
Reviewers:
agl, wtc, Ryan Sleevi
CC:
chromium-reviews
Visibility:
Public.

Description

Restore the x509_hash_name_alpgorithm_change patch. This is needed to ensure that the linux_redux build runs its unit tests properly on Lucid build bots. + Remove obsolete patches/ directory that wasn't removed in previous CL (everything is under openssl/patches/ now). Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=190582

Patch Set 1 #

Total comments: 5

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+115 lines, -2041 lines) Patch
M README.chromium View 1 chunk +15 lines, -0 lines 0 comments Download
M openssl/crypto/x509/by_dir.c View 1 3 chunks +8 lines, -1 line 0 comments Download
M openssl/openssl.config View 2 chunks +4 lines, -0 lines 0 comments Download
A openssl/patches/x509_hash_name_algorithm_change.patch View 1 1 chunk +33 lines, -0 lines 0 comments Download
A patches.chromium/x509_hash_name_algorithm_change.patch View 1 1 chunk +55 lines, -0 lines 0 comments Download
D patches/README View 1 chunk +0 lines, -44 lines 0 comments Download
D patches/channelid.patch View 1 chunk +0 lines, -987 lines 0 comments Download
D patches/clang.patch View 1 chunk +0 lines, -26 lines 0 comments Download
D patches/handshake_cutthrough.patch View 1 chunk +0 lines, -294 lines 0 comments Download
D patches/jsse.patch View 1 chunk +0 lines, -420 lines 0 comments Download
D patches/mips_private.patch View 1 chunk +0 lines, -64 lines 0 comments Download
D patches/progs.patch View 1 chunk +0 lines, -54 lines 0 comments Download
D patches/recursive_lock_fix.patch View 1 chunk +0 lines, -22 lines 0 comments Download
D patches/sha1_armv4_large.patch View 1 chunk +0 lines, -21 lines 0 comments Download
D patches/testssl.sh View 1 chunk +0 lines, -77 lines 0 comments Download
D patches/x509_hash_name_algorithm_change.patch View 1 chunk +0 lines, -31 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Ryan Sleevi
lgtm https://codereview.chromium.org/12459028/diff/1/openssl/crypto/x509/by_dir.c File openssl/crypto/x509/by_dir.c (right): https://codereview.chromium.org/12459028/diff/1/openssl/crypto/x509/by_dir.c#newcode328 openssl/crypto/x509/by_dir.c:328: hash_array[0]=h; Why structured like this? Why not hash_array[0]=X509_NAME_hash(name); ...
7 years, 9 months ago (2013-03-21 19:56:01 UTC) #1
digit1
https://codereview.chromium.org/12459028/diff/1/openssl/crypto/x509/by_dir.c File openssl/crypto/x509/by_dir.c (right): https://codereview.chromium.org/12459028/diff/1/openssl/crypto/x509/by_dir.c#newcode328 openssl/crypto/x509/by_dir.c:328: hash_array[0]=h; That's not my code :-) I'll try to ...
7 years, 9 months ago (2013-03-21 21:23:31 UTC) #2
wtc
Patch set 1 LGTM. https://codereview.chromium.org/12459028/diff/1/openssl/crypto/x509/by_dir.c File openssl/crypto/x509/by_dir.c (right): https://codereview.chromium.org/12459028/diff/1/openssl/crypto/x509/by_dir.c#newcode330 openssl/crypto/x509/by_dir.c:330: for (hash_index=0; hash_index < 2; ...
7 years, 9 months ago (2013-03-21 22:41:48 UTC) #3
agl
https://codereview.chromium.org/12459028/diff/1/openssl/crypto/x509/by_dir.c File openssl/crypto/x509/by_dir.c (right): https://codereview.chromium.org/12459028/diff/1/openssl/crypto/x509/by_dir.c#newcode330 openssl/crypto/x509/by_dir.c:330: for (hash_index=0; hash_index < 2; hash_index++) On 2013/03/21 22:41:49, ...
7 years, 9 months ago (2013-03-22 13:52:36 UTC) #4
digit1
7 years, 9 months ago (2013-03-26 07:58:14 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r190582 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698