Open
Description
Now that boring 4 is pretty old (I'm just joking), let's keep track of what we should do for boring 5:
- hyper-boring: update to hyper 1.0.0 #194
- Rename
replace_ex_data
toset_ex_data
, as keeping the leaking versions is a footgun - Rename
Ssl::new_from_ref
toSsl::new
- Rename
X509Builder::append_extension2
toX509Builder::append_extension
- Make
boring::ssl::SslStream::new
infallible, its current return type isResult<_, ErrorStack>
but it returnsOk(_)
always. - Remove obsolete X509CheckFlags values
- Decopule "fips-compat" from "fips": Remove "fips-no-compat", decouple "fips-compat" from "fips" #333
Metadata
Metadata
Assignees
Labels
No labels