Varada M
|
3ff83ec49e
|
8358159: Empty mode/padding in cipher transformations
Reviewed-by: amitkumar, valeriep
|
2025-06-10 08:17:52 +00:00 |
|
Koushik Thirupattur
|
002679ac9f
|
8347065: Add missing @spec tags for Java Security Standard Algorithm Names
Reviewed-by: weijun
|
2025-01-25 19:06:47 +00:00 |
|
Sean Mullan
|
3bfa9521d5
|
8283795: Add TLSv1.3 and CNSA 1.0 algorithms to implementation requirements
Reviewed-by: jnimeh
|
2025-01-09 17:34:20 +00:00 |
|
Jonathan Gibbons
|
873f8a696f
|
8305406: Add @spec tags in java.base/java.* (part 2)
Co-authored-by: Daniel Jeliński <djelinski@openjdk.org>
Co-authored-by: Hannes Wallnöfer <hannesw@openjdk.org>
Reviewed-by: valeriep
|
2024-10-26 06:57:45 +00:00 |
|
Weijun Wang
|
59c2aff1ed
|
8323624: ProviderList.ServiceList does not need to be a list
Reviewed-by: mullan
|
2024-03-29 15:23:26 +00:00 |
|
Ben Perez
|
991ce84e09
|
4964430: (spec) missing IllegalStateException exception requirement for javax.crypto.Cipher.doFinal
Reviewed-by: mullan, valeriep
|
2023-10-06 03:07:23 +00:00 |
|
Valerie Peng
|
7eff578768
|
8288050: Add support of SHA-512/224 and SHA-512/256 to the PBKDF2 and PBES2 impls in SunJCE provider
Reviewed-by: weijun
|
2023-01-26 22:07:31 +00:00 |
|
Mark Powers
|
3eb85d19ec
|
8299235: broken link referencing missing id
Reviewed-by: mullan
|
2023-01-03 15:41:55 +00:00 |
|
Kevin Driver
|
550e5d7822
|
4958071: (spec) confusing exception list for javax.crypto.Cipher.init(...) for
Reviewed-by: valeriep, wetmore
|
2022-08-30 18:23:46 +00:00 |
|
Mark Powers
|
f804f2ce8e
|
8284851: Update javax.crypto files to use proper javadoc for mentioned classes
Reviewed-by: weijun, valeriep
|
2022-07-07 23:20:58 +00:00 |
|
Valerie Peng
|
0c5ab6daa9
|
8209038: Clarify the javadoc of Cipher.getParameters()
Reviewed-by: xuelei, mullan, weijun
|
2022-05-17 18:37:23 +00:00 |
|
Mark Powers
|
41fc078323
|
8284112: Minor cleanup could be done in javax.crypto
Reviewed-by: wetmore
|
2022-04-18 23:48:22 +00:00 |
|
Andrey Turbanov
|
dc5a65ab37
|
8283426: Fix 'exeption' typo
Reviewed-by: xuelei, iris, dholmes, wetmore, aivanov
|
2022-03-24 19:52:16 +00:00 |
|
Andrey Turbanov
|
debaa28e9c
|
8274679: Remove unnecessary conversion to String in security code in java.base
Reviewed-by: weijun
|
2022-01-10 15:02:57 +00:00 |
|
Daniel Jelinski
|
f31dead6c5
|
8279043: Some Security Exception Messages Miss Spaces
Reviewed-by: weijun
|
2021-12-21 18:24:31 +00:00 |
|
Bradford Wetmore
|
c8af8238b4
|
8267485: Remove the dependency on SecurityManager in JceSecurityManager.java
Reviewed-by: mchung
|
2021-07-27 17:11:13 +00:00 |
|
Valerie Peng
|
434a399bea
|
8260274: Cipher.init(int, key) does not use highest priority provider for random bytes
Reviewed-by: ascarpino, xuelei
|
2021-03-18 23:23:19 +00:00 |
|
Valerie Peng
|
03f2ab325d
|
8246383: NullPointerException in JceSecurity.getVerificationResult when using Entrust provider
Removed the static SecureRandom object in JceSecurity whose instantion caused NPE
Reviewed-by: xuelei
|
2020-08-21 03:09:42 +00:00 |
|
Weijun Wang
|
bcbe46b0b3
|
8246397: Use KnownOIDs for known OIDs
Reviewed-by: xuelei
|
2020-06-04 10:04:32 +08:00 |
|
Valerie Peng
|
d4c0619b3b
|
8233016: javax.crypto.Cipher throws NPE for the given custom CipherSpi and Provider
Changed to throw IAE instead of NPE for non-null invalid arguments
Reviewed-by: mullan
|
2019-12-05 03:55:52 +00:00 |
|
Sean Mullan
|
b171594072
|
8214483: Remove algorithms that use MD5 or DES from security requirements
Reviewed-by: xuelei
|
2019-11-13 13:43:06 -05:00 |
|
Valerie Peng
|
6b662abe74
|
8180392: SunJCE provider should throw exceptions for unsupported mode and padding combinations
Change JCA Cipher class to create obj to ensure the mode and padding combination is supported
Reviewed-by: xuelei
|
2019-07-25 02:16:49 +00:00 |
|
Claes Redestad
|
a3df1d618e
|
8215281: Use String.isEmpty() when applicable in java.base
Reviewed-by: dfuchs, alanb
|
2018-12-13 15:31:05 +01:00 |
|
Roger Riggs
|
938b844088
|
8214971: Replace use of string.equals("") with isEmpty()
Reviewed-by: jlaskey, prappo, lancea, dfuchs, redestad
|
2018-12-07 11:51:17 -05:00 |
|
Sean Coffey
|
63b433923c
|
8210838: Override javax.crypto.Cipher.toString()
Reviewed-by: mullan, weijun
|
2018-11-19 09:56:42 +00:00 |
|
Sean Mullan
|
30745fe1a8
|
8212669: Add note to Cipher javadoc about using full transformation and not relying on defaults
Reviewed-by: xuelei
|
2018-11-01 16:53:54 -04:00 |
|
Anthony Scarpino
|
4e46cc1392
|
8204196: integer cleanup
Reviewed-by: xuelei
|
2018-07-20 09:55:15 -07:00 |
|
Jamil Nimeh
|
fcb805f9a6
|
8153029: ChaCha20 Cipher Implementation
Add the ChaCha20 and ChaCha20-Poly1305 Cipher implementations
Reviewed-by: mullan
|
2018-05-31 07:05:10 -07:00 |
|
Valerie Peng
|
9e8d9fe1ee
|
8146293: Add support for RSASSA-PSS Signature algorithm
Add RSASSA-PSS key and signature support to SunRsaSign provider
Reviewed-by: wetmore
|
2018-05-21 23:40:52 +00:00 |
|
Erik Joelsson
|
3789983e89
|
8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
|
2017-09-12 19:03:39 +02:00 |
|