Do not require BoringSSL for testSessionTicketsWithTLSv12AndNoKey (#10301)
Motivation: `SslHandlerTest.testSessionTicketsWithTLSv12AndNoKey` does not require BoringSSL and works with OpenSSL as well. Modifications: - Remove assume statement that expected BoringSSL; Result: Test works for any implementation of `OPENSSL` provider.
This commit is contained in:
parent
1b6595b358
commit
877db52e37
@ -1129,7 +1129,6 @@ public class SslHandlerTest {
|
|||||||
|
|
||||||
@Test(timeout = 5000L)
|
@Test(timeout = 5000L)
|
||||||
public void testSessionTicketsWithTLSv12AndNoKey() throws Throwable {
|
public void testSessionTicketsWithTLSv12AndNoKey() throws Throwable {
|
||||||
assumeTrue(OpenSsl.isBoringSSL());
|
|
||||||
testSessionTickets(SslUtils.PROTOCOL_TLS_V1_2, false);
|
testSessionTickets(SslUtils.PROTOCOL_TLS_V1_2, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user