History log of /external/autotest/client/site_tests/security_OpenSSLBlacklist/security_OpenSSLBlacklist.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3ab4995f6a21463559d46d48f2b1250230f8fd11 17-Sep-2013 Alex Deymo <deymo@chromium.org> Pass the failure exception to poll_for_condition.

poll_for_condition() never returns a False value. When the boolean
function passed to poll_for_condition() keeps returning a False
value and the polling timeouts, an exception is raised instead of
returning this False value. When this happens, the exception raised
is a generic timeout.

This patch makes security_OpenSSLBlacklist test fail with the
intended specific error message when this happens.

BUG=None
TEST=Manually tested:

test_that -b link on a build with a failing curl reports "Fetch
without blacklist fails." with this patch, as opposed to
"Timed out waiting for unnamed condition".

Change-Id: Icd9340dc95b445403b7193c1fb112b434bdc07e9
Reviewed-on: https://chromium-review.googlesource.com/169658
Tested-by: Alex Deymo <deymo@chromium.org>
Reviewed-by: Jorge Lucangeli Obes <jorgelo@chromium.org>
Commit-Queue: Alex Deymo <deymo@chromium.org>
/external/autotest/client/site_tests/security_OpenSSLBlacklist/security_OpenSSLBlacklist.py
1b385e6b0e313697bd286ef4bbce1088bb73a5bc 13-Sep-2012 Elly Fong-Jones <ellyjones@chromium.org> [security_OpenSSLBlacklist] test sha1 blacklist

BUG=chromium-os:26806
TEST=sure is

Change-Id: I655054bdf1bf876a18e120ebfb467d6d61582645
Signed-off-by: Elly Fong-Jones <ellyjones@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/33213
Reviewed-by: Will Drewry <wad@chromium.org>
/external/autotest/client/site_tests/security_OpenSSLBlacklist/security_OpenSSLBlacklist.py
cd3a87cbbc80eaa9bcd1df36b6231763663190fa 06-Jun-2012 Elly Jones <ellyjones@chromium.org> [autotest] security_OpenSSLBlacklist: fix

Fix a couple of issues in this test:
1) ensure the server process is terminated even if we fail
2) make curl not try to write to /
3) don't bother serving random files out of src/, and instead use s_server's
builtin info page

TEST=Yes
BUG=chromium-os:31445

Change-Id: Ia1514e5acc525292e7a00c395e190c88f0a342af
Signed-off-by: Elly Jones <ellyjones@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/24623
Reviewed-by: Jim Hebert <jimhebert@chromium.org>
/external/autotest/client/site_tests/security_OpenSSLBlacklist/security_OpenSSLBlacklist.py
ab36c7abefeccc7c0b49bd967b77922f320acb62 17-May-2012 Elly Jones <ellyjones@chromium.org> [autotest] security_OpenSSLBlacklist: use curl

Use curl to test cert blacklisting end-to-end.

TEST=Yes
BUG=chromium-os:21100

Change-Id: I900d3c9e068ce0e3ae85d9371f68da9df200a0d3
Signed-off-by: Elly Jones <ellyjones@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/22958
Reviewed-by: Kees Cook <keescook@chromium.org>
/external/autotest/client/site_tests/security_OpenSSLBlacklist/security_OpenSSLBlacklist.py
5ffa03c0e8b8cb7d794cb21a057556b223addb67 17-May-2012 Elly Jones <ellyjones@chromium.org> [autotest] security_OpenSSLBlacklist: test serial

Test blacklist-by-serial as well as blacklist-by-hash.

TEST=Yes
BUG=chromium-os:21100

Change-Id: Ief5d41d2e55c27d3cf3cc5255e4a1ec4621a59cd
Signed-off-by: Elly Jones <ellyjones@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/22941
/external/autotest/client/site_tests/security_OpenSSLBlacklist/security_OpenSSLBlacklist.py
df05bd99b42d727f42d2752418869dd82154eb52 11-May-2012 Elly Jones <ellyjones@chromium.org> [autotest] update security_OpenSSLBlacklist

Generate new certs specifically for the test with longer expiration times, and
update the test to use the new blacklist file format instead of the old one.

TEST=Yes
BUG=chromium-os:21100

Change-Id: I297991652915f58ce98ed69e651547c41f32555f
Signed-off-by: Elly Jones <ellyjones@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/22477
Reviewed-by: Kees Cook <keescook@chromium.org>
/external/autotest/client/site_tests/security_OpenSSLBlacklist/security_OpenSSLBlacklist.py
8e7e299b0bb1d51a06688665b376736785fe90dd 07-Jun-2011 Elly Jones <ellyjones@chromium.org> security_OpenSSLBlacklist: add.

This test exercises the certificate-blacklisting functionality we added to
OpenSSL.

BUG=chromium-os:15581
TEST=Yes

Change-Id: I38c83df042f22c0bb865c80cc6097a40689d3b34
Signed-off-by: Elly Jones <ellyjones@chromium.org>
Reviewed-on: http://gerrit.chromium.org/gerrit/2230
Reviewed-by: Will Drewry <wad@chromium.org>
/external/autotest/client/site_tests/security_OpenSSLBlacklist/security_OpenSSLBlacklist.py