-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Port DTLS code to Native Go (instead of OpenSSL) #20
Comments
The relevant RFC for this is RFC 6347 , correct? |
Yes, there's also an overview of RFCs on the wiki. |
There is an existing DTLC golang implementation.. Background: In that issue, the most promising DTLS implementation highlighted is this: Sounds like there is some strong synergy here to get this done ? @bocajim: Your code says it implements RFC-4347, and the webrtc team have said they need RFC-6347 ( see the wiki page at https://github.com/pions/webrtc/wiki/Relative-Drafts-And-Usages#dtls ). https://tools.ietf.org/html/rfc4347 say that it is obsoleted by RFC-6347, so this makes sense. |
I moved this to our Project Ideas |
@Sean-Der |
@gedw99 Did you end up trying the c2go route? |
No I have no time unfortunately. I think it's worth a shot and I know Elliot behind the project is very supportive so it's worth trying |
This is a huge task, but if someone is up for it I won't stop them :)
When I get around to this I will assign to myself and start the long task. Also more then happy to split the task/get guidance if you are familiar with DTLS/have opinions on how the API looks but don't have time to do the coding.
The text was updated successfully, but these errors were encountered: