jdk/src/java.base/share/classes/com/sun/crypto/provider
2022-05-17 20:55:34 +00:00
..
AESCipher.java 8274079: Cleanup unnecessary calls to Throwable.initCause() in java.base module 2021-10-05 13:36:37 +00:00
AESConstants.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AESCrypt.java 8286378: Address possibly lossy conversions in java.base 2022-05-12 16:50:36 +00:00
AESKeyGenerator.java 8267319: Use larger default key sizes and algorithms based on CNSA 2022-03-24 22:50:26 +00:00
AESKeyWrap.java 8268621: SunJCE provider may throw unexpected NPE for un-initialized AES KW/KWP Ciphers 2021-06-14 20:34:44 +00:00
AESKeyWrapPadded.java 8271745: Correct block size for KW,KWP mode and use fixed IV for KWP mode for SunJCE 2021-09-01 22:17:49 +00:00
AESParameters.java 8248268: Support KWP in addition to KW 2021-06-02 21:31:57 +00:00
ARCFOURCipher.java 8002277: Refactor two PBE classes to simplify maintenance 2022-05-17 20:55:34 +00:00
BlockCipherParamsCore.java 8279800: isAssignableFrom checks in AlgorithmParametersSpi.engineGetParameterSpec appear to be backwards 2022-01-13 00:42:00 +00:00
BlowfishCipher.java 8258915: Temporary buffer cleanup 2021-04-22 18:11:43 +00:00
BlowfishConstants.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
BlowfishCrypt.java 8275918: Remove unused local variables in java.base security code 2022-01-22 13:56:51 +00:00
BlowfishKeyGenerator.java 8258915: Temporary buffer cleanup 2021-04-22 18:11:43 +00:00
BlowfishParameters.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ChaCha20Cipher.java 8284893: Fix typos in java.base 2022-04-19 20:07:57 +00:00
ChaCha20Poly1305Parameters.java 8279800: isAssignableFrom checks in AlgorithmParametersSpi.engineGetParameterSpec appear to be backwards 2022-01-13 00:42:00 +00:00
CipherBlockChaining.java 8138732: Rename @HotSpotIntrinsicCandidate to @IntrinsicCandidate and move it to the jdk.internal.vm.annotation package 2020-09-30 20:05:07 +00:00
CipherCore.java 8280703: CipherCore.doFinal(...) causes potentially massive byte[] allocations during decryption 2022-01-28 16:42:42 +00:00
CipherFeedback.java 8179098: Crypto AES/ECB encryption/decryption performance regression (introduced in jdk9b73) 2018-07-13 02:36:42 +00:00
CipherTextStealing.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ConstructKeys.java 8274079: Cleanup unnecessary calls to Throwable.initCause() in java.base module 2021-10-05 13:36:37 +00:00
CounterMode.java 8138732: Rename @HotSpotIntrinsicCandidate to @IntrinsicCandidate and move it to the jdk.internal.vm.annotation package 2020-09-30 20:05:07 +00:00
DESCipher.java 8258915: Temporary buffer cleanup 2021-04-22 18:11:43 +00:00
DESConstants.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
DESCrypt.java 8242366: Fix JavaDoc warnings 2020-04-15 20:42:43 +01:00
DESedeCipher.java 8002277: Refactor two PBE classes to simplify maintenance 2022-05-17 20:55:34 +00:00
DESedeCrypt.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
DESedeKey.java 8258915: Temporary buffer cleanup 2021-04-22 18:11:43 +00:00
DESedeKeyFactory.java 8258915: Temporary buffer cleanup 2021-04-22 18:11:43 +00:00
DESedeKeyGenerator.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
DESedeParameters.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
DESedeWrapCipher.java 8274079: Cleanup unnecessary calls to Throwable.initCause() in java.base module 2021-10-05 13:36:37 +00:00
DESKey.java 8258915: Temporary buffer cleanup 2021-04-22 18:11:43 +00:00
DESKeyFactory.java 8258915: Temporary buffer cleanup 2021-04-22 18:11:43 +00:00
DESKeyGenerator.java 8258915: Temporary buffer cleanup 2021-04-22 18:11:43 +00:00
DESParameters.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
DHKeyAgreement.java 8281628: KeyAgreement : generateSecret intermittently not resetting 2022-03-03 00:39:39 +00:00
DHKeyFactory.java 8258915: Temporary buffer cleanup 2021-04-22 18:11:43 +00:00
DHKeyPairGenerator.java 8284893: Fix typos in java.base 2022-04-19 20:07:57 +00:00
DHParameterGenerator.java 8181048: Refactor existing providers to refer to the same constants for default values for key length 2017-07-13 20:41:59 +00:00
DHParameters.java 8279800: isAssignableFrom checks in AlgorithmParametersSpi.engineGetParameterSpec appear to be backwards 2022-01-13 00:42:00 +00:00
DHPrivateKey.java 8274079: Cleanup unnecessary calls to Throwable.initCause() in java.base module 2021-10-05 13:36:37 +00:00
DHPublicKey.java 8242151: Improve OID mapping and reuse among JDK security providers for aliases registration 2020-05-19 04:05:03 +00:00
ElectronicCodeBook.java 8138732: Rename @HotSpotIntrinsicCandidate to @IntrinsicCandidate and move it to the jdk.internal.vm.annotation package 2020-09-30 20:05:07 +00:00
EncryptedPrivateKeyInfo.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
FeedbackCipher.java 8255557: Decouple GCM from CipherCore 2021-06-07 22:22:28 +00:00
GaloisCounterMode.java 8283022: com/sun/crypto/provider/Cipher/AEAD/GCMBufferTest.java failing with -Xcomp after 8273297 2022-04-25 22:45:00 +00:00
GCM.java 8255557: Decouple GCM from CipherCore 2021-06-07 22:22:28 +00:00
GCMParameters.java 8279800: isAssignableFrom checks in AlgorithmParametersSpi.engineGetParameterSpec appear to be backwards 2022-01-13 00:42:00 +00:00
GCTR.java 8255557: Decouple GCM from CipherCore 2021-06-07 22:22:28 +00:00
GHASH.java 8273297: AES/GCM non-AVX512+VAES CPUs suffer after 8267125 2021-09-24 19:21:32 +00:00
HmacCore.java 8257734: Extraneous output in HmacSHA3_512 constructor 2020-12-04 03:52:04 +00:00
HmacMD5.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
HmacMD5KeyGenerator.java 8258915: Temporary buffer cleanup 2021-04-22 18:11:43 +00:00
HmacPKCS12PBECore.java 8076190: Customizing the generation of a PKCS12 keystore 2018-12-13 11:16:33 +08:00
HmacSHA1.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
HmacSHA1KeyGenerator.java 8258915: Temporary buffer cleanup 2021-04-22 18:11:43 +00:00
ISO10126Padding.java 8171252: Improve exception checking 2017-02-22 00:14:32 +00:00
JceKeyStore.java 8267543: Post JEP 411 refactoring: security 2021-06-02 15:47:57 +00:00
KeyGeneratorCore.java 8258915: Temporary buffer cleanup 2021-04-22 18:11:43 +00:00
KeyProtector.java 8284415: Collapse identical catch branches in security libs 2022-04-07 10:00:08 +00:00
KeyWrapCipher.java 8284893: Fix typos in java.base 2022-04-19 20:07:57 +00:00
KWUtil.java 8268525: Some new memory leak after JDK-8248268 and JDK-8255557 2021-06-10 22:18:38 +00:00
OAEPParameters.java Merge 2022-01-20 01:18:38 +00:00
OutputFeedback.java 8179098: Crypto AES/ECB encryption/decryption performance regression (introduced in jdk9b73) 2018-07-13 02:36:42 +00:00
Padding.java 8242366: Fix JavaDoc warnings 2020-04-15 20:42:43 +01:00
PBEKey.java 8258915: Temporary buffer cleanup 2021-04-22 18:11:43 +00:00
PBEKeyFactory.java 8279800: isAssignableFrom checks in AlgorithmParametersSpi.engineGetParameterSpec appear to be backwards 2022-01-13 00:42:00 +00:00
PBEParameters.java 8279800: isAssignableFrom checks in AlgorithmParametersSpi.engineGetParameterSpec appear to be backwards 2022-01-13 00:42:00 +00:00
PBES1Core.java 8258915: Temporary buffer cleanup 2021-04-22 18:11:43 +00:00
PBES2Core.java 8002277: Refactor two PBE classes to simplify maintenance 2022-05-17 20:55:34 +00:00
PBES2Parameters.java 8279800: isAssignableFrom checks in AlgorithmParametersSpi.engineGetParameterSpec appear to be backwards 2022-01-13 00:42:00 +00:00
PBEWithMD5AndDESCipher.java 8274079: Cleanup unnecessary calls to Throwable.initCause() in java.base module 2021-10-05 13:36:37 +00:00
PBEWithMD5AndTripleDESCipher.java 8274079: Cleanup unnecessary calls to Throwable.initCause() in java.base module 2021-10-05 13:36:37 +00:00
PBKDF2Core.java 8279800: isAssignableFrom checks in AlgorithmParametersSpi.engineGetParameterSpec appear to be backwards 2022-01-13 00:42:00 +00:00
PBKDF2KeyImpl.java 8274079: Cleanup unnecessary calls to Throwable.initCause() in java.base module 2021-10-05 13:36:37 +00:00
PBMAC1Core.java 8274079: Cleanup unnecessary calls to Throwable.initCause() in java.base module 2021-10-05 13:36:37 +00:00
PCBC.java 8179098: Crypto AES/ECB encryption/decryption performance regression (introduced in jdk9b73) 2018-07-13 02:36:42 +00:00
PKCS5Padding.java 8171252: Improve exception checking 2017-02-22 00:14:32 +00:00
PKCS12PBECipherCore.java 8002277: Refactor two PBE classes to simplify maintenance 2022-05-17 20:55:34 +00:00
Poly1305.java 8286378: Address possibly lossy conversions in java.base 2022-05-12 16:50:36 +00:00
PrivateKeyInfo.java 8258915: Temporary buffer cleanup 2021-04-22 18:11:43 +00:00
RC2Cipher.java 8002277: Refactor two PBE classes to simplify maintenance 2022-05-17 20:55:34 +00:00
RC2Crypt.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
RC2Parameters.java 8279800: isAssignableFrom checks in AlgorithmParametersSpi.engineGetParameterSpec appear to be backwards 2022-01-13 00:42:00 +00:00
RSACipher.java 8274079: Cleanup unnecessary calls to Throwable.initCause() in java.base module 2021-10-05 13:36:37 +00:00
SealedObjectForKeyProtector.java 8266459: Implement JEP 411: Deprecate the Security Manager for Removal 2021-06-02 11:57:31 +00:00
SslMacCore.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
SunJCE.java 8282884: Provide OID aliases for MD2, MD5, and OAEP 2022-03-09 16:47:03 +00:00
SymmetricCipher.java 8242366: Fix JavaDoc warnings 2020-04-15 20:42:43 +01:00
TlsKeyMaterialGenerator.java 8279043: Some Security Exception Messages Miss Spaces 2021-12-21 18:24:31 +00:00
TlsMasterSecretGenerator.java 8284415: Collapse identical catch branches in security libs 2022-04-07 10:00:08 +00:00
TlsPrfGenerator.java 8258915: Temporary buffer cleanup 2021-04-22 18:11:43 +00:00
TlsRsaPremasterSecretGenerator.java 8258915: Temporary buffer cleanup 2021-04-22 18:11:43 +00:00