Anthony Scarpino
0c2b175898
8328608: Multiple NewSessionTicket support for TLS
...
Reviewed-by: djelinski
2024-08-28 17:24:33 +00:00
Anthony Scarpino
4ffc5e6077
8326705: Test CertMsgCheck.java fails to find alert certificate_required
...
Reviewed-by: ssahoo, rhalade
2024-06-26 13:58:22 +00:00
Sean Coffey
0eff492e41
8330278: Have SSLSocketTemplate.doClientSide use loopback address
...
Reviewed-by: ssahoo, rhalade
2024-05-08 09:30:23 +00:00
Anthony Scarpino
f62b5789ad
8311644: Server should not send bad_certificate alert when the client does not send any certificates
...
Reviewed-by: djelinski, jjiang, ssahoo
2024-02-26 16:49:01 +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
Matthew Donovan
5842fd5beb
8306015: Update sun.security.ssl TLS tests to use SSLContextTemplate or SSLEngineTemplate
...
Reviewed-by: xuelei
2023-05-09 14:25:40 +00:00
Matthew Donovan
705ad7d829
8306014: Update javax.net.ssl TLS tests to use SSLContextTemplate or SSLEngineTemplate
...
Reviewed-by: xuelei
2023-05-03 18:00:10 +00:00
Matthew Donovan
824a5e4c60
8284047: Harmonize/Standardize the SSLSocket/SSLEngine/SSLSocketSSLEngine test templates
...
Reviewed-by: rhalade
2023-03-15 17:39:11 +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
Xue-Lei Andrew Fan
268fa69318
8282511: Use fixed certificate validation date in SSLExampleCert template
...
Reviewed-by: rhalade
2022-03-03 19:20:16 +00:00
Rajan Halade
afd4bcbc1d
8282398: EndingDotHostname.java test fails because SSL cert expired
...
Reviewed-by: xuelei
2022-02-26 17:10:08 +00:00
Xue-Lei Andrew Fan
a95ee5ada2
8065422: Trailing dot in hostname causes TLS handshake to fail with SNI disabled
...
Reviewed-by: weijun
2022-02-03 06:28:19 +00:00
Jamil Nimeh
8822d41fdc
8274736: Concurrent read/close of SSLSockets causes SSLSessions to be invalidated unnecessarily
...
Reviewed-by: xuelei, wetmore
2021-11-10 01:24:33 +00:00
John Jiang
99b4bab366
8263188: JSSE should fail fast if there isn't supported signature algorithm
...
Reviewed-by: xuelei
2021-03-29 05:53:05 +00:00
Jamil Nimeh
a30fb4fc68
8255867: SignatureScheme JSSE property does not preserve ordering in handshake messages
...
Reviewed-by: xuelei
2021-02-22 22:18:11 +00:00
Xue-Lei Andrew Fan
81db63e8d7
8259517: Incorrect test path in test cases
...
Reviewed-by: weijun
2021-01-10 04:36:12 +00:00
Anthony Scarpino
0b83fc0150
8235710: Remove the legacy elliptic curves
...
Reviewed-by: xuelei, erikj
2020-09-25 02:40:36 +00:00
Xue-Lei Andrew Fan
473fa82000
8250839: Improve test template SSLEngineTemplate with SSLContextTemplate
...
Reviewed-by: ascarpino
2020-08-13 12:31:12 -07:00
Shivangi Gupta
82e3640eb1
8246330: Add TLS Tests for Legacy ECDSA curves
...
Reviewed-by: rhalade
2020-06-09 00:04:40 -07:00
Xue-Lei Andrew Fan
17a298962c
8206925: Support the certificate_authorities extension
...
Reviewed-by: mullan
2020-05-27 09:46:40 -07:00
John Jiang
98cb95b7b7
8245691: Add EdDSA certificstes to SSLSocketTemplate and CertUtils
...
Reviewed-by: xuelei
2020-05-25 11:29:56 +08:00
John Jiang
5fc5cb9f25
8243549: sun/security/ssl/CipherSuite/NamedGroupsWithCipherSuite.java failed with Unsupported signature algorithm: DSA
...
Reviewed-by: xuelei
2020-04-25 05:17:26 +08:00
Anthony Scarpino
ed18906c08
8242008: SSLSession inconsistencies
...
Reviewed-by: jnimeh, xuelei
2020-04-15 13:50:41 -07:00
John Jiang
c2f68eacaa
8231810: javax/net/ssl/templates/SSLSocketSSLEngineTemplate.java fails intermittently with "java.lang.Exception: Unexpected EOF"
...
Reviewed-by: xuelei
2019-12-11 11:29:03 +08:00
John Jiang
ec16834845
8234724: javax/net/ssl/templates/SSLSocketSSLEngineTemplate.java supports TLSv1.3
...
Reviewed-by: xuelei
2019-11-29 14:07:16 +08:00
Daniel Fuchs
f71db3074c
8230435: Replace wildcard address with loopback or local host in tests - part 22
...
Fixes tests to use the loopback address whenever possible. It also fixes some safe publishing issues, or add diagnostics in some of the tests.
Reviewed-by: michaelm
2019-09-04 18:10:07 +01:00
John Jiang
df6fbdb2af
8224650: Add tests to support X25519 and X448 in TLS
...
Reviewed-by: xuelei
2019-06-28 05:29:54 +08:00
Bradford Wetmore
118fd65d44
8171279: Support X25519 and X448 in TLS
...
Reviewed-by: xuelei, mullan
2019-06-12 18:58:00 -07:00
Xue-Lei Andrew Fan
3933c8477b
8214339: SSLSocketImpl erroneously wraps SocketException
...
Reviewed-by: ascarpino, jnimeh
2018-12-14 19:39:39 -08:00
John Jiang
1f3d71b620
8209362: sun/security/ssl/SSLSocketImpl/ReuseAddr.java failed due to "BindException: Address already in use (Bind failed)"
...
Refactor this test with SSLSocketTemplate
Reviewed-by: xuelei
2018-08-31 10:32:47 +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
Erik Joelsson
3789983e89
8187443: Forest Consolidation: Move files to unified layout
...
Reviewed-by: darcy, ihse
2017-09-12 19:03:39 +02:00