Fix README.md
parent
1d8022cceb
commit
7b8e15db85
|
@ -3,11 +3,13 @@
|
|||
## OpenSSL Equal Preference Patch
|
||||
|
||||
[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.**
|
||||
|
||||
**Latest patch : openssl-equal-pre8.patch**
|
||||
|
||||
[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/)
|
||||
|
||||
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
|
||||
|
||||
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)
|
||||
|
||||
The _ciphers patch file is a temporary change to the TLS 1.3 configuration.
|
||||
|
|
Loading…
Reference in New Issue