From 264e0ec0ff7817724950945850c263f28e74012d Mon Sep 17 00:00:00 2001 From: Randy Bush Date: Mon, 11 Jan 2021 09:52:42 -0800 Subject: [PATCH] mutual auth in go --- pages/LotsOfLinks.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/LotsOfLinks.md b/pages/LotsOfLinks.md index 186f1ce..d557272 100644 --- a/pages/LotsOfLinks.md +++ b/pages/LotsOfLinks.md @@ -378,6 +378,7 @@ ssh keylength `cat .ssh/id_rsa.pub | cut -c 9-60 | openssl base64 -d | hd`
[Awesome Cryptogtaphy](https://github.com/sobolevn/awesome-cryptography)
[An introductory course on cryptography](https://www.crypto101.io/)
[A Stick Figure Guide to the Advanced Encryption Standard (AES)](http://www.moserware.com/2009/09/stick-figure-guide-to-advanced.html)
+[Mutually Authenticated TLS from a Go client](https://medium.com/@sirsean/mutually-authenticated-tls-from-a-go-client-92a117e605a1)
## General Security @@ -577,4 +578,4 @@ to false to prevent push notifications]
--- -2020.12.31 +2021.01.11