cloudflare / boring

BoringSSL bindings for the Rust programming language.
364 stars 110 forks source link

Introduce and use read_uninit and write_uninit duplicated from openssl #221

Closed johnhurt closed 8 months ago

johnhurt commented 9 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.