Created
July 30, 2018 12:08
-
-
Save slanterns/7330b35c88e0221817fcf21eb52dbf38 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-------------------------------------------------------------------------------- | |
reference | |
https://github.com/openssl/openssl | |
https://serverfault.com/questions/842037/how-do-you-enable-tls1-3-in-nginx | |
https://ma.ttias.be/enable-tls-1-3-nginx/ | |
https://github.com/WeMobileDev/article/blob/master/基于TLS1.3的微信安全通信协议mmtls介绍.md | |
[https://github.com/WeMobileDev/article/blob/master/%E5%9F%BA%E4%BA%8ETLS1.3%E7%9A%84%E5%BE%AE%E4%BF%A1%E5%AE%89%E5%85%A8%E9%80%9A%E4%BF%A1%E5%8D%8F%E8%AE%AEmmtls%E4%BB%8B%E7%BB%8D.md] | |
https://www.starduster.me/2017/04/27/nginx-1-13-with-tls13/ | |
https://tlswg.github.io/tls13-spec/ | |
https://www.openssl.org/blog/blog/2017/05/04/tlsv1.3/ | |
https://www.isthnew.com/openssl-dev-tls1_3-support/ | |
-------------------------------------------------------------------------------- | |
require | |
security.tls.version.max = 3 | |
/依快照恢复,原文于17/05/09/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment