Ben Perez
f143380d01
8314240: test/jdk/sun/security/pkcs/pkcs7/SignerOrder.java fails to compile
...
Reviewed-by: mullan
2023-08-16 19:56:13 +00:00
Kimura Yukihiro
49b29845f7
8313854: Some tests in serviceability area fail on localized Windows platform
...
Reviewed-by: amenkov, cjplummer
2023-08-14 18:26:55 +00:00
Xue-Lei Andrew Fan
79be8d9383
8312259: StatusResponseManager unused code clean up
...
Reviewed-by: mpowers, jnimeh
2023-08-10 17:15:56 +00:00
Rajan Halade
515add88ed
8313206: PKCS11 tests silently skip execution
...
Reviewed-by: ssahoo, mullan
2023-08-08 20:21:16 +00:00
Chris Plummer
87b08b6e01
8307408: Some jdk/sun/tools/jhsdb tests don't pass test JVM args to the debuggee JVM
...
Reviewed-by: sspitsyn, lmesnik
2023-08-07 18:51:29 +00:00
Valerie Peng
c27c87786a
8302017: Allocate BadPaddingException only if it will be thrown
...
Reviewed-by: xuelei
2023-07-27 21:24:03 +00:00
Brian Burkhalter
d55d7e8d87
8136895: Writer not closed with disk full error, file resource leaked
...
Reviewed-by: djelinski, vtewari
2023-07-21 15:21:02 +00:00
Matthew Donovan
8042a50b99
8309305: sun/security/ssl/SSLSocketImpl/BlockedAsyncClose.java fails with jtreg test timeout
...
Reviewed-by: djelinski
2023-07-21 14:45:59 +00:00
Daniel Jeliński
354c6605e3
8307185: pkcs11 native libraries make JNI calls into java code while holding GC lock
...
Reviewed-by: alanb, valeriep
2023-07-20 16:39:17 +00:00
Jamil Nimeh
282a93a4cc
8300285: Enhance TLS data handling
...
Reviewed-by: ahgross, ascarpino, rhalade
2023-07-18 21:17:06 +00:00
Anthony Scarpino
e737968792
8308398: Move SunEC crypto provider into java.base
...
Reviewed-by: valeriep, alanb
2023-07-17 17:38:54 +00:00
Rajan Halade
119cc495fc
8156889: ListKeychainStore.sh fails in some virtualized environments
...
Reviewed-by: mullan
2023-07-12 18:15:20 +00:00
Rajan Halade
fd7fddb6ed
8295894: Remove SECOM certificate that is expiring in September 2023
...
Reviewed-by: xuelei, mullan
2023-07-11 23:53:40 +00:00
Liam Miller-Cushon
b285ed72ae
8311666: Disabled tests in test/jdk/sun/java2d/marlin
...
Reviewed-by: prr
2023-07-10 16:13:06 +00:00
Naoto Sato
d072c40ff1
8311183: Remove unused mapping test files
...
Reviewed-by: lancea, bpb
2023-07-05 23:27:36 +00:00
Jesse Glick
9f98136c3a
6956385: URLConnection.getLastModified() leaks file handles for jar:file and file: URLs
...
Define FileURLConnection.closeInputStream for use by JarURLInputStream.close.
JarURLConnection properly tracks any InputStream it itself opened,
and correspondingly closes the JarFile if necessary (when caches are disabled).
But if its underlying FileURLConnection was used to retrieve a header field,
that would have caused a FileInputStream to be opened
which never gets closed until it is garbage collected.
This means that an application which calls certain methods
on jar:file:/…something.jar!/… URLs will leak file handles,
even if URLConnection caches are supposed to be turned off.
This can delay release of system resources,
and on Windows can prevent the JAR file from being deleted
even after it is no longer in use (for example after URLClassLoader.close).
Reviewed-by: dfuchs, michaelm
2023-06-28 15:33:37 +00:00
Pavel Rappo
f6133edb08
8310890: Normalize identifier names
...
Reviewed-by: naoto, rriggs
2023-06-27 15:47:29 +00:00
Weijun Wang
e624484ecf
8308540: On Kerberos TGT referral, if krb5.conf is missing realm, bad exception message
...
Reviewed-by: xuelei
2023-06-26 15:55:36 +00:00
Ben Perez
7628da2008
8279254: PKCS9Attribute SigningTime always encoded in UTFTime
...
Reviewed-by: jnimeh
2023-06-23 15:31:16 +00:00
Jamil Nimeh
5ca4cdd2ca
8309740: Expand timeout windows for tests in JDK-8179502
...
Reviewed-by: xuelei, mbaesken
2023-06-23 14:52:12 +00:00
Matthew Donovan
130a9f1387
8292704: sun/security/tools/jarsigner/compatibility/Compatibility.java use wrong key size for EC
...
Reviewed-by: rhalade
2023-06-22 18:43:27 +00:00
Axel Boldt-Christmas
a0595761ef
8310187: Improve Generational ZGC jtreg testing
...
Reviewed-by: stefank, eosterlund, stuefe
2023-06-20 10:08:13 +00:00
Ben Perez
4eb4f20ae2
8308808: SunMSCAPI public keys returns internal key array
...
Reviewed-by: mullan
2023-06-16 16:46:54 +00:00
Ben Perez
bed9161c81
8308474: DSA does not reset SecureRandom when initSign is called again
...
Reviewed-by: weijun
2023-06-13 16:34:58 +00:00
Jaikiran Pai
57fc9a3e96
8309763: Move tests in test/jdk/sun/misc/URLClassPath directory to test/jdk/jdk/internal/loader
...
Reviewed-by: alanb, mchung
2023-06-13 00:54:35 +00:00
Jaikiran Pai
268ec61d4f
8308184: Launching java with large number of jars in classpath with java.protocol.handler.pkgs system property set can lead to StackOverflowError
...
Reviewed-by: mchung, alanb
2023-06-12 09:45:07 +00:00
Kevin Driver
80edd5c298
8294985: SSLEngine throws IAE during parsing of X500Principal
...
Reviewed-by: wetmore, xuelei, mullan
2023-06-09 23:31:12 +00:00
Daniel Jeliński
fadcd65018
8309527: Improve test proxy performance
...
Reviewed-by: dfuchs, jpai
2023-06-07 07:51:05 +00:00
Martin Balao
4a75fd462c
8301553: Support Password-Based Cryptography in SunPKCS11
...
Co-authored-by: Francisco Ferrari Bihurriet <fferrari@redhat.com>
Co-authored-by: Martin Balao <mbalao@openjdk.org>
Reviewed-by: valeriep
2023-06-06 19:39:34 +00:00
Serguei Spitsyn
4b1534989b
8304438: jcmd JVMTI.agent_load should obey EnableDynamicAgentLoading
...
Reviewed-by: cjplummer, alanb, amenkov
2023-06-06 00:00:11 +00:00
Mark Powers
d987176412
8307794: Test for HSS/LMS Signature Verification
...
Reviewed-by: mullan
2023-06-01 14:09:36 +00:00
Valerie Peng
7891de331a
8297885: misc sun/security/pkcs11 tests timed out
...
Reviewed-by: xuelei
2023-05-30 17:50:53 +00:00
Naoto Sato
27ba8bd4ed
8308108: Support Unicode extension for collation settings
...
Reviewed-by: iris, rriggs, jlu, alanb
2023-05-25 17:20:02 +00:00
Jamil Nimeh
2836c34b64
8179502: Enhance OCSP, CRL and Certificate Fetch Timeouts
...
Reviewed-by: mullan
2023-05-23 21:32:28 +00:00
Valerie Peng
6b27dad76e
8301154: SunPKCS11 KeyStore deleteEntry results in dangling PrivateKey entries
...
Reviewed-by: weijun, hchao
2023-05-23 21:11:38 +00:00
Weijun Wang
148df533af
8308010: X509Key and PKCS8Key allows garbage bytes at the end
...
Reviewed-by: mullan
2023-05-18 21:23:29 +00:00
Adam Sotona
5763be7267
8307326: Package jdk.internal.classfile.java.lang.constant become obsolete
...
Reviewed-by: erikj, liach
2023-05-17 12:45:19 +00:00
Matthias Baesken
5a92aae1d9
8308156: VerifyCACerts.java misses blank in error output
...
Reviewed-by: mullan, rhalade
2023-05-17 06:42:19 +00:00
Naoto Sato
f9a785e855
8307547: Support variant collations
...
Reviewed-by: srl, jlu, alanb
2023-05-16 18:00:45 +00:00
Matthew Donovan
5842fd5beb
8306015: Update sun.security.ssl TLS tests to use SSLContextTemplate or SSLEngineTemplate
...
Reviewed-by: xuelei
2023-05-09 14:25:40 +00:00
Stefan Karlsson
68f385c1ca
8307428: jstat tests doesn't tolerate dash in the O column
...
Reviewed-by: kevinw, cjplummer
2023-05-08 07:52:25 +00:00
Jiangli Zhou
03030d47eb
8307134: Add GTS root CAs
...
Co-authored-by: Andy Warner <awarner@google.com>
Co-authored-by: Rajan Halade <rhalade@openjdk.org>
Reviewed-by: mullan, rhalade
2023-05-03 21:09:22 +00:00
jeremy
63cd0a36da
4200096: OffScreenImageSource.removeConsumer NullPointerException
...
Reviewed-by: prr, serb
2023-05-03 20:48:07 +00:00
Yoshiki Sato
544bd260b6
8305505: NPE in javazic compiler
...
Reviewed-by: naoto
2023-05-02 12:42:15 +00:00
Rajan Halade
c7e1df8328
8304760: Add 2 Microsoft TLS roots
...
Reviewed-by: mullan
2023-05-01 18:03:54 +00:00
Rajan Halade
82ccfe3a21
8305975: Add TWCA Global Root CA
...
Reviewed-by: mullan
2023-04-28 16:18:02 +00:00
Naoto Sato
6983d05b73
8306927: Collator treats "v" and "w" as the same letter for Swedish language locale.
...
Reviewed-by: jlu, iris, joehw
2023-04-27 18:12:41 +00:00
Dmitry Cherepanov
de0c05da07
6995195: Static initialization deadlock in sun.java2d.loops.Blit and GraphicsPrimitiveMgr
...
Reviewed-by: serb, aivanov
2023-04-27 07:06:24 +00:00
Weijun Wang
01b8512911
8302182: Update Public Suffix List to 88467c9
...
Reviewed-by: mullan
2023-04-26 17:30:22 +00:00
Leonid Mesnik
2e340e855b
8233725: ProcessTools.startProcess() has output issues when using an OutputAnalyzer at the same time
...
Reviewed-by: cjplummer, sspitsyn
2023-04-26 14:53:33 +00:00