cloudflare / boring

BoringSSL bindings for the Rust programming language.
367 stars 114 forks source link

Introduce and use read_uninit and write_uninit duplicated from openssl #221

Closed johnhurt closed 9 months ago

johnhurt commented 10 months ago

openssl recently introduced read_uninit and write_uninit in 0.10.61 and it is used in tokio-openssl 0.6.4 as a means of making buffer initialization sound. This pr is a combination of both of those changes.