go-wolfssl
go-wolfssl copied to clipboard
golang wrapper for wolfSSL lightweight TLS library and wolfCrypt cryptography library.
I was unable to find any references to DTLS in this repo, but just in case, does go-wolfssl support DTLS or not?
It seems like the cgo directives in the code assume Linux. Is there a way to get this working on Windows?
Includes a small refactor and support for the following algos: - Blake2s - Chacha20_Poly1305 - Curve25519 - HMAC
See my fork here https://github.com/glycerine/go-wolfssl specifically at commit cd11bedcb95f0d8d76825555d1136ea86cffaf6b (currently tip of master branch as of this writing). Sometimes the server's reply of 65536 bytes fails on the first write....