Hai-May Chao
|
dadcee1b89
|
8307383: Enhance DTLS connections
Co-authored-by: Jamil Nimeh <jnimeh@openjdk.org>
Reviewed-by: rhalade, mschoene, ascarpino
|
2024-10-15 17:04:27 +05:30 |
|
Matthew Donovan
|
0b5c8870e5
|
8338380: Update TLSCommon/interop/AbstractServer to specify an interface to listen for connections
Reviewed-by: rhalade
|
2024-08-22 17:58:08 +00:00 |
|
Leo Korinth
|
d52a995f35
|
8315097: Rename createJavaProcessBuilder
Reviewed-by: lmesnik, dholmes, rriggs, stefank
|
2023-10-27 08:47:26 +00:00 |
|
Rajan Halade
|
9728e21db1
|
8317967: Enhance test/jdk/javax/net/ssl/TLSCommon/SSLEngineTestCase.java to handle default cases
Reviewed-by: mullan
|
2023-10-12 17:02:32 +00:00 |
|
Erik Joelsson
|
020255a72d
|
8267174: Many test files have the wrong Copyright header
Reviewed-by: valeriep, aivanov, iris, dholmes, ihse
|
2023-09-12 20:16:05 +00:00 |
|
Fernando Guallini
|
f4e639577e
|
8264190: Harden TLS interop tests
Reviewed-by: rhalade
|
2021-04-12 21:04:10 +00:00 |
|
Sibabrata Sahoo
|
036ae0ea3e
|
8225438: javax/net/ssl/TLSCommon/TestSessionLocalPrincipal.java failed with Read timed out
Reviewed-by: xuelei, rhalade, hchao
|
2021-03-23 06:48:01 +00:00 |
|
Fernando Guallini
|
0a50688dec
|
8241372: Several test failures due to javax.net.ssl.SSLException: Connection reset
Reviewed-by: dfuchs, rhalade
|
2021-02-16 18:54:39 +00:00 |
|
Jamil Nimeh
|
d80ae05f61
|
8166596 : TLS support for the EdDSA signature algorithm
Reviewed-by: xuelei
|
2020-12-03 06:12:07 +00:00 |
|
Sean Mullan
|
c0719605e7
|
8257083: Security infra test failures caused by JDK-8202343
Reviewed-by: xuelei
|
2020-11-30 13:31:47 +00:00 |
|
Sean Mullan
|
3a4b90f086
|
8202343: Disable TLS 1.0 and 1.1
Reviewed-by: xuelei, dfuchs, coffeys
|
2020-11-19 14:15:57 +00:00 |
|
John Jiang
|
46cf294250
|
8245005: javax/net/ssl/compatibility/BasicConnectTest.java failed with No enum constant
Reviewed-by: xuelei
|
2020-05-16 05:49:47 +08:00 |
|
John Jiang
|
2a4596cfe4
|
8243029: Rewrite javax/net/ssl/compatibility/Compatibility.java with a flexible interop test framework
Reviewed-by: xuelei
|
2020-04-24 15:28:57 +08:00 |
|
John Jiang
|
60fae77974
|
8237977: Further update javax/net/ssl/compatibility/Compatibility.java
Reviewed-by: rhalade
|
2020-03-26 07:09:36 +08:00 |
|
John Jiang
|
365de9f2bc
|
8203687: javax/net/ssl/compatibility/Compatibility.java supports TLS 1.3
Reviewed-by: xuelei
|
2019-01-18 14:25:34 +08:00 |
|
Sibabrata Sahoo
|
bf9fb45c85
|
8211787: javax/net/ssl/TLSCommon/TLSTest.java throws java.net.SocketTimeoutException: Read timed out
Java.net.SocketTimeoutException: Read timed out
Reviewed-by: xuelei
|
2018-11-14 23:12:19 -08:00 |
|
John Jiang
|
75489d717e
|
8210632: Add key exchange algorithm to javax/net/ssl/TLSCommon/CipherSuite.java
Javax/net/ssl/TLSCommon/CipherSuite.java supports key exchange algorithms
Reviewed-by: xuelei
|
2018-10-18 07:56:55 +08:00 |
|
Jamil Nimeh
|
962e755c3a
|
8140466: ChaCha20 and Poly1305 TLS Cipher Suites
Reviewed-by: xuelei, mullan
|
2018-09-17 15:25:42 -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 |
|
Sibabrata Sahoo
|
e64ad29e8a
|
8208496: New Test to verify concurrent behavior of TLS
Verify TLS behavior with multiple threads accessing concurrently.
Reviewed-by: xuelei
|
2018-08-06 00:46:40 -07:00 |
|
Sibabrata Sahoo
|
99f911cc71
|
8206355: SSLSessionImpl.getLocalPrincipal() throws NPE
Fixed SSLSessionImpl.getLocalPrincipal() implementation when client side authentication is not enabled.
Reviewed-by: xuelei
|
2018-07-04 11:49:46 -07:00 |
|
Sibabrata Sahoo
|
7c0ca4d75f
|
8205111: Develop new Test to verify different key types for supported TLS protocols
TLS test with different key types for supported.
Reviewed-by: xuelei
|
2018-06-27 02:20:55 -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 |
|
Erik Joelsson
|
3789983e89
|
8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
|
2017-09-12 19:03:39 +02:00 |
|