aboutsummaryrefslogtreecommitdiff
path: root/src/jdk.crypto.cryptoki
AgeCommit message (Expand)Author
2024-04-198307185: pkcs11 native libraries make JNI calls into java code while holding ...Goetz Lindenmaier
2024-01-188302017: Allocate BadPaddingException only if it will be thrownSaint Wesonga
2024-01-188271566: DSA signature length value is not accurate in P11SignatureMartin Balao
2023-10-228286503: Enhance security classesYuri Nesterenko
2023-10-228209398: sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failed with "PKCS11E...Goetz Lindenmaier
2023-07-238294906: Memory leak in PKCS11 NSS TLS serverGoetz Lindenmaier
2023-07-238282077: PKCS11 provider C_sign() impl should handle CKR_BUFFER_TOO_SMALL errorGoetz Lindenmaier
2023-01-208295405: Add cause in a couple of IllegalArgumentException and InvalidParamet...Matthias Baesken
2023-01-208293815: P11PSSSignature.engineUpdate should not print debug messages during ...Zdenek Zambersky
2023-01-208289301: P11Cipher should not throw out of bounds exception during paddingZdenek Zambersky
2023-01-208293232: Fix race condition in pkcs11 SessionManagerZdenek Zambersky
2023-01-208290532: Adjust PKCS11Exception and handle more PKCS11 error codesMatthias Baesken
2022-10-278288985: P11TlsKeyMaterialGenerator should work with ChaCha20-Poly1305Andrew John Hughes
2022-10-278285380: Fix typos in securityGoetz Lindenmaier
2022-04-298278099: two sun/security/pkcs11/Signature tests failed with AssertionErrorGoetz Lindenmaier
2021-07-168269034: AccessControlException for SunPKCS11 daemon threadsSean Coffey
2021-06-178265500: Some impls of javax.crypto.Cipher.init() do not throw UnsupportedOpe...Valerie Peng
2021-06-038240256: Better resource cleaning for SunPKCS11 ProviderSean Coffey
2021-06-028267521: Post JEP 411 refactoring: maximum covering > 50KWeijun Wang
2021-06-028267543: Post JEP 411 refactoring: securityWeijun Wang
2021-06-028266459: Implement JEP 411: Deprecate the Security Manager for RemovalWeijun Wang
2021-05-188265462: Handle multiple slots in the NSS Internal Module from SunPKCS11's Se...Martin Balao
2021-05-146676643: Improve current C_GetAttributeValue native implementationValerie Peng
2021-04-298255410: Add ChaCha20 and Poly1305 support to SunPKCS11 providerValerie Peng
2021-04-228258915: Temporary buffer cleanupWeijun Wang
2021-04-148264681: Use the blessed modifier order in java.securityAlex Blewitt
2021-04-128261355: No data buffering in SunPKCS11 Cipher encryption when the underlying...Martin Balao
2021-03-298263404: RsaPrivateKeySpec is always recognized as RSAPrivateCrtKeySpec in RS...Ziyi Luo
2021-03-048254717: isAssignableFrom checks in KeyFactorySpi.engineGetKeySpec appear to ...Ziyi Luo
2021-01-258258833: Cancel multi-part cipher operations in SunPKCS11 after failuresMartin Balao
2021-01-188023980: JCE doesn't provide any class to handle RSA private key in PKCS#1Valerie Peng
2021-01-128259319: Illegal package access when SunPKCS11 requires SunJCE's classesMartin Balao
2020-12-238258851: Mismatch in SunPKCS11 provider registration properties and actual im...Valerie Peng
2020-12-238258186: Replace use of JNI_COMMIT mode with mode 0Valerie Peng
2020-12-058242332: Add SHA3 support to SunPKCS11 providerValerie Peng
2020-12-038026976: ECParameters, Point does not match field sizeAnthony Scarpino
2020-12-018244154: Update SunPKCS11 provider with PKCS11 v3.0 header filesValerie Peng
2020-08-048251117: Cannot check P11Key size in P11Cipher and P11AEADCipherZdenek Zambersky
2020-06-058244565: Accept PKCS #8 with version number 1Weijun Wang
2020-05-208244224: Implementation of JEP 381: Remove the Solaris and SPARC PortsMikael Vidstedt
2020-05-198242151: Improve OID mapping and reuse among JDK security providers for alias...Valerie Peng
2019-12-138226346: Build better binary buildersErik Joelsson
2020-04-018241761: Typos: empty lines in javadoc, inconsistent indents, etc. (security-...Ivan Gerasimov
2020-02-058238555: Allow Initialization of SunPKCS11 with NSS when there are external F...Martin Balao
2020-02-198239457: call ReleaseStringUTFChars before early returns in Java_sun_security...Matthias Baesken
2020-02-12MergeValerie Peng
2020-02-128238898: Missing hash characters for header on license fileValerie Peng
2020-02-128236512: PKCS11 Connection closed after Cipher.doFinal and NoPaddingValerie Peng
2020-01-108236897: Fix the copyright header for pkcs11gcm2.hValerie Peng
2019-11-218233801: GCMEmptyIv.java test fails on Solaris 11.4Sean Coffey