From b2696aa5298738e585cb9ab62be40884b1bb5365 Mon Sep 17 00:00:00 2001 From: Hakase Date: Sun, 16 Sep 2018 02:31:26 +0900 Subject: [PATCH] Change filename. --- README.md | 2 +- ..._log_strict-sni.patch => openssl-ignore_log_strict-sni.patch | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename openssl_ignore_log_strict-sni.patch => openssl-ignore_log_strict-sni.patch (100%) diff --git a/README.md b/README.md index 1c8338b..74f0877 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Here is the basic patch content. | :--- | :--- | | openssl-equal-1.1.1.patch | Support **final (TLS 1.3)**, TLS 1.3 cipher settings **_can not_** be changed on _nginx_. | | openssl-equal-1.1.1_ciphers.patch | Support **final (TLS 1.3)**, TLS 1.3 cipher settings **_can_** be changed on _nginx_. | -| openssl_ignore_log_strict-sni.patch | When using nginx_strict-sni.patch, nginx ignores the error in error.log. [View issue](https://github.com/hakasenyang/openssl-patch/issues/1#issuecomment-421594901) | +| openssl-ignore_log_strict-sni.patch | When using nginx_strict-sni.patch, nginx ignores the error in error.log. [View issue](https://github.com/hakasenyang/openssl-patch/issues/1#issuecomment-421594901) | **The "_ciphers" patch file is a temporary change to the TLS 1.3 configuration.** diff --git a/openssl_ignore_log_strict-sni.patch b/openssl-ignore_log_strict-sni.patch similarity index 100% rename from openssl_ignore_log_strict-sni.patch rename to openssl-ignore_log_strict-sni.patch