Joe Darcy
|
fbd15b2087
|
8325189 : Enable this-escape javac warning in java.base
Reviewed-by: alanb, erikj, naoto, smarks, ihse, joehw, lancea, weijun
|
2024-02-07 20:05:11 +00:00 |
|
Weijun Wang
|
9fd855ed47
|
8322971: KEM.getInstance() should check if a 3rd-party security provider is signed
Reviewed-by: mullan, valeriep
|
2024-01-11 13:45:40 +00:00 |
|
Weijun Wang
|
9123961aaa
|
8318096: Introduce AsymmetricKey interface with a getParams method
Reviewed-by: darcy, mullan, ascarpino
|
2023-10-26 22:43:06 +00:00 |
|
Bradford Wetmore
|
adca97b659
|
8286503: Enhance security classes
Reviewed-by: rhalade, mullan, skoivu, weijun
|
2023-10-17 22:45:06 +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 |
|
Mandy Chung
|
111ecdbaf5
|
8268829: Provide an optimized way to walk the stack with Class object only
8210375: StackWalker::getCallerClass throws UnsupportedOperationException
Reviewed-by: coleenp, dfuchs, bchristi
|
2023-09-07 21:37:40 +00:00 |
|
Pavel Rappo
|
19ae62ae2c
|
8311170: Simplify and modernize equals and hashCode in security area
Reviewed-by: djelinski, rriggs, valeriep
|
2023-08-09 12:34:40 +00:00 |
|
Weijun Wang
|
6b90b0519e
|
8297878: KEM: Implementation
Reviewed-by: ascarpino, mullan
|
2023-05-30 16:29:19 +00:00 |
|
Sergey Chernyshev
|
a284920b34
|
8168469: Memory leak in JceSecurity
Reviewed-by: valeriep
|
2023-05-12 19:24:45 +00:00 |
|
Mark Powers
|
9486969bd3
|
8302696: Revert API signature changes made in JDK-8285504 and JDK-8285263
Reviewed-by: mullan
|
2023-04-11 14:42:44 +00:00 |
|
Kevin Driver
|
b814cfc39d
|
8178806: Better exception logging in crypto code
Reviewed-by: valeriep
|
2023-02-09 22:31:00 +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 |
|
Joe Darcy
|
7bf0d1465e
|
8300133: Use generalized see and link tags in core libs
Reviewed-by: jjg, mchung, naoto, smarks
|
2023-01-18 18:54:03 +00:00 |
|
Jesper Wilhelmsson
|
df1caf9081
|
Merge
|
2023-01-04 16:03:09 +00:00 |
|
Mark Powers
|
3eb85d19ec
|
8299235: broken link referencing missing id
Reviewed-by: mullan
|
2023-01-03 15:41:55 +00:00 |
|
Daniel Jeliński
|
36de61c460
|
8298865: Excessive memory allocation in CipherOutputStream AEAD decryption
Reviewed-by: valeriep, ascarpino
|
2022-12-20 10:27:33 +00:00 |
|
Daniel Jeliński
|
b9074fa1ed
|
8298249: Excessive memory allocation in CipherInputStream AEAD decryption
Reviewed-by: ascarpino, valeriep
|
2022-12-15 06:54:33 +00:00 |
|
Xue-Lei Andrew Fan
|
5d4c71c8bd
|
8281236: (D)TLS key exchange named groups
Reviewed-by: mullan
|
2022-12-07 20:16:45 +00:00 |
|
Weijun Wang
|
d450314bd3
|
8297276: Remove thread text from Subject.current
Reviewed-by: xuelei, rriggs, mullan
|
2022-11-28 22:02:54 +00:00 |
|
Andrey Turbanov
|
66228f77fe
|
8297074: Use enhanced-for cycle instead of Enumeration in javax.crypto
Reviewed-by: weijun, wetmore
|
2022-11-17 20:25:53 +00:00 |
|
Weijun Wang
|
68d3ed5cee
|
8296442: EncryptedPrivateKeyInfo can be created with an uninitialized AlgorithmParameters
Reviewed-by: xuelei, kdriver, mullan
|
2022-11-16 20:30:34 +00:00 |
|
Daniel Fuchs
|
4338f527aa
|
8294241: Deprecate URL public constructors
Reviewed-by: joehw, prr, alanb, aefimov, michaelm
|
2022-11-03 17:18:14 +00:00 |
|
Mark Powers
|
8480f87044
|
8291974: PrivateCredentialPermission should not use local variable to enable debugging
Reviewed-by: mullan
|
2022-10-31 19:55:47 +00:00 |
|
Kevin Driver
|
6335150cea
|
6205692: (spec) javax.crypto.MacSpi.engineUpdate(ByteBuffer input): NPE should be specified
Reviewed-by: valeriep
|
2022-08-30 20:51:34 +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 |
|
Jayashree Huttanagoudar
|
3c2289d651
|
8215916: The failure reason of an optional JAAS LoginModule is not logged
Reviewed-by: weijun
|
2022-08-24 15:47:12 +00:00 |
|
Weijun Wang
|
74d3330e10
|
8292682: Code change of JDK-8282730 not updated to reflect CSR update
Reviewed-by: xuelei, hchao
|
2022-08-19 19:57:42 +00:00 |
|
Mark Powers
|
08274e6fea
|
8290975: Minor cleanup could be done in javax.security
Reviewed-by: wetmore, mullan
|
2022-08-08 17:30:22 +00:00 |
|
Weijun Wang
|
554f44ecb1
|
8282730: LdapLoginModule throw NPE from logout method after login failure
Reviewed-by: mullan
|
2022-08-01 22:28:30 +00:00 |
|
Bradford Wetmore
|
791fc5791a
|
6383195: javax.crypto.spec.PBEKeySpec is not thread safe
Reviewed-by: weijun
|
2022-07-28 22:04:44 +00:00 |
|
Weijun Wang
|
d991ec4f9f
|
8282676: Improve subject handling
Reviewed-by: ahgross, mullan, rhalade
|
2022-07-19 20:55:27 +00:00 |
|
Andrey Turbanov
|
87aa3ce03e
|
8289274: Cleanup unnecessary null comparison before instanceof check in security modules
Reviewed-by: mullan
|
2022-07-09 17:59:43 +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 |
|
Hai-May Chao
|
8f400b9aab
|
8286779: javax.crypto.CryptoPolicyParser#isConsistent always returns 'true'
Reviewed-by: mullan, rhalade
|
2022-06-13 15:31:58 +00:00 |
|
Anthony Scarpino
|
f17c68ce4a
|
8283577: SSLEngine.unwrap on read-only input ByteBuffer
Reviewed-by: wetmore
|
2022-05-17 21:39:11 +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 |
|
Roger Riggs
|
17c52789b7
|
8286378: Address possibly lossy conversions in java.base
Reviewed-by: naoto, xuelei, bpb, alanb
|
2022-05-12 16:50:36 +00:00 |
|
Mark Powers
|
573eaceca5
|
8285504: Minor cleanup could be done in javax.net
Reviewed-by: wetmore
|
2022-04-28 22:18:36 +00:00 |
|
Xue-Lei Andrew Fan
|
89fd6d34f8
|
8284910: Buffer clean in PasswordCallback
Reviewed-by: mullan
|
2022-04-28 02:48:20 +00:00 |
|
Valerie Peng
|
15ce8c6195
|
8284553: Deprecate the DEFAULT static field of OAEPParameterSpec
Reviewed-by: mullan
|
2022-04-20 17:23:06 +00:00 |
|
Anthony Scarpino
|
f61d121124
|
8281388: Change wrapping of EncryptedPrivateKeyInfo
Reviewed-by: jnimeh
|
2022-04-19 22:18:33 +00:00 |
|
Magnus Ihse Bursie
|
fb469fb894
|
8284893: Fix typos in java.base
Reviewed-by: iris, wetmore, lancea, mullan, naoto
|
2022-04-19 20:07:57 +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
|
8e58d4a589
|
8284415: Collapse identical catch branches in security libs
Reviewed-by: coffeys, xuelei, wetmore
|
2022-04-07 10:00:08 +00:00 |
|
Luis Pinto
|
63fec5da27
|
8283525: http://tools.ietf.org/html/* URLs return 404
Reviewed-by: coffeys
|
2022-04-01 13:26:20 +00:00 |
|
Andrey Turbanov
|
dc5a65ab37
|
8283426: Fix 'exeption' typo
Reviewed-by: xuelei, iris, dholmes, wetmore, aivanov
|
2022-03-24 19:52:16 +00:00 |
|
Xue-Lei Andrew Fan
|
4df67426ed
|
8282723: Add constructors taking a cause to JSSE exceptions
Reviewed-by: wetmore, iris
|
2022-03-20 06:46:13 +00:00 |
|
Zdenek Zambersky
|
08573cc3b2
|
8282529: Fix API Note in javadoc for javax.net.ssl.SSLSocket
Reviewed-by: wetmore, xuelei
|
2022-03-14 14:21:58 +00:00 |
|
Xue-Lei Andrew Fan
|
6d8d156c97
|
8280494: (D)TLS signature schemes
Reviewed-by: mullan
|
2022-03-09 16:11:07 +00:00 |
|
Joe Darcy
|
1faa5c8092
|
8282686: Add constructors taking a cause to SocketException
Reviewed-by: alanb, xuelei, lancea, dfuchs
|
2022-03-07 17:52:04 +00:00 |
|