netty / netty-tcnative

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

Fix BoringSSL artifact #900

Closed normanmaurer closed 1 week ago

normanmaurer commented 1 week 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