Sean Mullan
30b8bbe255
8345060: Remove Security Manager dependencies from java.security.KeyStore and Identity APIs and implementations
...
Reviewed-by: hchao, alanb, weijun
2024-12-02 15:23:47 +00:00
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
Ben Perez
53516aed38
8304956: Update KeyStore.getDefaultType() specification to return pkcs12 as fallback
...
Reviewed-by: hchao, mullan
2023-09-22 17:31:57 +00:00
Glavo
b32d6411c4
8311943: Cleanup usages of toLowerCase() and toUpperCase() in java.base
...
Reviewed-by: naoto
2023-08-16 17:37:21 +00:00
Mark Powers
3eb85d19ec
8299235: broken link referencing missing id
...
Reviewed-by: mullan
2023-01-03 15:41:55 +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
Mark Powers
17695962ac
8285263: Minor cleanup could be done in java.security
...
Reviewed-by: weijun
2022-06-13 15:13:56 +00:00
Xue-Lei Andrew Fan
1904e9d280
8286423: Destroy password protection in the example code in KeyStore
...
Reviewed-by: weijun
2022-05-12 13:51:47 +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
Andrey Turbanov
8e58d4a589
8284415: Collapse identical catch branches in security libs
...
Reviewed-by: coffeys, xuelei, wetmore
2022-04-07 10:00:08 +00:00
Weijun Wang
a729a70c01
8225181: KeyStore should have a getAttributes method
...
Reviewed-by: mullan
2021-12-03 18:52:17 +00:00
Weijun Wang
7049c13cf4
8231107: Allow store password to be null when saving a PKCS12 KeyStore
...
Reviewed-by: mullan
2021-12-01 01:01:57 +00:00
Weijun Wang
40d23a0c0b
8267543: Post JEP 411 refactoring: security
...
Reviewed-by: mullan
2021-06-02 15:47:57 +00:00
Weijun Wang
6765f90250
8266459: Implement JEP 411: Deprecate the Security Manager for Removal
...
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Reviewed-by: erikj, darcy, chegar, naoto, joehw, alanb, mchung, kcr, prr, lancea
2021-06-02 11:57:31 +00:00
Patrick Concannon
86b8dc9f5b
8265426: Update java.security to use instanceof pattern variable
...
Reviewed-by: rriggs, weijun, dfuchs
2021-05-07 13:42:40 +00:00
Hai-May Chao
b0b70df4ad
8246005: KeyStoreSpi::engineStore(LoadStoreParameter) spec mismatch to its behavior
...
Reviewed-by: xuelei
2020-12-17 20:10:54 +00:00
Sergey Tsypanov
f55dd9d40e
8251548: Remove unnecessary explicit initialization of volatile variables in security-libs code
...
Reviewed-by: mullan
2020-09-18 21:26:59 +00:00
Weijun Wang
2536cbf2cf
8245679: KeyStore cannot probe PKCS12 keystore if BouncyCastle is the top security provider
...
Reviewed-by: mullan
2020-06-13 17:49:15 +08:00
Julia Boes
b15b322cf3
8230648: Replace @exception tag with @throws in java.base
...
Minor coding style update of javadoc tag in any file in java.base
Reviewed-by: prappo, lancea
2019-09-20 11:07:52 +01: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
Weijun Wang
9136c7d1d0
8076190: Customizing the generation of a PKCS12 keystore
...
Reviewed-by: mullan
2018-12-13 11:16:33 +08:00
Weijun Wang
b1c4b461f1
8214100: use of keystore probing results in unnecessary exception thrown
...
Reviewed-by: mullan
2018-11-27 08:51:20 +08:00
Weijun Wang
da18d08006
8207318: KeyStore#getInstance(File, LoadStoreParameter) does not load the keystore
...
Reviewed-by: mullan
2018-07-17 22:22:00 +08:00
Sean Mullan
d3bd8b3ecc
8194307: KeyStore#getInstance with custom LoadStoreParameter succeeds with invalid password
...
Reviewed-by: weijun, vinnie
2018-01-19 09:49:35 -05:00
Erik Joelsson
3789983e89
8187443: Forest Consolidation: Move files to unified layout
...
Reviewed-by: darcy, ihse
2017-09-12 19:03:39 +02:00