You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
Hi,
In the absence of a DTLS implementation in Go, what do folks recommend as a reasonable way to achieve authenticated private datagram based communication in pure Go?
I couldn't find any example code out there and I'm not going to attempt to roll my own crypto (or to implement DTLS) except as a last resort.
-- Martin.
Egon
unread,
Feb 27, 2016, 4:05:33 PM2/27/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
On Saturday, 27 February 2016 22:48:35 UTC+2, MartinG wrote:
Hi,
In the absence of a DTLS implementation in Go, what do folks recommend as a reasonable way to achieve authenticated private datagram based communication in pure Go?
Searchin on godoc.org usually helps, currently it came up with two: