提交 1bc76f90 编写于 作者: M mullan

6752764: PIT B37: CertPath/CertPathValidatorTest/KeyParamsInheritanceTest failed

Summary: fix regression introduced by 6465942
Reviewed-by: vinnie
上级 360ee11c
...@@ -162,7 +162,7 @@ class BasicChecker extends PKIXCertPathChecker { ...@@ -162,7 +162,7 @@ class BasicChecker extends PKIXCertPathChecker {
throw new CertPathValidatorException throw new CertPathValidatorException
(msg + " check failed", e, null, -1, (msg + " check failed", e, null, -1,
BasicReason.INVALID_SIGNATURE); BasicReason.INVALID_SIGNATURE);
} catch (GeneralSecurityException e) { } catch (Exception e) {
throw new CertPathValidatorException(msg + " check failed", e); throw new CertPathValidatorException(msg + " check failed", e);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册