Re: RFR: 8301379: Verify TLS_ECDH_* cipher suites cannot be negotiated [v4]

2023-06-15 Thread Sean Mullan
On Thu, 15 Jun 2023 12:33:45 GMT, Matthew Donovan wrote: >> Yes, this is what I was thinking. There is another test >> `test/jdk/javax/net/ssl/ciphersuites/DisabledAlgorithms.java` that is very >> similar to this test. Can you compare these two tests and consider removing >> that test, or comb

Re: RFR: 8301379: Verify TLS_ECDH_* cipher suites cannot be negotiated [v4]

2023-06-15 Thread Matthew Donovan
On Wed, 14 Jun 2023 13:43:37 GMT, Sean Mullan wrote: >> I added all of the disable ciphers that are listed in DisabledAlgorithms. >> Let me know if this isn't what you were thinking. Thanks! > > Yes, this is what I was thinking. There is another test > `test/jdk/javax/net/ssl/ciphersuites/Disab

Re: RFR: 8301379: Verify TLS_ECDH_* cipher suites cannot be negotiated [v4]

2023-06-15 Thread Matthew Donovan
> This PR implements a test to verify that Java will not negotiate TLS > connections when one side of the connection requests disabled cipher suites. Matthew Donovan has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated chan