The test "sun/security/pkcs12/KeytoolOpensslInteropTest.java" performs interoperability checks between JDK and openssl with respect to certain keystore operations. The test requires a suitable version of openssl to be available on the machine it runs. The test at present looks only at the following absolute paths for openssl (in that order):
------------- Commit messages: - 8273646: Add openssl from path variable also in to Default System Openssl Path in OpensslArtifactFetcher Changes: https://git.openjdk.java.net/jdk/pull/5523/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=5523&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8273646 Stats: 3 lines in 1 file changed: 2 ins; 0 del; 1 mod Patch: https://git.openjdk.java.net/jdk/pull/5523.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/5523/head:pull/5523 PR: https://git.openjdk.java.net/jdk/pull/5523
