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
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
Fernando Guallini
1447967f53
8339261: Logs truncated in test javax/net/ssl/DTLS/DTLSRehandshakeTest.java
...
Reviewed-by: rhalade, hchao
2024-09-26 16:47:49 +00:00
Anthony Scarpino
0c2b175898
8328608: Multiple NewSessionTicket support for TLS
...
Reviewed-by: djelinski
2024-08-28 17:24:33 +00:00
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
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
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
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
Darragh Clarke
9538f5d317
8319651: Several network tests ignore vm flags when start java process
...
Reviewed-by: dfuchs, jpai
2024-02-20 16:00:09 +00:00
Magnus Ihse Bursie
c266800a3a
8325558: Add jcheck whitespace checking for properties files
...
Reviewed-by: naoto, dfuchs, joehw
2024-02-13 10:00:13 +00:00
Kevin Driver
1696603ccd
8308453: Convert JKS test keystores in test/jdk/javax/net/ssl/etc to PKCS12
...
Reviewed-by: weijun
2023-11-06 15:07:03 +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
Jaikiran Pai
0259da9283
8301686: TLS 1.3 handshake fails if server_name doesn't match resuming session
...
Reviewed-by: djelinski, wetmore
2023-09-29 05:00:02 +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
Anthony Scarpino
e737968792
8308398: Move SunEC crypto provider into java.base
...
Reviewed-by: valeriep, alanb
2023-07-17 17:38:54 +00:00
Matthew Donovan
af7f95e24a
8310070: Test: javax/net/ssl/DTLS/DTLSWontNegotiateV10.java timed out
...
Reviewed-by: jnimeh
2023-07-13 17:52:27 +00:00
Matthew Donovan
9f64a64376
8301379: Verify TLS_ECDH_* cipher suites cannot be negotiated
...
Reviewed-by: mullan
2023-06-15 19:15:30 +00:00
Matthew Donovan
18e2446420
8301381: Verify DTLS 1.0 cannot be negotiated
...
Reviewed-by: xuelei
2023-05-22 12:03:13 +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
Matthew Donovan
7fd440d97c
8298868: Update EngineCloseOnAlert.java for changes to TLS implementation
...
Reviewed-by: rhalade
2023-02-09 18:21:38 +00:00
Matthew Donovan
e7247b10cc
8298872: Update CheckStatus.java for changes to TLS implementation
...
Reviewed-by: rhalade
2023-02-03 19:55:54 +00:00
Matthew Donovan
3361a26df4
8298874: Update TestAllSuites.java for TLS v1.2 and 1.3
...
Reviewed-by: rhalade
2023-02-01 17:20:24 +00:00
Matthew Donovan
d6007a356f
8298869: Update ConnectionTest.java for changes to TLS implementation
...
Reviewed-by: rhalade
2023-01-26 21:36:36 +00:00
Matthew Donovan
7ddafd75b0
8301189: validate-source fails after JDK-8298873
...
Reviewed-by: dcubed, rhalade
2023-01-26 19:36:41 +00:00
Matthew Donovan
fc26d3e577
8298873: Update IllegalRecordVersion.java for changes to TLS implementation
...
Reviewed-by: rhalade
2023-01-26 18:36:29 +00:00
Jamil Nimeh
1a3cb8c501
8296343: CPVE thrown on missing content-length in OCSP response
...
Reviewed-by: mullan, rhalade
2023-01-23 18:05:48 +00:00
Claes Redestad
e37078f5bb
8282664: Unroll by hand StringUTF16 and StringLatin1 polynomial hash loops
...
Co-authored-by: Sandhya Viswanathan <sviswanathan@openjdk.org>
Co-authored-by: Ludovic Henry <luhenry@openjdk.org>
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Reviewed-by: vlivanov, sviswanathan, luhenry
2023-01-17 21:06:22 +00:00
Matthew Donovan
06f9374e0c
8298867: Basics.java fails with SSL handshake exception
...
Reviewed-by: xuelei, rhalade
2023-01-17 04:41:55 +00:00
Matthew Donovan
bf9a8ce0bb
8249826: 5 javax/net/ssl/SSLEngine tests use @ignore w/o bug-id
...
Reviewed-by: xuelei, rhalade, ssahoo
2022-12-16 17:51:57 +00:00
Matthew Donovan
4b313b51b1
8297798: Timeout with DTLSOverDatagram test template
...
Reviewed-by: jnimeh, rhalade
2022-12-15 19:48:35 +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
Sean Mullan
00d22f605d
8279164: Disable TLS_ECDH_* cipher suites
...
Reviewed-by: xuelei, rhalade, wetmore
2022-11-07 14:07:10 +00:00
Daniel Jeliński
7b029ea6ba
8227651: Tests fail with SSLProtocolException: Input record too big
...
8212096: javax/net/ssl/ServerName/SSLEngineExplorerMatchedSNI.java failed intermittently due to SSLException: Tag mismatch
Reviewed-by: coffeys, xuelei
2022-08-10 18:16:10 +00:00
Daniel Jeliński
4662e06bff
8277307: Pre shared key sent under both session_ticket and pre_shared_key extensions
...
Reviewed-by: coffeys, ascarpino
2022-06-08 06:33:40 +00:00
Sean Mullan
138460c004
8163327: Remove 3DES from the default enabled cipher suites list
...
Reviewed-by: xuelei
2022-03-23 18:32:55 +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
6d8d156c97
8280494: (D)TLS signature schemes
...
Reviewed-by: mullan
2022-03-09 16:11:07 +00:00
Matteo Baccan
ccad39237a
8282657: Code cleanup: removing double semicolons at the end of lines
...
Reviewed-by: lancea, rriggs, ihse, prr, iris, wetmore, darcy, dholmes
2022-03-07 21:33:40 +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
Liam Miller-Cushon
b5de2cc9d3
8280546: Remove hard-coded 127.0.0.1 loopback address
...
Reviewed-by: mullan
2022-01-26 17:40:17 +00:00
Daniel Jelinski
9d99a377bf
8277881: Missing SessionID in TLS1.3 resumption in compatibility mode
...
Reviewed-by: ascarpino
2021-12-24 00:01:46 +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
Weijun Wang
f63c4a832a
8274471: Verification of OCSP Response signed with RSASSA-PSS fails
...
Reviewed-by: hchao, jnimeh
2021-10-04 15:30:44 +00:00
Fernando Guallini
6346793c64
8269933: test/jdk/javax/net/ssl/compatibility/JdkInfo incorrect verification of protocol and cipher support
...
Reviewed-by: xuelei, rhalade
2021-07-21 03:38:40 +00:00