master
8318756: Create better internal buffer for AEADs
8293886: The abstract keyword can be removed in AESCipher
8187443: Forest Consolidation: Move files to unified layout
8308118: Avoid multiarray allocations in AESCrypt.makeSessionKey
8267319: Use larger default key sizes and algorithms based on CNSA
8268621: SunJCE provider may throw unexpected NPE for un-initialized AES KW/KWP Ciphers
8271745: Correct block size for KW,KWP mode and use fixed IV for KWP mode for SunJCE
8315974: Make fields final in 'com.sun.crypto.provider' package
8002277: Refactor two PBE classes to simplify maintenance
8275918: Remove unused local variables in java.base security code
8258915: Temporary buffer cleanup
8279800: isAssignableFrom checks in AlgorithmParametersSpi.engineGetParameterSpec appear to be backwards
8274079: Cleanup unnecessary calls to Throwable.initCause() in java.base module
8138732: Rename @HotSpotIntrinsicCandidate to @IntrinsicCandidate and move it to the jdk.internal.vm.annotation package
8242366: Fix JavaDoc warnings
8286503: Enhance security classes
8318328: DHKEM should check XDH name in case-insensitive mode
8281628: KeyAgreement : generateSecret intermittently not resetting
8295723: security/infra/wycheproof/RunWycheproof.java fails with Assertion Error
8293554: Enhanced DH Key Exchanges
8255557: Decouple GCM from CipherCore
8257734: Extraneous output in HmacSHA3_512 constructor
6227536: KeyGenerator.init() methods do not throw IllegalArgumentException for keysize == 0
8301553: Support Password-Based Cryptography in SunPKCS11
8268525: Some new memory leak after JDK-8248268 and JDK-8255557
8302225: SunJCE Provider doesn't validate key sizes when using 'constrained' transforms for AES/KW and AES/KWP
8288050: Add support of SHA-512/224 and SHA-512/256 to the PBKDF2 and PBES2 impls in SunJCE provider
8179098: Crypto AES/ECB encryption/decryption performance regression (introduced in jdk9b73)
8297379: Enable the ByteBuffer path of Poly1305 optimizations
8289274: Cleanup unnecessary null comparison before instanceof check in security modules
8317547: Enhance TLS connection support
8266459: Implement JEP 411: Deprecate the Security Manager for Removal
8297878: KEM: Implementation
8279043: Some Security Exception Messages Miss Spaces