From ec827e22258497832e48a9125cf61acdcf85ba79 Mon Sep 17 00:00:00 2001 From: pe3zx Date: Wed, 2 Jan 2019 06:47:15 +0000 Subject: [PATCH] [Articles][Cryptography] A Readable Specification of TLS 1.3 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 31cd9b8..5af4dbd 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ My curated list of awesome links, resources and tools ### Cryptography +- [A Readable Specification of TLS 1.3](https://davidwong.fr/tls13/) - [Encrypting for Apple's Secure Enclave](https://darthnull.org/security/2018/05/31/secure-enclave-ecies/) - [hannob/tls-what-can-go-wrong - TLS - what can go wrong?](https://github.com/hannob/tls-what-can-go-wrong)