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
|
58dae60da0
|
8274524: SSLSocket.close() hangs if it is called during the ssl handshake
Reviewed-by: xuelei
|
2022-02-12 11:54:22 +00:00 |
|
Alexey Bakhtin
|
6f171b9f0d
|
8268965: TCP Connection Reset when connecting simple socket to SSL server
Reviewed-by: xuelei
|
2021-07-08 16:44:55 +00:00 |
|
Evan Whelan
|
408e0a9c69
|
8255148: Confusing log output: SSLSocket duplex close failed
Reviewed-by: mullan
|
2021-06-09 20:38:47 +00:00 |
|
Xue-Lei Andrew Fan
|
1a37bce5af
|
8263779: SSLEngine reports NEED_WRAP continuously without producing any further output
Reviewed-by: wetmore
|
2021-04-28 03:21:47 +00:00 |
|
Xue-Lei Andrew Fan
|
a678a38dd9
|
8263743: redundant lock in SSLSocketImpl
Reviewed-by: jnimeh
|
2021-03-25 05:16:37 +00:00 |
|
Prajwal Kumaraswamy
|
4155533258
|
8258753: StartTlsResponse.close() hangs due to synchronization issues
Reviewed-by: xuelei
|
2021-03-25 03:35:49 +00:00 |
|
Clive Verghese
|
63f8fc87cd
|
8259662: Don't wrap SocketExceptions into SSLExceptions in SSLSocketImpl
Reviewed-by: xuelei
|
2021-02-22 18:36:30 +00:00 |
|
Xue-Lei Andrew Fan
|
65bed6470c
|
8253635: Implement toString() for SSLEngineImpl
Reviewed-by: coffeys, wetmore
|
2021-01-13 01:10:29 +00:00 |
|
Volker Simonis
|
e9929e2b5a
|
8259582: Backout JDK-8237578 until all affected tests have been fixed
Reviewed-by: xuelei
|
2021-01-11 21:36:16 +00:00 |
|
Clive Verghese
|
01b2804ef7
|
8237578: JDK-8214339 (SSLSocketImpl wraps SocketException) appears to not be fully fixed
Reviewed-by: xuelei, simonis
|
2021-01-11 12:02:09 +00:00 |
|
Xue-Lei Andrew Fan
|
4d3d59912d
|
8259223: Simplify boolean expression in the SunJSSE provider
Reviewed-by: mullan
|
2021-01-05 19:32:46 +00:00 |
|
Sean Coffey
|
a4e082e985
|
8253368: TLS connection always receives close_notify exception
Reviewed-by: xuelei
|
2020-12-23 12:26:44 +00:00 |
|
Christoph Langer
|
93b6ab56ae
|
8256818: SSLSocket that is never bound or connected leaks socket resources
Reviewed-by: xuelei
|
2020-12-02 19:23:26 +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 |
|
Prasadrao Koppula
|
bb86779366
|
8246031: SSLSocket.getSession() doesn't close connection for timeout/ interrupts
Reviewed-by: xuelei, coffeys
|
2020-06-11 21:54:51 +05:30 |
|
Xue-Lei Andrew Fan
|
7514ad9ad0
|
8240871: SSLEngine handshake status immediately after the handshake can be NOT_HANDSHAKING rather than FINISHED with TLSv1.3
Reviewed-by: ascarpino
|
2020-05-29 13:48:13 -07:00 |
|
Xue-Lei Andrew Fan
|
bfcb340606
|
8236464: SO_LINGER option is ignored by SSLSocket in JDK 11
Reviewed-by: ascarpino
|
2020-04-24 13:30:47 -07:00 |
|
Henry Jen
|
0278846eaa
|
Merge
|
2020-04-14 23:11:49 +00:00 |
|
Jamil Nimeh
|
6b7a466f74
|
8242294: JSSE Client does not throw SSLException when an alert occurs during handshaking
Reviewed-by: xuelei
|
2020-04-08 00:03:56 -07:00 |
|
Alexey Bakhtin
|
14e37ba3df
|
8239798: SSLSocket closes socket both socket endpoints on a SocketTimeoutException
Reviewed-by: xuelei
|
2020-03-11 19:14:08 +03:00 |
|
Xue-Lei Andrew Fan
|
72c7b49b0a
|
8234408: Improve TLS session handling
Reviewed-by: ascarpino, jjiang, ahgross, ssahoo, mullan
|
2019-11-25 09:50:30 -08:00 |
|
Xue-Lei Andrew Fan
|
96a8b9796d
|
8235263: Revert TLS 1.3 change that wrapped IOExceptions
Reviewed-by: mullan
|
2019-12-03 17:15:02 -08:00 |
|
Anthony Scarpino
|
200254b479
|
8226338: Updates to Stateless Resumption
Reviewed-by: xuelei, jnimeh
|
2019-07-17 14:37:50 -07:00 |
|
Xue-Lei Andrew Fan
|
a4277e56c8
|
8224829: AsyncSSLSocketClose.java has timing issue
Reviewed-by: jnimeh, dfuchs
|
2019-06-14 12:19:14 -07:00 |
|
Xue-Lei Andrew Fan
|
62109f5906
|
8219991: New fix of the deadlock in sun.security.ssl.SSLSocketImpl
Reviewed-by: alanb, dfuchs
|
2019-05-06 08:54:19 -07:00 |
|
Xue-Lei Andrew Fan
|
eb59ebb177
|
8216326: SSLSocket stream close() does not close the associated socket
Reviewed-by: jnimeh
|
2019-04-16 16:59:09 -07: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
|
901e797c0c
|
8221270: Duplicated synchronized keywords in SSLSocketImpl
Reviewed-by: mullan
|
2019-03-21 13:32:08 -07:00 |
|
Xue-Lei Andrew Fan
|
4332a3dc56
|
8219990: Backout JDK-8219658
Reviewed-by: dfuchs
|
2019-03-01 09:42:04 -08:00 |
|
Xue-Lei Andrew Fan
|
8f84ae5684
|
8219658: Deadlock in sun.security.ssl.SSLSocketImpl
Reviewed-by: jnimeh
|
2019-02-28 10:04:27 -08:00 |
|
Xue-Lei Andrew Fan
|
ad47b4c4cc
|
8209333: Socket reset issue for TLS 1.3 socket close
Reviewed-by: jnimeh
|
2018-12-18 15:18:44 -08: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 |
|
Claes Redestad
|
a3df1d618e
|
8215281: Use String.isEmpty() when applicable in java.base
Reviewed-by: dfuchs, alanb
|
2018-12-13 15:31:05 +01:00 |
|
Mandy Chung
|
9ffe7e1205
|
8211122: Reduce the number of internal classes made accessible to jdk.unsupported
Reviewed-by: alanb, dfuchs, kvn
|
2018-11-06 10:01:16 -08:00 |
|
Ivan Gerasimov
|
2ae27da3bc
|
8200381: Typos in javadoc - missing verb "be" and alike
Reviewed-by: lancea, darcy, wetmore
|
2018-10-02 10:19:07 -07:00 |
|
Xue-Lei Andrew Fan
|
611c53c860
|
8207009: TLS 1.3 half-close and synchronization issues
Reviewed-by: jnimeh, mullan, wetmore
|
2018-08-14 18:16:47 -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 |
|
Rob McKenna
|
1fc8d0cfd9
|
8184328: JDK 8u131 socketRead0 hang at SSL read
Reviewed-by: xuelei, chegar, coffeys
|
2017-09-26 19:19:09 +01:00 |
|
Erik Joelsson
|
3789983e89
|
8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
|
2017-09-12 19:03:39 +02:00 |
|