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

Features: DTLS 1.3 and QUIC #1961

Open
seppy87 opened this issue May 21, 2019 · 2 comments
Open

Features: DTLS 1.3 and QUIC #1961

seppy87 opened this issue May 21, 2019 · 2 comments
Labels
enhancement Enhancement or new feature

Comments

@seppy87
Copy link

seppy87 commented May 21, 2019

Hallo,

since my DTLS Server and Client are working now 👍 I am wondering what is planned for the future in this library?

DTLS v1.3 ?
QUIC ?

and since I am using dynamic bindings. Do you wish to have a special thanks/mentioning for your project in my Documentation?

Greetings

@randombit
Copy link
Owner

TLS 1.3 support is on the horizon and DTLS 1.3 support will presumably follow. IIRC the DTLS 1.3 RFC hasn't been finalized yet. Either this year or next year.

QUIC is (IIRC, and I haven't read the recent drafts) based on/using TLS 1.3 handshake, so naturally it would come behind 1.3 support in any case. An full QUIC impl in the library is somewhat less likely, unless someone stepped up who had an interest in driving and maintaining the code. (Read: I don't have a personal need for QUIC nor has anyone offered to pay me to write it, so for me it falls behind improvements that meet one of those criteria). More likely endpoint is we just offer TLS 1.3 with the necessary hooks and primitives needed to implement QUIC in an external library.

@randombit randombit added the enhancement Enhancement or new feature label May 21, 2019
@seppy87
Copy link
Author

seppy87 commented May 22, 2019

Probably the amount you are thinking of exceeds the amount I am capable of as normal human.

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

No branches or pull requests

2 participants