• Home
  • Raw
  • Download

Lines Matching refs:ALPN

7ALPN](https://tools.ietf.org/html/draft-ietf-tls-applayerprotoneg-05) to negotiate the use of the …
16 ciper-suites and a reliable ALPN implementation. This requires [updating the
20 Although ALPN mostly works on newer Android releases (especially since 5.0),
53 3. **ALPN to NPN Fallback**: if the remote endpoint doesn't support ALPN.
62 …R. Using this artifact requires no extra installation and guarantees that ALPN and the ciphers req…
121 1. [OpenSSL](https://www.openssl.org/) version >= 1.0.2 for ALPN support, or version >= 1.0.1 for N…
218 ## TLS with JDK (Jetty ALPN/NPN)
222 …mended approach is to use [OpenSSL](#tls-with-openssl). Using the JDK for ALPN is generally much s…
224ALPN brings its own baggage in that the Java bootclasspath needs to be modified, which may not be …
226 *The moral of the story is: Don't use the JDK for ALPN! But if you absolutely have to, here's how …
232 …t for ALPN today ([there is a tracking issue](https://bugs.openjdk.java.net/browse/JDK-8051498) so…
238ALPN jar](http://www.eclipse.org/jetty/documentation/current/alpn-chapter.html#alpn-versions) spec…
250 ### Configuring Jetty ALPN in Web Containers
252 …ithin such a container must be properly configured to allow access to the ALPN classes. In Jetty, …
259 <!-- Removing ALPN from the blacklisted server classes (using "-" to remove). -->
318 If you received an error message "ALPN is not configured properly" or "Jetty ALPN/NPN has not been …
319 - ALPN related dependencies are either not present in the classpath
329 …curity supported platform](#transport-security-tls), you should use Jetty ALPN (and beware of pote…
352 …r need to add it as a dependency, or use alternative methods of providing ALPN capability by readi…
354 …rridden by dependency management from another BOM. You would receive the "ALPN is not configured p…