tikv / rust-rocksdb

rust wrapper for rocksdb
Apache License 2.0
276 stars 155 forks source link

librocksdb_sys: no longer static links OpenSSL for encryption #774

Closed overvenus closed 9 months ago

overvenus commented 10 months ago

Previously, enabling encryption in librocksdb_sys resulted in static linking of OpenSSL, potentially preventing users from utilizing their host system's OpenSSL with important security updates. This commit removes the requirement for static linking, giving users the flexibility to choose whether to use it or not.

overvenus commented 9 months ago

/test

overvenus commented 9 months ago

/run-test