Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boring 5 Roadmap #196

Open
nox opened this issue Dec 1, 2023 · 1 comment
Open

Boring 5 Roadmap #196

nox opened this issue Dec 1, 2023 · 1 comment

Comments

@nox
Copy link
Collaborator

nox commented Dec 1, 2023

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 to set_ex_data, as keeping the leaking versions is a footgun
  • Rename Ssl::new_from_ref to Ssl::new
  • Rename X509Builder::append_extension2 to X509Builder::append_extension
  • Make boring::ssl::SslStream::new infallible, its current return type is Result<_, ErrorStack> but it returns Ok(_) always.
  • Remove obsolete X509CheckFlags values
@howardjohn
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants