Searched refs:tcnative (Results 1 – 11 of 11) sorted by relevance
56 …is only provided for the Netty transport via [netty-tcnative](https://github.com/netty/netty-tcnat…57 [Apache Tomcat's tcnative](http://tomcat.apache.org/native-doc/), a JNI wrapper around OpenSSL.61 As of version `1.1.33.Fork14`, netty-tcnative provides two options for usage: statically or dynamic…62 we recommend that users first look at `netty-tcnative-boringssl-static`, which is statically linked…68 … A better solution in this case is to use the dynamically linked `netty-tcnative` artifact, which …71 ### OpenSSL: Statically Linked (netty-tcnative-boringssl-static)73 …etty transport for OpenSSL. You just need to add the appropriate `netty-tcnative-boringssl-static`…75 Artifacts are available on [Maven Central](http://repo1.maven.org/maven2/io/netty/netty-tcnative-bo…83 ##### Getting netty-tcnative-boringssl-static from Maven92 <artifactId>netty-tcnative-boringssl-static</artifactId>[all …]
288 artifact = "io.netty:netty-tcnative-boringssl-static:2.0.12.Final",
227 netty_tcnative: 'io.netty:netty-tcnative-boringssl-static:2.0.12.Final',
89 public void tcnative() throws Exception { in tcnative() method in ShadingTest
51 // For the generated scripts, use Netty tcnative (i.e. OpenSSL).
52 "io.netty:netty-tcnative-boringssl-static:2.0.8.Final"
11 work on [netty-tcnative](http://netty.io/wiki/forked-tomcat-native.html), giving `Conscrypt`
121 netty_tcnative: 'io.netty:netty-tcnative-boringssl-static:1.1.33.Fork26',
40 compile "io.netty:netty-tcnative-boringssl-static:${nettyTcNativeVersion}"
71 - Fix build on platforms that are not supported by `netty-tcnative`.
480 // supported by io.netty:netty-tcnative-boringssl-static:jar. Also see: