aboutsummaryrefslogtreecommitdiffstats
path: root/community/openjdk8/icedtea-jdk-tls-nist-curves.patch
Commit message (Collapse)AuthorAgeFilesLines
* community/openjdk8: update to IcedTea 3.14.0 / OpenJDK 8u232tony mancill2019-11-281-47/+0
| | | | | | | Update openjdk8 pacakge to 8.232.09 / icedtea 3.14.0 - drop icedtea-jdk-tls-nist-curves.patch (applied upstream) - refresh icedtea-hotspot-musl.patch to apply against 3.14.0
* community/openjdk8: upgrade to 3.7.0 (java 8u161b12)Timo Teräs2018-03-191-2/+2
| | | | | fixes #3678 ref https://github.com/alpinelinux/aports/pull/3678
* community/openjdk8: Bug #7404 TLS negotiation error in OpenJDK 8 u131Shatil Rafiullah2017-06-161-0/+47
Fixes an OpenJDK 8 regression discovered in docker-library/openjdk#115 on Alpine Linux 3.5 (u121) and 3.6 (u131) that causes TLS negotiation errors for some clients. Root cause appears to be OpenJDK announcing support for NIST curves the underlying NSS library does doesn't. This patch limits OpenJDK's announcement to elliptic curves 23 (secp256r1), 24 (secp384r1), and 25 (secp521r1). Related issues: * https://github.com/docker-library/openjdk/issues/115 * https://bugs.alpinelinux.org/issues/7404 * https://access.redhat.com/discussions/2339811 * https://bugzilla.redhat.com/show_bug.cgi?id=1022017 * https://bugzilla.redhat.com/show_bug.cgi?id=1348525 ref #7404