jdk/src/java.base/share/classes/sun/security/util
Weijun Wang 8040aa0073 8286908: ECDSA signature should not return parameters
Reviewed-by: ascarpino, hchao, valeriep
2022-05-23 13:34:23 +00:00
..
math 8286378: Address possibly lossy conversions in java.base 2022-05-12 16:50:36 +00:00
AbstractAlgorithmConstraints.java 8268427: Improve AlgorithmConstraints:checkAlgorithm performance 2021-06-26 09:54:47 +00:00
AlgorithmDecomposer.java 8274333: Redundant null comparison after Pattern.split 2021-11-19 18:49:04 +00:00
AnchorCertificates.java 8270946: X509CertImpl.getFingerprint should not return the empty String 2021-07-27 13:49:03 +00:00
ArrayUtil.java 8268698: Use Objects.check{Index,FromToIndex,FromIndexSize} for java.base 2021-07-13 02:23:16 +00:00
AuthResources.java
AuthResources_de.java 8283805: [REDO] JDK 19 L10n resource files update - msgdrop 10 2022-03-31 22:59:21 +00:00
AuthResources_es.java
AuthResources_fr.java
AuthResources_it.java
AuthResources_ja.java 8215994: JDK 12 l10n resource file update - msg drop 10 2019-01-09 00:25:41 -08:00
AuthResources_ko.java
AuthResources_pt_BR.java
AuthResources_sv.java
AuthResources_zh_CN.java
AuthResources_zh_TW.java
BitArray.java 8286378: Address possibly lossy conversions in java.base 2022-05-12 16:50:36 +00:00
ByteArrayLexOrder.java
ByteArrays.java 8269618: Better session identification 2021-10-19 18:26:01 +00:00
ByteArrayTagOrder.java
Cache.java 8284893: Fix typos in java.base 2022-04-19 20:07:57 +00:00
ChannelBindingException.java 8279842: HTTPS Channel Binding support for Java GSS/Kerberos 2022-02-01 07:26:59 +00:00
ConsoleCallbackHandler.java 8240848: ArrayIndexOutOfBoundsException buf for TextCallbackHandler 2020-04-10 15:05:42 +08:00
ConstraintsParameters.java 8249906: Enhance opening JARs 2021-04-20 21:45:52 +00:00
CurveDB.java 8240997: Remove more "hack" word in security codes 2021-06-09 02:12:25 +00:00
Debug.java 8274949: Use String.contains() instead of String.indexOf() in java.base 2021-11-19 18:48:06 +00:00
DerEncoder.java
DerIndefLenConverter.java 8274221: More definite BER encodings 2022-04-19 22:18:31 +00:00
DerInputStream.java 8246797: A convenient method to read OPTIONAL element 2021-09-13 18:05:27 +00:00
DerOutputStream.java 8272805: Avoid looking up standard charsets 2021-09-02 22:56:20 +00:00
DerValue.java 8286773: cleanup @returns in sun.security classes 2022-05-14 21:52:22 +00:00
DisabledAlgorithmConstraints.java 8285696: AlgorithmConstraints:permits not throwing IllegalArgumentException when 'alg' is null 2022-04-28 06:20:34 +00:00
DomainName.java 8266459: Implement JEP 411: Deprecate the Security Manager for Removal 2021-06-02 11:57:31 +00:00
ECKeySizeParameterSpec.java
ECParameters.java 8282166: JDK-8282158 changed ECParameters' package by accident 2022-02-21 08:27:03 +00:00
ECUtil.java 8272385: Enforce ECPrivateKey d value to be in the range [1, n-1] for SunEC provider 2021-09-02 17:54:08 +00:00
Event.java 8250968: Symlinks attributes not preserved when using jarsigner on zip files 2020-09-07 19:01:07 +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 8209901: Canonical file handling 2019-04-22 13:01:57 +08:00
GCMParameters.java 8279800: isAssignableFrom checks in AlgorithmParametersSpi.engineGetParameterSpec appear to be backwards 2022-01-13 00:42:00 +00:00
HexDumpEncoder.java 8233884: Avoid looking up standard charsets in security libraries 2019-11-12 01:36:17 -08:00
HostnameChecker.java 8284415: Collapse identical catch branches in security libs 2022-04-07 10:00:08 +00:00
IOUtils.java 8231139: Improved keystore support 2019-10-09 17:42:38 +08:00
JarConstraintsParameters.java 8275887: jarsigner prints invalid digest/signature algorithm warnings if keysize is weak/disabled 2021-11-19 14:36:07 +00:00
KeyStoreDelegator.java 8225181: KeyStore should have a getAttributes method 2021-12-03 18:52:17 +00:00
KeyUtil.java 8282633: jarsigner output does not explain why an EC key is disabled if its curve has been disabled 2022-03-15 15:54:47 +00:00
KnownOIDs.java 8286422: Add OIDs for RC2 and Blowfish 2022-05-12 13:27:45 +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 8268427: Improve AlgorithmConstraints:checkAlgorithm performance 2021-06-26 09:54:47 +00:00
Length.java
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 8268506: More Manifest Digests 2021-10-19 18:26:00 +00:00
ManifestEntryVerifier.java 8278851: Correct signer logic for jars signed with multiple digestalgs 2022-01-14 15:22:31 +00:00
MessageDigestSpi2.java
NamedCurve.java 8242151: Improve OID mapping and reuse among JDK security providers for aliases registration 2020-05-19 04:05:03 +00:00
ObjectIdentifier.java 8286378: Address possibly lossy conversions in java.base 2022-05-12 16:50:36 +00:00
Password.java 8264208: Console charset API 2021-04-23 18:57:03 +00:00
Pem.java
PendingException.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
PermissionFactory.java
PolicyUtil.java 8274809: Update java.base classes to use try-with-resources 2022-01-10 16:20:58 +00:00
PropertyExpander.java 8283800: Simplify String.indexOf/lastIndexOf calls 2022-03-30 07:07:56 +00:00
RegisteredDomain.java 8201815: Use Mozilla Public Suffix List 2018-06-26 18:55:48 +08: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 8263658: Use the blessed modifier order in java.base 2021-03-19 13:06:58 +00:00
SecurityConstants.java 8217997: Better socket support 2019-03-25 17:15:27 +00:00
SecurityProperties.java 8266459: Implement JEP 411: Deprecate the Security Manager for Removal 2021-06-02 11:57:31 +00:00
SecurityProviderConstants.java 8267319: Use larger default key sizes and algorithms based on CNSA 2022-03-24 22:50:26 +00:00
SignatureFileVerifier.java 8282279: Interpret case-insensitive string locale independently 2022-02-23 15:43:06 +00:00
SignatureUtil.java 8286908: ECDSA signature should not return parameters 2022-05-23 13:34:23 +00:00
TlsChannelBinding.java 8282309: Operation before upper case conversion 2022-02-23 18:32:29 +00:00
UntrustedCertificates.java 8270946: X509CertImpl.getFingerprint should not return the empty String 2021-07-27 13:49:03 +00:00