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

Q: Add DTLS 1.2 support in LibreSSL #380

Closed
signmgr opened this issue Jan 12, 2018 · 6 comments
Closed

Q: Add DTLS 1.2 support in LibreSSL #380

signmgr opened this issue Jan 12, 2018 · 6 comments

Comments

@signmgr
Copy link

signmgr commented Jan 12, 2018

Hi,

Are there any plans to add the support for DTLS 1.2?
If yes, what is the road map for that?

Thanks in advance!

/Misha

@signmgr
Copy link
Author

signmgr commented Jan 22, 2018

Hi,

Can anyone answer about the plans to include DTLS 1.2 support in LibreSSL?

Thanks a lot in advance!

/Misha

@4a6f656c
Copy link
Contributor

It will happen, but at this stage it is not a super high priority. There has been a lot of work done to deduplicate the DTLS/TLS code (the original DTLS code was effectively a copy and paste of the SSLv3/TLS code, with minor changes) - this makes it relatively easy to now enable DTLSv1.2 and I have a tree that does most of this, but it needs some more time and effort from someone, in order to finish the job.

@signmgr
Copy link
Author

signmgr commented Jan 29, 2018

Hi Joel,

Thanks a lot for your response!

May I also wonder about the future of DTLS/SCTP support?
As I know DTLS/SCTP support was removed since LibreSSL v2.1.4.
Are there any plans to return the functionality back after you have finished with DTLS/TLS decoupling?

Thanks a lot in advance!

/Misha

@tuxillo
Copy link

tuxillo commented Sep 26, 2020

Still not supported?

@kinichiro
Copy link
Contributor

Expose various DTLSv1.2 specific functions and defines
openbsd/src@e6d8839

@4a6f656c
Copy link
Contributor

Support for DTLSv1.2 is available in the current development release (3.3.2) and will be available in the next stable release.

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

No branches or pull requests

4 participants