jdk/src/java.base/share/classes/sun/security/util
2021-04-09 01:59:59 +00:00
..
math 8166597: Crypto support for the EdDSA Signature Algorithm 2020-05-18 09:42:52 -07:00
AbstractAlgorithmConstraints.java 8233228: Disable weak named curves by default in TLS, CertPath, and Signed JAR 2019-12-18 12:10:09 -08:00
AlgorithmDecomposer.java 8215281: Use String.isEmpty() when applicable in java.base 2018-12-13 15:31:05 +01:00
AnchorCertificates.java 8241003: Deprecate "denigrated" java.security.cert APIs that represent DNs as Principal or String objects 2020-08-26 13:31:10 -04:00
ArrayUtil.java 8255150: Add utility methods to check long indexes and ranges 2020-11-17 10:37:27 +00:00
AuthResources.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AuthResources_de.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02: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 8234377: new BitArray(0).toString() throws ArrayIndexOutOfBoundsException 2019-11-20 08:12:14 +08:00
ByteArrayLexOrder.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ByteArrayTagOrder.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Cache.java 8259886: Improve SSL session cache performance and scalability 2021-03-07 01:13:24 +00:00
ConsoleCallbackHandler.java 8240848: ArrayIndexOutOfBoundsException buf for TextCallbackHandler 2020-04-10 15:05:42 +08:00
ConstraintsParameters.java 8242151: Improve OID mapping and reuse among JDK security providers for aliases registration 2020-05-19 04:05:03 +00:00
CurveDB.java 8213719: Both sect163r2 and sect163k1 are default curves for field size 163 2020-11-30 22:19:53 +00:00
Debug.java 8252055: Use java.util.HexFormat in java.security 2020-12-18 16:35:11 +00:00
DerEncoder.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
DerIndefLenConverter.java 8249783: Simplify DerValue and DerInputStream 2020-10-01 18:55:35 +00:00
DerInputStream.java 8249783: Simplify DerValue and DerInputStream 2020-10-01 18:55:35 +00:00
DerOutputStream.java 8233884: Avoid looking up standard charsets in security libraries 2019-11-12 01:36:17 -08:00
DerValue.java 8264864: Multiple byte tag not supported by ASN.1 encoding 2021-04-08 21:26:05 +00:00
DisabledAlgorithmConstraints.java 8244479: Further constrain certificates 2020-10-20 14:58:38 -07:00
DomainName.java 8233884: Avoid looking up standard charsets in security libraries 2019-11-12 01:36:17 -08:00
ECKeySizeParameterSpec.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ECParameters.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ECUtil.java 8237218: Support NIST Curves verification in java implementation 2020-02-22 08:10:21 +08: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 8080462: Update SunPKCS11 provider with PKCS11 v2.40 support 2019-06-11 21:30:28 +00:00
HexDumpEncoder.java 8233884: Avoid looking up standard charsets in security libraries 2019-11-12 01:36:17 -08:00
HostnameChecker.java 8241003: Deprecate "denigrated" java.security.cert APIs that represent DNs as Principal or String objects 2020-08-26 13:31:10 -04:00
IOUtils.java 8231139: Improved keystore support 2019-10-09 17:42:38 +08:00
KeyStoreDelegator.java 8234744: KeyStore.store can write wrong type of file 2019-12-03 14:38:18 +08:00
KeyUtil.java 8260693: Provide the support for specifying a signer in keytool -genkeypair 2021-04-09 01:59:59 +00:00
KnownOIDs.java 8007632: DES/3DES keys support in PKCS12 keystore 2020-10-27 18:41:44 +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 8236098: AlgorithmConstraints:permits method not throwing IAEx when primitives are empty 2020-01-08 13:25:03 -08:00
Length.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02: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 8217375: jarsigner breaks old signature with long lines in manifest 2019-07-18 08:53:06 +08:00
ManifestEntryVerifier.java 8252055: Use java.util.HexFormat in java.security 2020-12-18 16:35:11 +00:00
MessageDigestSpi2.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
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 8249783: Simplify DerValue and DerInputStream 2020-10-01 18:55:35 +00:00
Password.java 8211122: Reduce the number of internal classes made accessible to jdk.unsupported 2018-11-06 10:01:16 -08:00
Pem.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
PendingException.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
PermissionFactory.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
PolicyUtil.java 8148371: Remove policytool 2017-09-21 16:29:18 +08:00
PropertyExpander.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07: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 8194717: JDK10 L10n resource file update - msgdrop 10 2018-01-14 22:25:53 -08: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 8228623: Update copyright year to 2019 for several java properties file 2019-07-26 11:47:50 +08: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 8228623: Update copyright year to 2019 for several java properties file 2019-07-26 11:47:50 +08: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 8224589: Improve startup behavior of SecurityProperties 2019-05-22 13:19:04 +02:00
SecurityProviderConstants.java 8260693: Provide the support for specifying a signer in keytool -genkeypair 2021-04-09 01:59:59 +00:00
SignatureFileVerifier.java 8252055: Use java.util.HexFormat in java.security 2020-12-18 16:35:11 +00:00
SignatureUtil.java 8263658: Use the blessed modifier order in java.base 2021-03-19 13:06:58 +00:00
UntrustedCertificates.java 8253866: Security Libs Terminology Refresh 2021-01-14 16:36:51 +00:00