prisma / quaint

SQL Query AST and Visitor for Rust
Apache License 2.0
583 stars 61 forks source link

Vendor OpenSSL accordingly for every connector #271

Closed pimeys closed 3 years ago

pimeys commented 3 years ago

This is an escape hatch on platforms with centuries old OpenSSL implementations such as Lambda, where we should use 1.1.1 instead and the only way to get it is to statically link against it.

Fixes the TLS cipher madness when linking with N-API.