netty / netty-tcnative

A fork of Apache Tomcat Native, based on finagle-native
Apache License 2.0
241 stars 179 forks source link

Fix BoringSSL artifact #900

Closed normanmaurer closed 3 weeks ago

normanmaurer commented 3 weeks ago

Motivation:

We did end up with a BoringSSL artifact that could not load the native lib

Modifications:

-Add test that validates that the native lib can be loaded for BoringSSL

Result:

Correctly be able to use BoringSSL again