ossl-sys 1.5.2

Low-level OpenSSL version 3+ bindings
1
2
3
4
5
6
7
# ossl-sys

A crate providing low-level Rust bindings to the OpenSSL library.

`ossl-sys` was spun off from the `ossl` crate to provide unsafe low-level
FFI bindings. It is intended as a foundational building block for
higher-level cryptographic libraries rather than for direct application use.