| Summary: | Отсутствуют шифры | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Andrey Cherepanov <cas> |
| Component: | java-11-openjdk | Assignee: | viy <viy> |
| Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
| Severity: | normal | ||
| Priority: | P5 | CC: | cas, viy |
| Version: | unstable | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
|
Description
Andrey Cherepanov
2021-07-20 11:21:12 MSK
При этом собирается со всеми шифрами: ./openjdk/build/jdk/bin/java openjdk/test/jdk/javax/net/ssl/sanity/ciphersuites/CipherSuitesInOrder.java | grep Supported | sort -u Supported cipher suites in SSLContext[45]: Supported cipher suites in SSLEngine[45]: Supported cipher suites in SSLServerSocket[45]: Supported cipher suites in SSLSocket[45]: # /usr/lib/jvm/java-11-openjdk/bin/jrunscript -e "print(java.util.Arrays.toString(javax.net.ssl.SSLServerSocketFactory.getDefault().getSupportedCipherSuites()))" |tr ',' '\n' | wc -l Warning: Nashorn engine is planned to be removed from a future JDK release 49 # rpm -qf /usr/lib/jvm/java-11-openjdk/bin/jrunscript java-11-openjdk-devel-11.0.15.0.10-alt1_1jpp11.x86_64 |