boring
boring copied to clipboard
Boring 5 Roadmap
trafficstars
Now that boring 4 is pretty old (I'm just joking), let's keep track of what we should do for boring 5:
- #194
- Rename
replace_ex_datatoset_ex_data, as keeping the leaking versions is a footgun - Rename
Ssl::new_from_reftoSsl::new - Rename
X509Builder::append_extension2toX509Builder::append_extension - Make
boring::ssl::SslStream::newinfallible, its current return type isResult<_, ErrorStack>but it returnsOk(_)always. - Remove obsolete X509CheckFlags values
- Decopule "fips-compat" from "fips": https://github.com/cloudflare/boring/pull/333
Any alternative (or addition, I suppose) to hyper 1.0 support could be https://github.com/cloudflare/boring/issues/165, which lets the rest of the rustls ecosystem handle things like tokio, hyper, etc integration