Fix README.md

openssl-1.1.1
Hakase 2018-05-30 14:45:57 +09:00
parent 1d8022cceb
commit 7b8e15db85
1 changed files with 3 additions and 0 deletions

View File

@ -3,11 +3,13 @@
## OpenSSL Equal Preference Patch ## OpenSSL Equal Preference Patch
[Test Page - (TLS 1.3 draft 23, 28)](https://ssl.hakase.io/) [Test Page - (TLS 1.3 draft 23, 28)](https://ssl.hakase.io/)
**If you link site to a browser that supports draft 23 or 28, you'll see a TLS 1.3 message.** **If you link site to a browser that supports draft 23 or 28, you'll see a TLS 1.3 message.**
**Latest patch : openssl-equal-pre8.patch** **Latest patch : openssl-equal-pre8.patch**
[View Tree (OpenSSL)](https://github.com/openssl/openssl/tree/02a7e0a9f63ec97e9671fec2bb8ce7c289fb4d66) [View Tree (OpenSSL)](https://github.com/openssl/openssl/tree/02a7e0a9f63ec97e9671fec2bb8ce7c289fb4d66)
[Original source](https://boringssl.googlesource.com/boringssl/+/858a88daf27975f67d9f63e18f95645be2886bfb%5E%21) by [BoringSSL](https://github.com/google/boringssl) & [CentminMod](https://centminmod.com/) [Original source](https://boringssl.googlesource.com/boringssl/+/858a88daf27975f67d9f63e18f95645be2886bfb%5E%21) by [BoringSSL](https://github.com/google/boringssl) & [CentminMod](https://centminmod.com/)
OpenSSL 1.1.0h patch is [here](https://gitlab.com/buik/openssl/blob/openssl-patch/openssl-1.1/OpenSSL1.1h-equal-preference-cipher-groups.patch) OpenSSL 1.1.0h patch is [here](https://gitlab.com/buik/openssl/blob/openssl-patch/openssl-1.1/OpenSSL1.1h-equal-preference-cipher-groups.patch)
@ -15,6 +17,7 @@ OpenSSL 1.1.0h patch is [here](https://gitlab.com/buik/openssl/blob/openssl-patc
## pre8 File ## pre8 File
openssl-equal-pre8.patch : TLS 1.3 cipher settings can not be changed on nginx. openssl-equal-pre8.patch : TLS 1.3 cipher settings can not be changed on nginx.
openssl-equal-pre8_ciphers.patch : TLS 1.3 cipher settings can be changed on nginx. (ex. TLS13+AESGCM+AES128:TLS13+AESGCM+AES256) openssl-equal-pre8_ciphers.patch : TLS 1.3 cipher settings can be changed on nginx. (ex. TLS13+AESGCM+AES128:TLS13+AESGCM+AES256)
The _ciphers patch file is a temporary change to the TLS 1.3 configuration. The _ciphers patch file is a temporary change to the TLS 1.3 configuration.