jdk/src/java.base/share/classes/sun/security/util
Jaikiran Pai 1d39249231 8339834: Replace usages of -mx and -ms in some tests
Reviewed-by: aivanov, ascarpino, prr, dholmes
2024-09-12 02:02:14 +00:00
..
math 8333583: Crypto-XDH.generateSecret regression after JDK-8329538 2024-06-25 22:31:39 +00:00
AbstractAlgorithmConstraints.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
AlgorithmDecomposer.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
AnchorCertificates.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
ArrayUtil.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
AuthResources.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AuthResources_de.java 8283805: [REDO] JDK 19 L10n resource files update - msgdrop 10 2022-03-31 22:59:21 +00:00
AuthResources_es.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AuthResources_fr.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AuthResources_it.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AuthResources_ja.java 8215994: JDK 12 l10n resource file update - msg drop 10 2019-01-09 00:25:41 -08:00
AuthResources_ko.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AuthResources_pt_BR.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AuthResources_sv.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AuthResources_zh_CN.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AuthResources_zh_TW.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
BitArray.java 8325189: Enable this-escape javac warning in java.base 2024-02-07 20:05:11 +00:00
ByteArrayLexOrder.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ByteArrays.java 8311122: Fix typos in java.base 2023-07-04 19:03:09 +00:00
ByteArrayTagOrder.java 8330178: Clean up non-standard use of /** comments in java.base 2024-04-23 18:43:36 +00:00
Cache.java 8339834: Replace usages of -mx and -ms in some tests 2024-09-12 02:02:14 +00:00
ChannelBindingException.java 8279842: HTTPS Channel Binding support for Java GSS/Kerberos 2022-02-01 07:26:59 +00:00
ConsoleCallbackHandler.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
ConstraintsParameters.java 8249906: Enhance opening JARs 2021-04-20 21:45:52 +00:00
CurveDB.java 8297878: KEM: Implementation 2023-05-30 16:29:19 +00:00
Debug.java 8051959: Add thread and timestamp options to java.security.debug system property 2024-04-02 08:51:13 +00:00
DerEncoder.java 8297065: DerOutputStream operations should not throw IOExceptions 2022-11-29 12:57:46 +00:00
DerIndefLenConverter.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
DerInputStream.java 8336667: IAE in DerInputStream.toByteArray 2024-07-25 17:11:59 +00:00
DerOutputStream.java 8279254: PKCS9Attribute SigningTime always encoded in UTFTime 2023-06-23 15:31:16 +00:00
DerValue.java 8332826: Make hashCode methods in ArraysSupport friendlier 2024-05-30 09:33:30 +00:00
DisabledAlgorithmConstraints.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
DomainName.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
ECKeySizeParameterSpec.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
ECParameters.java 8322133: getParameterSpec(ECGenParameterSpec.class) on EC AlgorithmParameters does not return standard names 2024-07-23 19:35:11 +00:00
ECUtil.java 8325164: Named groups and signature schemes unavailable with SunPKCS11 in FIPS mode 2024-03-13 19:09:52 +00:00
Event.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
FilePaths.java 8244148: keytool -printcert and -printcrl should support the -trustcacerts and -keystore options 2020-06-23 16:30:38 +08:00
FilePermCompat.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
GCMParameters.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
HexDumpEncoder.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
HostnameChecker.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
InternalPrivateKey.java 8305310: Calculate PublicKey from PrivateKey 2023-04-10 00:55:16 +00:00
IOUtils.java 8330178: Clean up non-standard use of /** comments in java.base 2024-04-23 18:43:36 +00:00
JarConstraintsParameters.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
KeyStoreDelegator.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
KeyUtil.java 8325164: Named groups and signature schemes unavailable with SunPKCS11 in FIPS mode 2024-03-13 19:09:52 +00:00
KnownOIDs.java 8298127: HSS/LMS Signature Verification 2023-06-01 12:31:07 +00:00
LazyCodeSourcePermissionCollection.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
LegacyAlgorithmConstraints.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
Length.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
LocalizedMessage.java 8194251: Deadlock between UsageTracker and System.getProperty() when using a malformed security policy 2018-02-07 09:06:43 -05:00
ManifestDigester.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
ManifestEntryVerifier.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
MessageDigestSpi2.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
NamedCurve.java 8297065: DerOutputStream operations should not throw IOExceptions 2022-11-29 12:57:46 +00:00
ObjectIdentifier.java 8297065: DerOutputStream operations should not throw IOExceptions 2022-11-29 12:57:46 +00:00
Password.java 8295803: Console should be usable in jshell and other environments 2022-12-07 20:49:29 +00:00
PBEUtil.java 8301553: Support Password-Based Cryptography in SunPKCS11 2023-06-06 19:39:34 +00:00
Pem.java 8301299: Wrong class spec on sun.security.util.Pem 2023-02-01 20:59:05 +00:00
PendingException.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
PolicyUtil.java 8294241: Deprecate URL public constructors 2022-11-03 17:18:14 +00:00
PropertyExpander.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
RawKeySpec.java 8298127: HSS/LMS Signature Verification 2023-06-01 12:31:07 +00:00
RegisteredDomain.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
Resources.java 8228623: Update copyright year to 2019 for several java properties file 2019-07-26 11:47:50 +08:00
Resources_de.java 8283805: [REDO] JDK 19 L10n resource files update - msgdrop 10 2022-03-31 22:59:21 +00:00
Resources_es.java 8194717: JDK10 L10n resource file update - msgdrop 10 2018-01-14 22:25:53 -08:00
Resources_fr.java 8194717: JDK10 L10n resource file update - msgdrop 10 2018-01-14 22:25:53 -08:00
Resources_it.java 8194717: JDK10 L10n resource file update - msgdrop 10 2018-01-14 22:25:53 -08:00
Resources_ja.java 8283805: [REDO] JDK 19 L10n resource files update - msgdrop 10 2022-03-31 22:59:21 +00:00
Resources_ko.java 8194717: JDK10 L10n resource file update - msgdrop 10 2018-01-14 22:25:53 -08:00
Resources_pt_BR.java 8194717: JDK10 L10n resource file update - msgdrop 10 2018-01-14 22:25:53 -08:00
Resources_sv.java 8194717: JDK10 L10n resource file update - msgdrop 10 2018-01-14 22:25:53 -08:00
Resources_zh_CN.java 8283805: [REDO] JDK 19 L10n resource files update - msgdrop 10 2022-03-31 22:59:21 +00:00
Resources_zh_TW.java 8194717: JDK10 L10n resource file update - msgdrop 10 2018-01-14 22:25:53 -08:00
ResourcesMgr.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
SafeDHParameterSpec.java 8295723: security/infra/wycheproof/RunWycheproof.java fails with Assertion Error 2023-01-17 20:58:59 +00:00
SecurityConstants.java 8289610: Degrade Thread.stop 2022-09-23 07:55:29 +00:00
SecurityProperties.java 8266459: Implement JEP 411: Deprecate the Security Manager for Removal 2021-06-02 11:57:31 +00:00
SecurityProviderConstants.java 8295723: security/infra/wycheproof/RunWycheproof.java fails with Assertion Error 2023-01-17 20:58:59 +00:00
SignatureFileVerifier.java 8302233: HSS/LMS: keytool and jarsigner changes 2023-11-30 19:14:29 +00:00
SignatureUtil.java 8325506: Ensure randomness is only read from provided SecureRandom object 2024-02-26 21:52:40 +00:00
TlsChannelBinding.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
UntrustedCertificates.java 8270946: X509CertImpl.getFingerprint should not return the empty String 2021-07-27 13:49:03 +00:00