mutual auth in go

This commit is contained in:
Randy Bush 2021-01-11 09:52:42 -08:00
parent dfa187ca05
commit 264e0ec0ff

View file

@ -378,6 +378,7 @@ ssh keylength `cat .ssh/id_rsa.pub | cut -c 9-60 | openssl base64 -d | hd`<br>
[Awesome Cryptogtaphy](https://github.com/sobolevn/awesome-cryptography)<br>
[An introductory course on cryptography](https://www.crypto101.io/)<br>
[A Stick Figure Guide to the Advanced Encryption Standard (AES)](http://www.moserware.com/2009/09/stick-figure-guide-to-advanced.html)<br>
[Mutually Authenticated TLS from a Go client](https://medium.com/@sirsean/mutually-authenticated-tls-from-a-go-client-92a117e605a1)<br>
## General Security
@ -577,4 +578,4 @@ to false to prevent push notifications]<br>
---
2020.12.31
2021.01.11