jdk-24/test/jdk/sun/security/pkcs11/Cipher
Sean Mullan db85090553 8338411: Implement JEP 486: Permanently Disable the Security Manager
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Co-authored-by: Aleksei Efimov <aefimov@openjdk.org>
Co-authored-by: Brian Burkhalter <bpb@openjdk.org>
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Co-authored-by: Harshitha Onkar <honkar@openjdk.org>
Co-authored-by: Joe Wang <joehw@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Justin Lu <jlu@openjdk.org>
Co-authored-by: Kevin Walls <kevinw@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Naoto Sato <naoto@openjdk.org>
Co-authored-by: Roger Riggs <rriggs@openjdk.org>
Co-authored-by: Brent Christian <bchristi@openjdk.org>
Co-authored-by: Stuart Marks <smarks@openjdk.org>
Co-authored-by: Ian Graves <igraves@openjdk.org>
Co-authored-by: Phil Race <prr@openjdk.org>
Co-authored-by: Erik Gahlin <egahlin@openjdk.org>
Co-authored-by: Jaikiran Pai <jpai@openjdk.org>
Reviewed-by: kevinw, aivanov, rriggs, lancea, coffeys, dfuchs, ihse, erikj, cjplummer, coleenp, naoto, mchung, prr, weijun, joehw, azvegint, psadhukhan, bchristi, sundar, attila
2024-11-12 17:16:15 +00:00
..
KeyWrap 8341927: Replace hardcoded security providers with new test.provider.name system property 2024-10-30 18:51:02 +00:00
CancelMultipart.java 8258833: Cancel multi-part cipher operations in SunPKCS11 after failures 2021-01-25 18:01:59 +00:00
EncryptionPadding.java 8341927: Replace hardcoded security providers with new test.provider.name system property 2024-10-30 18:51:02 +00:00
PBECipher.java 8341927: Replace hardcoded security providers with new test.provider.name system property 2024-10-30 18:51:02 +00:00
ReinitCipher.java 8338411: Implement JEP 486: Permanently Disable the Security Manager 2024-11-12 17:16:15 +00:00
Test4512704.java 8080462: Update SunPKCS11 provider with PKCS11 v2.40 support 2019-06-11 21:30:28 +00:00
TestChaChaPoly.java 8255410: Add ChaCha20 and Poly1305 support to SunPKCS11 provider 2021-04-29 21:02:41 +00:00
TestChaChaPolyKAT.java 8255410: Add ChaCha20 and Poly1305 support to SunPKCS11 provider 2021-04-29 21:02:41 +00:00
TestChaChaPolyNoReuse.java 8255410: Add ChaCha20 and Poly1305 support to SunPKCS11 provider 2021-04-29 21:02:41 +00:00
TestChaChaPolyOutputSize.java 8255410: Add ChaCha20 and Poly1305 support to SunPKCS11 provider 2021-04-29 21:02:41 +00:00
TestCICOWithGCM.java 8080462: Update SunPKCS11 provider with PKCS11 v2.40 support 2019-06-11 21:30:28 +00:00
TestCICOWithGCMAndAAD.java 8080462: Update SunPKCS11 provider with PKCS11 v2.40 support 2019-06-11 21:30:28 +00:00
TestCipherMode.java 8265500: Some impls of javax.crypto.Cipher.init() do not throw UnsupportedOperationExc for unsupported modes 2021-06-17 23:27:54 +00:00
TestCipherTextStealingMultipart.java 8330842: Support AES CBC with Ciphertext Stealing (CTS) in SunPKCS11 2024-06-27 15:07:00 +00:00
TestGCMKeyAndIvCheck.java 8307185: pkcs11 native libraries make JNI calls into java code while holding GC lock 2023-07-20 16:39:17 +00:00
TestKATForGCM.java 8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports 2020-05-20 17:33:37 -07:00
TestPaddingOOB.java 8289301: P11Cipher should not throw out of bounds exception during padding 2022-07-07 18:18:04 +00:00
TestPKCS5PaddingError.java 8338411: Implement JEP 486: Permanently Disable the Security Manager 2024-11-12 17:16:15 +00:00
TestRawRSACipher.java 8338411: Implement JEP 486: Permanently Disable the Security Manager 2024-11-12 17:16:15 +00:00
TestRSACipher.java 8338411: Implement JEP 486: Permanently Disable the Security Manager 2024-11-12 17:16:15 +00:00
TestRSACipherWrap.java 8338411: Implement JEP 486: Permanently Disable the Security Manager 2024-11-12 17:16:15 +00:00
TestSymmCiphers.java 8338411: Implement JEP 486: Permanently Disable the Security Manager 2024-11-12 17:16:15 +00:00
TestSymmCiphersNoPad.java 8338411: Implement JEP 486: Permanently Disable the Security Manager 2024-11-12 17:16:15 +00:00