You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any alternative (or addition, I suppose) to hyper 1.0 support could be #165, which lets the rest of the rustls ecosystem handle things like tokio, hyper, etc integration
Now that boring 4 is pretty old (I'm just joking), let's keep track of what we should do for boring 5:
replace_ex_data
toset_ex_data
, as keeping the leaking versions is a footgunSsl::new_from_ref
toSsl::new
X509Builder::append_extension2
toX509Builder::append_extension
boring::ssl::SslStream::new
infallible, its current return type isResult<_, ErrorStack>
but it returnsOk(_)
always.The text was updated successfully, but these errors were encountered: