netty5/handler/src/main/java/io/netty/handler/ssl
jingene af614e4d6e Change the netty.io homepage scheme(http -> https) (#9344)
Motivation:

Netty homepage(netty.io) serves both "http" and "https".
It's recommended to use https than http.
Modification:

I changed from "http://netty.io" to "https://netty.io"
Result:

No effects.
2019-07-09 21:10:14 +02:00
..
ocsp Only use static Exception instances when we can ensure addSuppressed … (#9152) 2019-05-17 22:42:53 +02:00
util Allow to specify KeyStore type in SslContext (#9003) 2019-05-10 07:51:20 +02:00
AbstractSniHandler.java Don't loop over TLS records for SNI (#7479) 2019-07-01 11:23:31 +02:00
ApplicationProtocolAccessor.java Fix Java9SslEngine implementation of ApplicationProtocolAccessor and so fix ApplicationProtocolNegationHandler 2017-10-02 08:27:10 +02:00
ApplicationProtocolConfig.java migrate java8: use requireNonNull (#8840) 2019-02-04 10:32:25 +01:00
ApplicationProtocolNames.java Drop SPDY support (#8845) 2019-02-07 09:25:31 +01:00
ApplicationProtocolNegotiationHandler.java Remove the Handler only after it has initialized the channel (#9132) 2019-05-13 13:55:17 +02:00
ApplicationProtocolNegotiator.java Deprecate ApplicationProtocolNegotiator and its implementation as people should use ApplicationProtocolConfig 2017-08-23 20:18:58 +02:00
ApplicationProtocolUtil.java Java 8 migration: Use diamond operator (#8749) 2019-01-22 16:07:26 +01:00
CipherSuiteConverter.java Java 8 migration. Inline PlatformDependent.newConcurrentHashMap() (#8760) 2019-01-22 17:18:50 +01:00
CipherSuiteFilter.java Code clean-up 2014-10-31 13:00:05 +09:00
ClientAuth.java Adding client auth to SslContextBuilder 2015-09-18 12:16:49 -07:00
Conscrypt.java remove unused import statement (#8792) 2019-01-28 16:50:15 +01:00
ConscryptAlpnSslEngine.java migrate java8: use requireNonNull (#8840) 2019-02-04 10:32:25 +01:00
DefaultOpenSslKeyMaterial.java ReferenceCountedOpenSslEngine SSLSession.getLocalCertificates() / getLocalPrincipial() did not work when KeyManagerFactory was used. (#8560) 2018-11-16 07:38:32 +01:00
DelegatingSslContext.java Support using an Executor to offload blocking / long-running tasks wh… (#8847) 2019-02-11 10:00:55 +01:00
ExtendedOpenSslSession.java All override methods must be added @override (#9285) 2019-06-27 13:52:06 +02:00
IdentityCipherSuiteFilter.java Java 8 migration: Use diamond operator (#8749) 2019-01-22 16:07:26 +01:00
Java7SslParametersUtils.java Change minimum JDK version for compilation to 1.8 2017-02-14 19:06:59 +01:00
Java8SslUtils.java Java 8 migration: Use diamond operator (#8749) 2019-01-22 16:07:26 +01:00
Java9SslEngine.java Java 8 migration: Use diamond operator (#8749) 2019-01-22 16:07:26 +01:00
Java9SslUtils.java migrate java8: use lambda and method reference (#8781) 2019-01-29 14:06:05 +01:00
JdkAlpnApplicationProtocolNegotiator.java Support JDK9-native ALPN 2017-08-24 08:16:51 +02:00
JdkApplicationProtocolNegotiator.java Deprecate ApplicationProtocolNegotiator and its implementation as people should use ApplicationProtocolConfig 2017-08-23 20:18:58 +02:00
JdkBaseApplicationProtocolNegotiator.java migrate java8: use requireNonNull (#8840) 2019-02-04 10:32:25 +01:00
JdkDefaultApplicationProtocolNegotiator.java migrate java8: use lambda and method reference (#8781) 2019-01-29 14:06:05 +01:00
JdkNpnApplicationProtocolNegotiator.java Deprecate ApplicationProtocolNegotiator and its implementation as people should use ApplicationProtocolConfig 2017-08-23 20:18:58 +02:00
JdkSslClientContext.java Allow to specify KeyStore type in SslContext (#9003) 2019-05-10 07:51:20 +02:00
JdkSslContext.java Allow to specify KeyStore type in SslContext (#9003) 2019-05-10 07:51:20 +02:00
JdkSslEngine.java Fix Java9SslEngine implementation of ApplicationProtocolAccessor and so fix ApplicationProtocolNegationHandler 2017-10-02 08:27:10 +02:00
JdkSslServerContext.java Allow to specify KeyStore type in SslContext (#9003) 2019-05-10 07:51:20 +02:00
JettyAlpnSslEngine.java migrate java8: use requireNonNull (#8840) 2019-02-04 10:32:25 +01:00
JettyNpnSslEngine.java migrate java8: use requireNonNull (#8840) 2019-02-04 10:32:25 +01:00
NotSslRecordException.java Add more constructors to NotSslRecordException 2012-07-10 22:26:52 +09:00
OpenSsl.java Change the netty.io homepage scheme(http -> https) (#9344) 2019-07-09 21:10:14 +02:00
OpenSslApplicationProtocolNegotiator.java Deprecate ApplicationProtocolNegotiator and its implementation as people should use ApplicationProtocolConfig 2017-08-23 20:18:58 +02:00
OpenSslCachingKeyMaterialProvider.java Java 8 migration: Use diamond operator (#8749) 2019-01-22 16:07:26 +01:00
OpenSslCachingX509KeyManagerFactory.java Allow to cache keymaterial when using OpenSSL 2018-06-24 07:36:27 +02:00
OpenSslCertificateException.java We should try to load netty-tcnative before using it in OpenSslCertificateException. (#8202) 2018-08-18 06:26:45 +02:00
OpenSslClientContext.java Allow to specify KeyStore type in SslContext (#9003) 2019-05-10 07:51:20 +02:00
OpenSslContext.java OpenSslEngine option to wrap/unwrap multiple packets per call 2017-07-10 12:15:02 -07:00
OpenSslDefaultApplicationProtocolNegotiator.java migrate java8: use requireNonNull (#8840) 2019-02-04 10:32:25 +01:00
OpenSslEngine.java OpenSslEngine option to wrap/unwrap multiple packets per call 2017-07-10 12:15:02 -07:00
OpenSslEngineMap.java OpenSslEngine with no finalizer 2016-08-05 00:57:37 -07:00
OpenSslJavaxX509Certificate.java Update to new checkstyle plugin (#8777) 2019-01-24 16:24:19 +01:00
OpenSslKeyMaterial.java ReferenceCountedOpenSslEngine SSLSession.getLocalCertificates() / getLocalPrincipial() did not work when KeyManagerFactory was used. (#8560) 2018-11-16 07:38:32 +01:00
OpenSslKeyMaterialManager.java Java 8 migration: Use diamond operator (#8749) 2019-01-22 16:07:26 +01:00
OpenSslKeyMaterialProvider.java [openssl] fix refcount bug in OpenSslPrivateKeyMaterial ctor 2019-04-29 23:11:53 +02:00
OpenSslNpnApplicationProtocolNegotiator.java migrate java8: use requireNonNull (#8840) 2019-02-04 10:32:25 +01:00
OpenSslPrivateKey.java All override methods must be added @override (#9285) 2019-06-27 13:52:06 +02:00
OpenSslPrivateKeyMethod.java Throw SignatureException if OpenSslPrivateKeyMethod.* return null to prevent segfault (#9100) 2019-04-29 08:31:56 +02:00
OpenSslServerContext.java Allow to specify KeyStore type in SslContext (#9003) 2019-05-10 07:51:20 +02:00
OpenSslServerSessionContext.java Allow to cache keymaterial when using OpenSSL 2018-06-24 07:36:27 +02:00
OpenSslSession.java Return an ExtendSSLSession whenever possible to allow more strict checking when using OpenSSL (#8281) 2018-09-14 14:33:11 +02:00
OpenSslSessionContext.java migrate java8: use requireNonNull (#8840) 2019-02-04 10:32:25 +01:00
OpenSslSessionStats.java Remove synchronized (ReferenceCountedOpenSslContext.class) blocks 2017-06-15 06:29:14 +02:00
OpenSslSessionTicketKey.java Update tcnative package names 2017-02-15 13:51:41 +01:00
OpenSslTlsv13X509ExtendedTrustManager.java Java 8 Migration: remove uneccessary if statement (#8755) 2019-01-25 08:57:11 +01:00
OpenSslX509Certificate.java All override methods must be added @override (#9285) 2019-06-27 13:52:06 +02:00
OpenSslX509KeyManagerFactory.java Allow to specify KeyStore type in SslContext (#9003) 2019-05-10 07:51:20 +02:00
OpenSslX509TrustManagerWrapper.java Make validation tools more happy by not have TrustManager impl just accept (#9041) 2019-04-12 21:37:31 +02:00
OptionalSslHandler.java migrate java8: use requireNonNull (#8840) 2019-02-04 10:32:25 +01:00
PemEncoded.java Let OpenSslContext take pre-encoded pkcs#8 private key/cert bytes 2016-06-10 18:07:40 +02:00
PemPrivateKey.java All override methods must be added @override (#9285) 2019-06-27 13:52:06 +02:00
PemReader.java Change the netty.io homepage scheme(http -> https) (#9344) 2019-07-09 21:10:14 +02:00
PemValue.java migrate java8: use requireNonNull (#8840) 2019-02-04 10:32:25 +01:00
PemX509Certificate.java migrate java8: use requireNonNull (#8840) 2019-02-04 10:32:25 +01:00
PseudoRandomFunction.java Add a test for OpenSslEngine which decrypts traffic (#8699) 2019-06-28 13:45:05 +02:00
ReferenceCountedOpenSslClientContext.java Remove usage of io.netty.handler.ssl.openssl.useKeyManagerFactory system property 2019-05-22 09:09:32 +02:00
ReferenceCountedOpenSslContext.java Throw SignatureException if OpenSslPrivateKeyMethod.* return null to prevent segfault (#9100) 2019-04-29 08:31:56 +02:00
ReferenceCountedOpenSslEngine.java Only use static Exception instances when we can ensure addSuppressed … (#9152) 2019-05-17 22:42:53 +02:00
ReferenceCountedOpenSslServerContext.java Remove usage of io.netty.handler.ssl.openssl.useKeyManagerFactory system property 2019-05-22 09:09:32 +02:00
SignatureAlgorithmConverter.java Correctly convert supported signature algorithms when using BoringSSL (#8481) 2018-11-14 19:23:11 +01:00
SniCompletionEvent.java Add SniCompletionEvent which allows to easily retrieve the hostname that was used to select the SslContext. 2017-12-06 14:09:11 +01:00
SniHandler.java Support using an Executor to offload blocking / long-running tasks wh… (#8847) 2019-02-11 10:00:55 +01:00
SslCloseCompletionEvent.java Add SslCloseCompletionEvent that is fired once a close_notify was received 2017-01-19 19:15:24 +01:00
SslCompletionEvent.java migrate java8: use requireNonNull (#8840) 2019-02-04 10:32:25 +01:00
SslContext.java Allow to specify KeyStore type in SslContext (#9003) 2019-05-10 07:51:20 +02:00
SslContextBuilder.java Allow to specify KeyStore type in SslContext (#9003) 2019-05-10 07:51:20 +02:00
SslHandler.java SslHandler to fail handshake and pending writes if non-application write fails (#9240) 2019-06-16 07:45:25 +02:00
SslHandshakeCompletionEvent.java Add SslCloseCompletionEvent that is fired once a close_notify was received 2017-01-19 19:15:24 +01:00
SslProvider.java OpenSslEngine with no finalizer 2016-08-05 00:57:37 -07:00
SslUtils.java Don't filter out TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (#9274) 2019-06-24 23:11:47 +02:00
SupportedCipherSuiteFilter.java migrate java8: use requireNonNull (#8840) 2019-02-04 10:32:25 +01:00
package-info.java Remove apiviz tags - we are focusing on user guide instead and putting diagrams there 2013-02-14 12:09:16 -08:00