Sean Coffey
|
852141b9d4
|
8372004: Have SSLLogger implement System.Logger
Reviewed-by: dfuchs, weijun
|
2025-11-20 07:32:06 +00:00 |
|
Daniel Fuchs
|
e8db14f584
|
8349910: Implement JEP 517: HTTP/3 for the HTTP Client API
Co-authored-by: Aleksei Efimov <aefimov@openjdk.org>
Co-authored-by: Bradford Wetmore <wetmore@openjdk.org>
Co-authored-by: Daniel Jeliński <djelinski@openjdk.org>
Co-authored-by: Darragh Clarke <dclarke@openjdk.org>
Co-authored-by: Jaikiran Pai <jpai@openjdk.org>
Co-authored-by: Michael McMahon <michaelm@openjdk.org>
Co-authored-by: Volkan Yazici <vyazici@openjdk.org>
Co-authored-by: Conor Cleary <conor.cleary@oracle.com>
Co-authored-by: Patrick Concannon <patrick.concannon@oracle.com>
Co-authored-by: Rahul Yadav <rahul.r.yadav@oracle.com>
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Reviewed-by: djelinski, jpai, aefimov, abarashev, michaelm
|
2025-09-22 10:12:12 +00:00 |
|
Bradford Wetmore
|
2926435d22
|
8341346: Add support for exporting TLS Keying Material
Reviewed-by: hchao, jnimeh, weijun
|
2025-05-30 23:06:36 +00:00 |
|
Valerie Peng
|
4c0a0ab6bc
|
8353578: Refactor existing usage of internal HKDF impl to use the KDF API
Co-authored-by: Kevin Driver <kdriver@openjdk.org>
Reviewed-by: djelinski, wetmore, mullan, kdriver, weijun
|
2025-05-13 22:43:31 +00:00 |
|
Artur Barashev
|
abb23828f9
|
8350807: Certificates using MD5 algorithm that are disabled by default are incorrectly allowed in TLSv1.3 when re-enabled
Reviewed-by: mullan
|
2025-04-17 13:45:47 +00:00 |
|
Artur Barashev
|
9c06dcb439
|
8349583: Add mechanism to disable signature schemes based on their TLS scope
Reviewed-by: mullan, ascarpino
|
2025-03-31 16:45:40 +00:00 |
|
Prasadrao Koppula
|
d44aaa37f9
|
8326643: JDK server does not send a dummy change_cipher_spec record after HelloRetryRequest message
Reviewed-by: djelinski, coffeys, jjiang, ascarpino
|
2024-03-22 07:02:37 +00:00 |
|
Mark Powers
|
4cec141a90
|
8291509: Minor cleanup could be done in sun.security
Reviewed-by: weijun
|
2022-09-15 19:59:53 +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 |
|
Alexey Bakhtin
|
1603ca2342
|
8241248: NullPointerException in sun.security.ssl.HKDF.extract(HKDF.java:93)
Reviewed-by: jnimeh, xuelei
|
2021-05-10 09:45:35 +00:00 |
|
Roger Riggs
|
68f2acbf4c
|
8252055: Use java.util.HexFormat in java.security
Reviewed-by: xuelei
|
2020-12-18 16:35:11 +00:00 |
|
Xue-Lei Andrew Fan
|
72446bb0dc
|
8242141: New System Properties to configure the TLS signature schemes
Reviewed-by: ascarpino, jnimeh, mullan
|
2020-04-22 10:51:16 -07:00 |
|
Xue-Lei Andrew Fan
|
36af90acc0
|
8215712: Parsing extension failure may alert decode_error
Reviewed-by: jnimeh
|
2020-03-22 09:30:16 -07:00 |
|
Anthony Scarpino
|
7ed4930a8e
|
8236098: AlgorithmConstraints:permits method not throwing IAEx when primitives are empty
Reviewed-by: xuelei
|
2020-01-08 13:25:03 -08:00 |
|
Anthony Scarpino
|
200254b479
|
8226338: Updates to Stateless Resumption
Reviewed-by: xuelei, jnimeh
|
2019-07-17 14:37:50 -07:00 |
|
Anthony Scarpino
|
94e1d7530f
|
8211018: Session Resumption without Server-Side State
Reviewed-by: xuelei, jnimeh, jjiang
|
2019-06-11 16:31:37 -07:00 |
|
Xue-Lei Andrew Fan
|
28adfb6d0d
|
8218889: Improperly use of the Optional API
Reviewed-by: jnimeh, wetmore
|
2019-03-22 13:47:37 -07:00 |
|
Xue-Lei Andrew Fan
|
84105b36fd
|
8215443: The use of TransportContext.fatal() leads to bad coding style
Reviewed-by: ascarpino
|
2018-12-18 12:08:51 -08:00 |
|
Xue-Lei Andrew Fan
|
e44207a9f6
|
8213782: NullPointerException in sun.security.ssl.OutputRecord.changeWriteCiphers
Reviewed-by: ascarpino
|
2018-12-14 17:51:02 -08:00 |
|
Bradford Wetmore
|
5b511a4a78
|
8207317: SSLEngine negotiation fail exception behavior changed from fail-fast to fail-lazy
Reviewed-by: xuelei
|
2018-08-21 11:30:48 -07:00 |
|
Xue-Lei Andrew Fan
|
87c6761704
|
8196584: TLS 1.3 Implementation
Co-authored-by: Adam Petcher <adam.petcher@oracle.com>
Co-authored-by: Amanda Jiang <amanda.jiang@oracle.com>
Co-authored-by: Anthony Scarpino <anthony.scarpino@oracle.com>
Co-authored-by: Bradford Wetmore <bradford.wetmore@oracle.com>
Co-authored-by: Jamil Nimeh <jamil.j.nimeh@oracle.com>
Co-authored-by: John Jiang <sha.jiang@oracle.com>
Co-authored-by: Rajan Halade <rajan.halade@oracle.com>
Co-authored-by: Sibabrata Sahoo <sibabrata.sahoo@oracle.com>
Co-authored-by: Valerie Peng <valerie.peng@oracle.com>
Co-authored-by: Weijun Wang <weijun.wang@oracle.com>
Reviewed-by: ascarpino, coffeys, dfuchs, jjiang, jnimeh, mullan, rhalade, ssahoo, valeriep, weijun, wetmore, xuelei
|
2018-06-25 13:41:39 -07:00 |
|