pixelbender / go-dtls

Golang: DTLS protocol
MIT License
62 stars 8 forks source link

what's the status of the library? #3

Open kulak opened 7 years ago

kulak commented 7 years ago

I am interested in adding DTLS support to https://github.com/dustin/go-coap library and yours seems to be the best bet, unless I want to deal with openssl.

So, I wounder if I can attempt integration or it is just too rough at the moment.

Thank you

pixelbender commented 7 years ago

@Kulak In developing, and it's not yet ready for use. Now I'm implementing internal/tls package with pluggable transport (UDP for DTLS with retransmission and ordering stuff, or TCP for TLS). It makes testing easy.

maufl commented 7 years ago

Does that mean you're still intending to finish this library? I started my own Go DTLS library last year because I wanted to have one. However, I'm no (D)TLS expert and was struggling to get anything working. Some things are already working but I'm stuck at testing handshake message retransmission (this seems to me to be the most difficult part), because I don't know how to properly test it. I'm currently not motivated to continue working on it, but if I can help you finish your library let me know. I would be very happy to have a working Go DTLS implementation.

pixelbender commented 7 years ago

@maufl Yes. That's why I decided to implement TLS first. So, next week I plan to commit my work so you can see and decide what part you can improve. Thanks

ghost commented 6 years ago

Hey @pixelbender

There is a group implementing lots of the same protocols you are and there is allot of momentum if your interested in this stuff. They could do with help from people that know about this

https://github.com/pions/webrtc/issues/20

https://github.com/gortc

hhuccpj commented 6 years ago

Dear Sir, I would like to integrate your code to my CoAP project. Is it completed please? Seems no update for a long while.