netty5/handler/src/test/java/io/netty/handler/ssl
Norman Maurer e038fb7b0e Deprecate UnaryPromiseNotifier
Motivation:

Users should use PromiseNotifier.cascade(...) methods and so the UnaryPromiseNotifier becomes useless.

Modifications:

- Mark UnaryPromiseNotifier as deprecated
- Replaces usages with PromiseNotifier.cascade(...)

Result:

Cleanup
2021-09-03 08:42:23 +02:00
..
ocsp Use Junit5 for handler module (#11444) 2021-07-02 15:06:06 +02:00
util Use Junit5 for handler module (#11444) 2021-07-02 15:06:06 +02:00
AmazonCorrettoSslEngineTest.java Add missing annotations to test overrides (#11630) 2021-08-31 08:07:56 +02:00
ApplicationProtocolNegotiationHandlerTest.java Remove ApplicationProtocolNegotiationHandler when no SslHandler is present (#11503) 2021-07-26 20:20:40 +02:00
CipherSuiteCanaryTest.java Add SslProtocols and Cipher suites constants (#11457) 2021-07-07 21:15:43 +02:00
CipherSuiteConverterTest.java Use Junit5 for handler module (#11444) 2021-07-02 15:06:06 +02:00
CloseNotifyTest.java Add SslProtocols and Cipher suites constants (#11457) 2021-07-07 21:15:43 +02:00
ConscryptJdkSslEngineInteropTest.java Add missing annotations to test overrides (#11630) 2021-08-31 08:07:56 +02:00
ConscryptOpenSslEngineInteropTest.java Add missing annotations to test overrides (#11630) 2021-08-31 08:07:56 +02:00
ConscryptSslEngineTest.java Add missing annotations to test overrides (#11630) 2021-08-31 08:07:56 +02:00
DelegatingSslContextTest.java Add SslProtocols and Cipher suites constants (#11457) 2021-07-07 21:15:43 +02:00
IdentityCipherSuiteFilterTest.java Use Junit5 for handler module (#11444) 2021-07-02 15:06:06 +02:00
Java8SslTestUtils.java Migrate the rest of the ssl package to junit5 (#11483) 2021-07-15 08:50:24 +02:00
JdkConscryptSslEngineInteropTest.java Add missing annotations to test overrides (#11630) 2021-08-31 08:07:56 +02:00
JdkOpenSslEngineInteroptTest.java Add missing annotations to test overrides (#11630) 2021-08-31 08:07:56 +02:00
JdkSslClientContextTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
JdkSslEngineTest.java Add missing annotations to test overrides (#11630) 2021-08-31 08:07:56 +02:00
JdkSslRenegotiateTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
JdkSslServerContextTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
OpenSslCachingKeyMaterialProviderTest.java Use Junit5 for handler module (#11444) 2021-07-02 15:06:06 +02:00
OpenSslCertificateExceptionTest.java Use Junit5 for handler module (#11444) 2021-07-02 15:06:06 +02:00
OpenSslClientContextTest.java Migrate the rest of the ssl package to junit5 (#11483) 2021-07-15 08:50:24 +02:00
OpenSslConscryptSslEngineInteropTest.java Add missing annotations to test overrides (#11630) 2021-08-31 08:07:56 +02:00
OpenSslEngineTest.java Remove useless imports and redundant type cast (#11639) 2021-09-02 19:14:00 +02:00
OpenSslEngineTestParam.java Migrate the rest of the ssl package to junit5 (#11483) 2021-07-15 08:50:24 +02:00
OpenSslErrorStackAssertSSLEngine.java Migrate the rest of the ssl package to junit5 (#11483) 2021-07-15 08:50:24 +02:00
OpenSslJdkSslEngineInteroptTest.java Add missing annotations to test overrides (#11630) 2021-08-31 08:07:56 +02:00
OpenSslKeyMaterialManagerTest.java Use Junit5 for handler module (#11444) 2021-07-02 15:06:06 +02:00
OpenSslKeyMaterialProviderTest.java Use Junit5 for handler module (#11444) 2021-07-02 15:06:06 +02:00
OpenSslPrivateKeyMethodTest.java Introduce OpenSslAsyncPrivateKeyMethod which allows to asynchronously sign / decrypt the private key (#11390) (#11460) 2021-07-08 16:19:22 +02:00
OpenSslRenegotiateTest.java Migrate the rest of the ssl package to junit5 (#11483) 2021-07-15 08:50:24 +02:00
OpenSslServerContextTest.java Migrate the rest of the ssl package to junit5 (#11483) 2021-07-15 08:50:24 +02:00
OpenSslTest.java Use Junit5 for handler module (#11444) 2021-07-02 15:06:06 +02:00
OpenSslTestUtils.java Use junit5 methods (#11508) 2021-07-26 08:54:01 +02:00
OpenSslX509KeyManagerFactoryProviderTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
OptionalSslHandlerTest.java Use Junit5 for handler module (#11444) 2021-07-02 15:06:06 +02:00
ParameterizedSslHandlerTest.java Add PromiseNotifier static method which takes care of cancel propagation (#11494) 2021-07-21 13:37:32 +02:00
PemEncodedTest.java Use Junit5 for handler module (#11444) 2021-07-02 15:06:06 +02:00
PseudoRandomFunctionTest.java Use Junit5 for handler module (#11444) 2021-07-02 15:06:06 +02:00
ReferenceCountedOpenSslEngineTest.java Migrate the rest of the ssl package to junit5 (#11483) 2021-07-15 08:50:24 +02:00
RenegotiateTest.java Add SslProtocols and Cipher suites constants (#11457) 2021-07-07 21:15:43 +02:00
SignatureAlgorithmConverterTest.java Use Junit5 for handler module (#11444) 2021-07-02 15:06:06 +02:00
SniClientJava8TestUtil.java Migrate the rest of the ssl package to junit5 (#11483) 2021-07-15 08:50:24 +02:00
SniClientTest.java Use Junit5 for handler module (#11444) 2021-07-02 15:06:06 +02:00
SniHandlerTest.java Migrate the rest of the ssl package to junit5 (#11483) 2021-07-15 08:50:24 +02:00
SslContextBuilderTest.java Use Junit5 for handler module (#11444) 2021-07-02 15:06:06 +02:00
SslContextTest.java Migrate the rest of the ssl package to junit5 (#11483) 2021-07-15 08:50:24 +02:00
SslContextTrustManagerTest.java Use Junit5 for handler module (#11444) 2021-07-02 15:06:06 +02:00
SSLEngineTest.java Deprecate UnaryPromiseNotifier 2021-09-03 08:42:23 +02:00
SslErrorTest.java Use Junit5 for handler module (#11444) 2021-07-02 15:06:06 +02:00
SslHandlerTest.java Remove unnecessary semicolons (#11549) 2021-08-05 14:09:54 +02:00
SslUtilsTest.java Use Junit5 for handler module (#11444) 2021-07-02 15:06:06 +02:00