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

Noise support as alternative to TLS #6

Closed
Nuhvi opened this issue May 28, 2024 · 2 comments
Closed

Noise support as alternative to TLS #6

Nuhvi opened this issue May 28, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request http All things related to making HTTP requests over Pkarr robust and reliable

Comments

@Nuhvi
Copy link
Collaborator

Nuhvi commented May 28, 2024

Supporting Noise encryption instead of TLS reduces reliance on DNS and is faster than TLS which is useful for mobile applications (not available to browsers though).

To do so, we need:

  1. Get server's public IP (from user or Mainline).
  2. Adapt Axum to user Noise somehow! (keep an eye on https://github.com/dignifiedquire/nquinn)
  3. Adapt Ureq to support Noise somehow.
@Nuhvi Nuhvi added the enhancement New feature or request label May 28, 2024
@Nuhvi Nuhvi self-assigned this May 28, 2024
@Nuhvi
Copy link
Collaborator Author

Nuhvi commented Aug 26, 2024

Consider using custom rustls certificates verifier instead.

@Nuhvi Nuhvi added the http All things related to making HTTP requests over Pkarr robust and reliable label Sep 3, 2024
@Nuhvi
Copy link
Collaborator Author

Nuhvi commented Dec 23, 2024

we are going to use TLS over Pkarr in #37

@Nuhvi Nuhvi closed this as completed Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request http All things related to making HTTP requests over Pkarr robust and reliable
Projects
None yet
Development

No branches or pull requests

1 participant