[Web Feed] This post is a basic introduction to running HTTPS servers and clients in Go ...

Feed Supplier <[email protected]> Mon, 10 May 21 09:09:41 UTC
Newsgroups alt.comp.programming
Organization Usenet.Farm
Message-ID <[email protected]>
..using TLS. It assumes some familiarity with public-key crypto. 



This post is a basic introduction to running HTTPS servers and clients in Go using TLS. It assumes some familiarity with public-key crypto. Feel free to check out my earlier posts about 
eli.thegreenplace.net/2019/rsa-theory-and-implementation/: RSA and the 
eli.thegreenplace.net/2019/diffie-hellman-key-exchange/: Diffie-Hellman Key Exchange; TLS uses the elliptic-curve version of Diffie-Hellman. I won't be covering how the protocol itself works in detail here, but if you're interested I recommend to read up on the subject.




Link 1


Go HTTPS servers with TLS - Eli Bendersky's website: https://eli.thegreenplace.net/2021/go-https-servers-with-tls