forked from Hakase/nginx-build
Update OpenSSL 1.1.1-pre8, SSL Ciphers, submodule.
This commit is contained in:
@@ -21,15 +21,15 @@
|
||||
- Auto SSL Cipher settings
|
||||
- **The following information is preset. Do not set it yourself unless you need it.**
|
||||
- ssl_protocols : TLSv1.2 TLSv1.3
|
||||
- ssl_ciphers : [EECDH+ECDSA+AESGCM+AES128|EECDH+ECDSA+CHACHA20]:EECDH+ECDSA+AESGCM+AES256:EECDH+ECDSA+AES128+SHA:EECDH+ECDSA+AES256+SHA:[EECDH+aRSA+AESGCM+AES128|EECDH+aRSA+CHACHA20]:EECDH+aRSA+AESGCM+AES256:EECDH+aRSA+AES128+SHA:EECDH+aRSA+AES256+SHA
|
||||
- ssl_prefer_server_ciphers : on
|
||||
- ssl_ciphers : [TLS13+AESGCM+AES128|TLS13+CHACHA20]:TLS13+AESGCM+AES256:[EECDH+ECDSA+AESGCM+AES128|EECDH+ECDSA+CHACHA20]:EECDH+ECDSA+AESGCM+AES256:EECDH+ECDSA+AES128+SHA:EECDH+ECDSA+AES256+SHA:[EECDH+aRSA+AESGCM+AES128|EECDH+aRSA+CHACHA20]:EECDH+aRSA+AESGCM+AES256:EECDH+aRSA+AES128+SHA:EECDH+aRSA+AES256+SHA
|
||||
- ssl_prefer_server_ciphers : On
|
||||
- ssl_ecdh_curve : X25519:P-256:P-384
|
||||
- DO NOT USE **ssl_dhparam**. not required.
|
||||
- DO NOT USE **ssl_dhparam**. Not required.
|
||||
- TLS v1.3 (draft 23, 28)
|
||||
- Use OpenSSL-1.1.1-pre7-dev (**draft 23, 28**)
|
||||
- Use OpenSSL Equal Preference Patch ([BoringSSL](https://github.com/google/boringssl) & [CentminMod](https://centminmod.com/))
|
||||
- My Equal Preference Patch is [here](https://git.hakase.app/Hakase/openssl-patch/src/branch/master/openssl-equal-pre7-draft23_28.patch)
|
||||
- Prefers ChaCha20 suites with clients that don't have AES-NI (e.g., Android devices)
|
||||
- Use OpenSSL-1.1.1-pre8-dev (**draft 23, 28**)
|
||||
- Use OpenSSL equal preference patch ([BoringSSL](https://github.com/google/boringssl) & [CentminMod](https://centminmod.com/))
|
||||
- My equal preference patch is [here](https://git.hakase.app/Hakase/openssl-patch/src/branch/master/openssl-equal-pre8_ciphers.patch)
|
||||
- Prefers ChaCha20 suites with clients that don't have AES-NI(AES hardware acceleration) (e.g., Android devices)
|
||||
- More library!
|
||||
- headers_more_nginx_module
|
||||
- Google PageSpeed for nginx
|
||||
|
||||
Reference in New Issue
Block a user