cloudflare / boring

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

Expose API to enable certificate compression. #241

Open mstyura opened 4 months ago

mstyura commented 4 months ago

As a user of tokio-boring I'd like to control certificate compression feature using high-level Rust-friendly API instead of directly calling C functions form boring-sys. I'm ready to adjust implementation if necessary to match the style of the rest of the crate.

mstyura commented 4 months ago

Hello @inikulin! Could you please review once you have time? Thanks a lot in advance!