diff --git a/README.md b/README.md index ca52095..0a86dda 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,6 @@ Here is the basic patch content. | openssl-equal-pre2.patch | **_Not support_** draft **28**. | | openssl-equal-pre7.patch
openssl-equal-pre8.patch | TLS 1.3 cipher settings **_can not_** be changed on _nginx_. | | openssl-equal-pre7_ciphers.patch
openssl-equal-pre8_ciphers.patch | TLS 1.3 cipher settings **_can_** be changed on _nginx_. | -| nginx_hpack_push.patch | _Patch both_ the HPACK patch and the **PUSH ERROR**. | -| nginx_hpack_push_fix.patch | _Patch only_ the **PUSH ERROR** of the hpack patch. (If the HPACK patch has already been completed) | **The "_ciphers" patch file is a temporary change to the TLS 1.3 configuration.** @@ -43,6 +41,13 @@ Example of setting TLS 1.3 cipher in nginx (pre7 or higher): - ex 2. TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256 - ex 3. TLS13+AESGCM+AES128:EECDH+AES128 (TLS 1.3 + TLS 1.2 ciphers) +## Not OpenSSL patch files + +| Patch file name | Patch list | +| :--- | :--- | +| nginx_hpack_push.patch | _Patch both_ the HPACK patch and the **PUSH ERROR**. | +| nginx_hpack_push_fix.patch | _Patch only_ the **PUSH ERROR** of the hpack patch. (If the HPACK patch has already been completed) | + ## nginx Configuration (ssl_ciphers) ### Default settings