Volkan Yazıcı
25dd51e4fc
8344222: Remove calls to SecurityManager and doPrivileged in java.net.HttpURLConnection, java.net.HttpConnectSocketImpl, and javax.net.HttpsURLConnection after JEP 486 integration
...
Reviewed-by: dfuchs, jpai
2024-11-26 09:35:31 +00:00
Sean Mullan
ddc8a9d5da
8344366: Remove Security Manager dependencies from javax.net.ssl and sun.security.ssl packages
...
Reviewed-by: coffeys, ascarpino, hchao
2024-11-25 13:10:59 +00:00
Sean Mullan
9769ee8697
8344652: Remove access control context text from SSLEngine and SSLSession APIs
...
Reviewed-by: jnimeh
2024-11-22 13:18:26 +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
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
Justin Lu
5f3e7aa833
8339735: Remove references to Applet in core-libs/security APIs
...
Reviewed-by: coffeys, naoto, iris, rriggs, lancea, mullan
2024-09-19 16:18:37 +00:00
Mark Powers
f1fa64b6b6
4966250: SSLSessionContext.setSessionTimeout() documentation could be updated
...
Reviewed-by: mullan
2024-08-01 16:37:20 +00:00
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
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
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
Xue-Lei Andrew Fan
5d4c71c8bd
8281236: (D)TLS key exchange named groups
...
Reviewed-by: mullan
2022-12-07 20:16:45 +00:00
Anthony Scarpino
f17c68ce4a
8283577: SSLEngine.unwrap on read-only input ByteBuffer
...
Reviewed-by: wetmore
2022-05-17 21:39:11 +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
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
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
Xue-Lei Andrew Fan
f2302822c0
8281298: Revise the creation of unmodifiable list
...
Reviewed-by: redestad
2022-02-07 06:30:10 +00:00
Xue-Lei Andrew Fan
42e272e181
8281289: Improve with List.copyOf
...
Reviewed-by: jnimeh, hchao
2022-02-05 07:44:57 +00:00
Xue-Lei Andrew Fan
f991891b0b
8280949: Correct the references for the Java Security Standard Algorithm Names specification
...
Reviewed-by: mullan
2022-01-31 20:25:50 +00:00
Xue-Lei Andrew Fan
0ea2b39035
8280363: Minor correction of ALPN specification in SSLParameters
...
Reviewed-by: dfuchs, mullan
2022-01-20 16:50:17 +00:00
Bradford Wetmore
38e6d5d6ed
8276677: Malformed Javadoc inline tags in JDK source in javax/net/ssl
...
Reviewed-by: jnimeh
2021-11-09 01:11:18 +00:00
Andrey Turbanov
1459180f35
8274079: Cleanup unnecessary calls to Throwable.initCause() in java.base module
...
Reviewed-by: weijun
2021-10-05 13:36:37 +00:00
Bradford Wetmore
76baace2f0
8273045: Fix misc javadoc bugs in the java.security and javax.net.ssl code
...
Reviewed-by: xuelei
2021-08-27 05:11:25 +00:00
Patrick Concannon
326b2e1344
8253119: Remove the legacy PlainSocketImpl and PlainDatagramSocketImpl implementation
...
Reviewed-by: alanb, dfuchs, chegar
2021-07-06 13:46:02 +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
Bradford Wetmore
b33b8bc88d
8267750: Incomplete fix for JDK-8267683
...
Reviewed-by: jnimeh
2021-05-26 03:17:32 +00:00
Bradford Wetmore
e751b7b1b6
8267683: rfc7301Grease8F value not displayed correctly in SSLParameters javadoc
...
Reviewed-by: coffeys
2021-05-25 19:38:00 +00:00
Jaikiran Pai
0a03fc84b3
8255674: SSLEngine class description is missing "case" in switch statement
...
Reviewed-by: xuelei
2021-05-25 07:40:48 +00:00
John Jiang
4f4d0f5366
8261969: SNIHostName should check if the encoded hostname conform to RFC 3490
...
Reviewed-by: rhalade, xuelei
2021-03-02 22:36:28 +00:00
Jonathan Gibbons
20b9ba53a5
8262875: doccheck: empty paragraphs, etc in java.base module
...
Reviewed-by: alanb, darcy, lancea
2021-03-02 20:35:51 +00:00
Roger Riggs
aa9c136d67
8251989: Hex formatting and parsing utility
...
Reviewed-by: tvaleev, chegar, naoto, darcy
2020-12-16 20:29:49 +00:00
Bradford Wetmore
fe5cccc1ec
8254631: Better support ALPN byte wire values in SunJSSE
...
Reviewed-by: xuelei, dfuchs
2020-12-02 04:14:28 +00:00
Mikael Vidstedt
1f5e21a16e
Merge
2020-07-15 21:24:39 -07:00
Mark Reinhold
55039aa1c6
8249205: Remove unnecessary trademark symbols
...
Reviewed-by: darcy, lancea, bpb, prr, jjg, cjplummer, iris, dfuchs, weijun, joehw, wetmore, bchristi
2020-07-15 14:21:54 -07:00
Joe Darcy
2f5d4c633b
8247374: Remove default constructors from javax.net.sslK
...
Reviewed-by: xuelei
2020-06-11 16:35:29 -07:00
Prasadrao Koppula
aadc7c7ca8
8237474: Default SSLEngine should create in server role
...
Reviewed-by: xuelei, coffeys
2020-04-14 14:16:58 +00:00
Ivan Gerasimov
3790e58090
8241761: Typos: empty lines in javadoc, inconsistent indents, etc. (security-libs only)
...
Reviewed-by: weijun
2020-04-01 18:38:05 -07:00
Xue-Lei Andrew Fan
d243e40f7b
8241039: Retire the deprecated SSLSession.getPeerCertificateChain() method
...
Reviewed-by: mullan, alanb, dfuchs
2020-03-20 09:15:00 -07:00
Joe Darcy
9d764ee48e
8229997: Apply java.io.Serial annotations in java.base
...
Reviewed-by: alanb, rriggs
2019-08-29 16:31:34 -07:00
Anthony Scarpino
200254b479
8226338: Updates to Stateless Resumption
...
Reviewed-by: xuelei, jnimeh
2019-07-17 14:37:50 -07:00
Sean Mullan
6ad9eba4cd
8180005: Provide specific links in KeyManagerFactory and TrustManagerFactory to the Standard Algorithm Names Specification
...
Reviewed-by: ascarpino
2019-06-24 10:11:17 -04:00
Xue-Lei Andrew Fan
8263b618ba
8221882: Use fiber-friendly java.util.concurrent.locks in JSSE
...
Reviewed-by: alanb, dfuchs
2019-04-05 11:28:23 -07:00
Xue-Lei Andrew Fan
2eb8492163
8168261: Use server cipher suites preference by default
...
Reviewed-by: mullan
2019-04-01 16:50:17 -07:00
Xue-Lei Andrew Fan
42cb9bf51a
8160247: Mark deprecated javax.security.cert APIs with forRemoval=true
...
Reviewed-by: weijun
2019-03-13 07:14:50 -07:00
Jaikiran Pai
55d96ac4c1
8217795: Typo in SSLSocket
...
Reviewed-by: xuelei
2019-01-25 07:56:42 -08:00
Roger Calnan
bef39b8c4d
8179943: Typo in javax.net.ssl.SSLSession.removeValue(String) method documentation
...
Reviewed-by: coffeys
2019-01-03 17:27:29 +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