1649 Commits

Author SHA1 Message Date
Artur Barashev
c6aaf91d2b 8385076: Follow-on fix for Improve certification checking
Reviewed-by: ahgross, rhalade, jnibedita, pkumaraswamy, weijun, mullan
2026-07-17 13:20:30 -07:00
Weijun Wang
24def160f9 8381049: Enhance Jar handling
Reviewed-by: hchao, rhalade, mdonovan, abarashev, mullan, mpowers
2026-07-17 13:20:30 -07:00
Jamil Nimeh
7e17c402e4 8381796: Enhance Certificate parsing
Reviewed-by: ascarpino, abarashev, rhalade, mdonovan
2026-07-17 13:20:30 -07:00
Anthony Scarpino
48d32601cd 8381519: Enhance Der Value Handling
Reviewed-by: mschoene, jnimeh, valeriep
2026-07-17 13:20:30 -07:00
Artur Barashev
404a4dd177 8380672: Improve certification checking
Reviewed-by: ahgross, jnibedita, pkumaraswamy, rhalade, weijun, mullan
2026-07-17 13:20:30 -07:00
Weijun Wang
0203dcff4b 8377833: Enhance Jar file processing
Reviewed-by: ahgross, rhalade, hchao, mullan
2026-07-17 13:20:29 -07:00
Daniel Fuchs
a8834d6dd0 8378687: Improve delegation of HttpURLConnection
Reviewed-by: rhalade, jpai, michaelm, skoivu
2026-07-17 13:20:29 -07:00
Bradford Wetmore
b84cef8064 8368041: Enhance TLS certificate handling
Reviewed-by: jnimeh, abarashev, hchao, djelinski, ksreenath, ahgross, rhalade
2026-07-17 13:20:29 -07:00
Artur Barashev
2a83c50977 8373275: Improve DTLS handshaking
Reviewed-by: rhalade, pkumaraswamy, ahgross, jnibedita, jnimeh, mullan
2026-07-17 13:20:29 -07:00
Mark Powers
24a1532719 8359758: O(n²) time complexity in sun.security.util.LocalizedMessage.getNonlocalized
Reviewed-by: djelinski, weijun, abarashev
2026-07-16 23:48:46 +00:00
Ashutosh Mehra
bc03baed72 8387745: [aot] Several tests fail because a SoftReferenceKey cannot be archived
Reviewed-by: iklam, kvn
2026-07-16 00:48:42 +00:00
Justin Lu
96737cf510 8387261: Locale.LanguageRange weight validation issues
Reviewed-by: naoto
2026-07-15 16:18:00 +00:00
Hai-May Chao
0381286ade 8376748: Emit runtime warnings for JCE algorithms that will be disabled
Reviewed-by: mullan
2026-07-14 20:46:53 +00:00
Justin Lu
d343e6c854 8387455: Restrict legacy Locale compatibility handling to exact matches
Reviewed-by: naoto
2026-07-13 16:23:47 +00:00
April Ivy
d3e5304c0f 8382841: Revert annotation parsing changes from libgraal
Reviewed-by: liach, darcy
2026-07-10 21:48:11 +00:00
Naoto Sato
a230a6099e 8387795: Remove hard coded set of locales in LocaleData
Reviewed-by: jlu
2026-07-09 16:28:56 +00:00
Andreas Chmielewski
3f52251c9d 8387124: Incomplete algorithm decomposition for TLS 1.3 cipher suites in SSLAlgorithmDecomposer
Reviewed-by: abarashev, mullan
2026-07-01 20:32:46 +00:00
Volodymyr Paprotski
58f118dd1c 8386911: Crypto benchmark regressions after JDK-8384353
Reviewed-by: weijun, semery
2026-06-29 19:11:12 +00:00
Justin Lu
892c881258 8387253: Locale incorrectly accepts extlangs after non 2*3ALPHA lang
Reviewed-by: naoto
2026-06-25 18:08:00 +00:00
Justin Lu
193de1b1c7 8387185: Locale does not respect numeric singletons
Reviewed-by: naoto
2026-06-24 18:14:22 +00:00
Hannes Wallnöfer
9c3a662c07 8386865: Fix links in JDK 27 JavaDoc API documentation
Reviewed-by: iris, naoto, jlu
2026-06-22 19:53:11 +00:00
Justin Lu
12d7e61866 8385927: JDK 27 RDP1 L10n resource files update
Reviewed-by: naoto
2026-06-22 16:54:20 +00:00
Weijun Wang
33a49d1119 8386681: Remove RawKeySpec
Reviewed-by: ascarpino
2026-06-18 16:07:48 +00:00
Hai-May Chao
95be3f9520 8386600: Fix comparison checks in DHasKEM
Reviewed-by: mullan
2026-06-12 17:08:13 +00:00
Sean Mullan
e1ec755882 8301626: Capture Named Group information in TLSHandshakeEvent
Reviewed-by: abarashev, coffeys, egahlin
2026-06-12 17:05:37 +00:00
Anthony Scarpino
dc4bb5acbe 8383608: Make BinaryEncodable non-exhaustive
Reviewed-by: mullan
2026-06-10 17:35:43 +00:00
Artur Barashev
543c21dde6 8386203: Use CRC32C checksum instead of Adler32 for stateless session ticket
Reviewed-by: mullan, ascarpino
2026-06-09 17:35:26 +00:00
Shawn Emery
0dd26b312e 8371305: X25519 should utilize x86 intrinsics
Reviewed-by: vpaprotski, ascarpino
2026-06-05 16:20:42 +00:00
Anthony Scarpino
e70e691307 8377506: Implement JEP 538: PEM Encodings of Cryptographic Objects (Third Preview)
Reviewed-by: weijun, mullan
2026-06-03 17:06:31 +00:00
Anthony Scarpino
43d80fd192 8329548: Change KeyUpdate messages from TLS 1.3
Reviewed-by: jnimeh
2026-06-02 21:42:24 +00:00
Volodymyr Paprotski
114e3c6106 8384353: SHA3 AVX2 and AVX512 intrinsics and improvements
Reviewed-by: sviswanathan, ascarpino, semery
2026-05-28 23:18:20 +00:00
Kirill Shirokov
2d97d4e7f8 8373426: Remove ffdhe6144 and ffdhe8192 from default list of TLS named groups
Reviewed-by: mullan, jnimeh
2026-05-27 18:45:04 +00:00
Manuel Hässig
2acf0dc98a 8382582: Remove the experimental JVMCI feature
Co-authored-by: Tobias Hartmann <thartmann@openjdk.org>
Co-authored-by: Mikael Vidstedt <mikael@openjdk.org>
Reviewed-by: kvn, thartmann, liach, stefank, coleenp, erikj, vlivanov, cjplummer, alanb
2026-05-26 16:34:02 +00:00
Christopher Schnick
f59ee5acfc 8248122: java launcher should launch normally if JavaFX modules not found
Reviewed-by: kcr, prr, aivanov
2026-05-13 17:42:54 +00:00
Justin Lu
a2ea276e83 8381644: Locale matching APIs should describe null element behavior
Reviewed-by: naoto
2026-05-12 16:23:06 +00:00
Ferenc Rakoczi
bcbde75d4e 8372044: Implementation Review Based on ML-KEM Security Considerations
Reviewed-by: weijun
2026-05-12 13:07:36 +00:00
Alan Bateman
4edfc387f1 8377070: Update jimage format to support classes compiled with preview feature enabled
Co-authored-by: David Beaumont <dbeaumont@openjdk.org>
Reviewed-by: jpai, coleenp, sgehwolf
2026-05-12 10:09:28 +00:00
Mark Powers
d204824268 8383813: pkcs12 keystore fails to load because of incorrect DER length-encoding
Reviewed-by: weijun, myankelevich
2026-05-11 13:31:09 +00:00
Naoto Sato
2bef1d34f0 8383525: DateTimeFormatterBuilder.getLocalizedDateTimePattern() concurrency issue
Reviewed-by: jlu
2026-05-05 15:44:23 +00:00
Naoto Sato
4507ab8ae9 8379973: Provide means to customize localized patterns in DateTimeFormatter/Builder
Reviewed-by: jlu
2026-05-01 16:56:58 +00:00
Artur Barashev
44313a4537 8345277: TLSv1.2 - unable to sign a secp256r1 key with ecdsa_secp384r1_sha384
Co-authored-by: Steffen Heil <contact@secforge.de>
Reviewed-by: jnimeh, djelinski
2026-04-29 14:36:29 +00:00
Jaikiran Pai
0566c79eb2 8373481: Remove the deprecated -noclassgc, -noverify, -Xverify:none and -verifyremote options from the java launcher
Reviewed-by: lancea, dholmes, alanb
2026-04-28 11:06:35 +00:00
Justin Lu
38a8e3cc96 8381436: Remove Obsolete Translation Resources
Reviewed-by: prr, hchao, naoto, iris
2026-04-27 20:12:00 +00:00
Anthony Scarpino
64779a2541 8377975: Fails to parse PEM text with trailing whitespace on the first line
Reviewed-by: myankelevich, weijun
2026-04-27 18:44:18 +00:00
Volkan Yazici
7fcf2bb3ef 8180483: sun.net.www.protocol.http.HttpClient::available may consume one character
Reviewed-by: dfuchs
2026-04-24 10:12:04 +00:00
Chen Liang
cb8860a750 8379337: Deprecate Modifier.toString
Reviewed-by: alanb
2026-04-23 14:40:18 +00:00
Artur Barashev
135451eed0 8381771: Add a check for DNS label not to end with a hyphen
Reviewed-by: weijun, myankelevich
2026-04-22 17:29:00 +00:00
Artur Barashev
0fa512eb26 8371830: Enhance certificate chain validation
Reviewed-by: jnibedita, rhalade, pkumaraswamy, ahgross, weijun, mullan
2026-04-22 12:14:03 +05:30
Anthony Scarpino
3f242123e0 8348014: Enhance certificate processing
Reviewed-by: jnimeh, mschoene, rhalade, jnibedita, valeriep, weijun
2026-04-22 12:14:02 +05:30
Artur Barashev
0a8dbed7ef 8370656: Re-examine use of InterruptedIOException in sun.security.ssl code
Reviewed-by: weijun, alanb
2026-04-17 17:02:59 +00:00