From ef7f5a16547089a7cdba9e48d780720f606ff54a Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Thu, 13 Nov 2014 10:14:46 -0800 Subject: JarUtils: stop trying to build chain past candidates length If the certs in the PKCS#7 bag are in a loop, it will go on forever trying to build a chain. Instead just stop trying to build the chain when our chain exceeds the length of the candidates. Bug: 17972577 Change-Id: If4f92e3eeabe893612a618bab0068a0f8cf75ea9 --- support/src/test/java/tests/resources/hyts_certLoop.jar | Bin 0 -> 14389 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 support/src/test/java/tests/resources/hyts_certLoop.jar (limited to 'support/src') diff --git a/support/src/test/java/tests/resources/hyts_certLoop.jar b/support/src/test/java/tests/resources/hyts_certLoop.jar new file mode 100644 index 0000000..cb4ebe1 Binary files /dev/null and b/support/src/test/java/tests/resources/hyts_certLoop.jar differ -- cgit v1.1