boring
boring copied to clipboard
BoringSSL bindings for the Rust programming language.
Partially addresses https://github.com/cloudflare/boring/issues/196. NOTE: This is an API breaking change, so we're waiting to merge until we're ready to cut the next major version. Modify the "fips" feature so that...
Add a wrapper for the `SSL_CTX_set_tlsext_ticket_key_cb`, which allows consumers to configure the EVP_CIPHER_CTX and HMAC_CTX used for encrypting/decrypting session tickets. See https://docs.openssl.org/1.0.2/man3/SSL_CTX_set_tlsext_ticket_key_cb/ for more details.
Partially closes https://github.com/cloudflare/boring/issues/196
Making this library compile to the wasm32-unknown-unknown architecture would prove extremely useful. After some research it appears that others have been successful in compiling boringssl to wasm in the past