Commit Graph
100 Commits
Author SHA1 Message Date
Hakase 5afa2a3e6c Latest update - 3.0.0-dev 2019-03-24 23:07:12 +09:00
Hakase 89c8eedc85 Fix app crash when using wrong cipher (3.0.0-dev) 2019-03-16 01:06:40 +09:00
Hakase 2a6d9226d4 Latest update 2019-03-14 00:30:13 +09:00
Hakase f9e90d2843 Update nginx Strict-SNI Patch 2019-03-10 01:07:36 +09:00
Hakase 9f21151c15 Update Patch 2019-03-10 01:02:11 +09:00
Hakase 1f0a65b72a Latest update (3.0.0) 2019-02-27 09:24:45 +09:00
Hakase 2f12d03d26 Update README.md 2019-02-26 16:32:42 +09:00
Hakase 4545e781b0 Latest update 2019-02-26 16:31:31 +09:00
Hakase 6c606b09f8 Latest update - CHACHA20-DRAFT 2019-02-19 15:30:26 +09:00
Hakase d087771dc0 Remove TLSv1.3 draft. 2019-02-09 20:31:04 +09:00
Hakase 2ff4fd05f1 Update 3.0.0-dev patches. 2019-01-30 02:33:25 +09:00
Hakase 5146f0934a Update 3.0.0-dev patches. 2019-01-18 00:54:40 +09:00
Hakase 0709965a2d Update CHACHA20 patch. 2019-01-17 11:55:04 +09:00
Hakase ad8e215e2e Update latest version (3.0.0) 2018-12-12 23:48:30 +09:00
Hakase d388292c82 Update README.md 2018-12-07 22:41:12 +09:00
Hakase d6e608b06b Update README.md 2018-12-07 22:24:47 +09:00
Hakase 20ceda5eff Update README.md 2018-12-07 01:44:19 +09:00
Hakase ba7bb21bdc Add patch. 2018-12-06 23:46:53 +09:00
Hakase b6f7625771 Latest update (1.1.2 -> 3.0.0) 2018-12-06 22:58:50 +09:00
Hakase 4416999a70 Removing OpenSSL-1.1.1 patch files and patch OpenSSL-1.1.1a files. 2018-12-03 19:39:13 +09:00
Hakase 4bc9a625b6 Update latest version 2018-11-15 23:55:41 +09:00
Hakase 2a23d6b67a Update latest patch (1.1.2-dev) 2018-11-14 11:06:16 +09:00
Hakase e48b924f0b Update latest patch (1.1.2-dev) 2018-11-11 15:40:17 +09:00
Hakase 43de4a789a Fixed https://github.com/hakasenyang/openssl-patch/issues/10 2018-11-07 13:58:42 +09:00
Hakase 4af5da9cab Update latest patch (1.1.2-dev) 2018-11-05 16:02:38 +09:00
Hakase 5706514503 Update README.md 2018-10-21 20:52:42 +09:00
Hakase d1cf01148e Add openssl-1.1.1-tls13_nginx_config.patch 2018-10-21 16:00:36 +09:00
Hakase 159ecbdbd1 Update OpenSSL-1.1.2-dev patch. 2018-10-18 19:29:20 +09:00
Hakase d34f47744d Add standalone TLS 1.3 draft patch. 2018-10-18 19:29:05 +09:00
Hakase 026eab7dcd Fix typo.. 2018-10-11 15:21:17 +09:00
Hakase ecd5fedabe Add OLD-CHACHA20 original source. 2018-10-11 15:20:28 +09:00
Hakase d27fbc0aee Fix strict-sni bug. 2018-10-09 06:31:22 +09:00
Hakase cbc1c1b2dc nginx strict sni - Add option strict_sni and strict_sni_header 2018-10-09 04:41:33 +09:00
Hakase cb59b7e7c6 Fix typo. 2018-10-08 09:54:44 +09:00
Hakase e46bfdd806 Add comment(strict sni) to README.md 2018-10-08 07:55:07 +09:00
Hakase 8c1dcb3c22 Add comment(strict sni) to README.md 2018-10-08 07:43:53 +09:00
Hakase 5a684e86c1 Compatibility patch between nginx strict sni and BoringSSL. 2018-10-07 21:56:53 +09:00
Hakase 4ddf4e3fc0 Improved patch to nginx strict sni 2018-10-07 20:07:53 +09:00
Hakase efa8059dec Fix some missing sources.
Issue: https://github.com/hakasenyang/openssl-patch/issues/7#issuecomment-427643975
2018-10-07 19:58:10 +09:00
Hakase f44a0db6d5 Update nginx strict sni patch. 2018-10-07 19:43:09 +09:00
Hakase d167d37552 Oops. 2018-10-06 23:17:52 +09:00
Hakase 9252de9b8c Update README.md (nginx_1.15.4_strict-sni.patch) 2018-10-06 23:03:33 +09:00
Hakase 9ec0d25a8b Update nginx > 1.15.4 strict sni patch.
It only happens under certain circumstances.

    ssl_early_data on;
    There should be no SNI data. ex) http: // IP
    Connection of TLS 1.3 Supported Browsers

Error example)
/var/log/nginx/error.log
2018/10/06 22:46:21 [crit] 81400#81400: *11 SSL_read_early_data() failed (SSL: error:1422E0EA:SSL routines:final_server_name:callback failed) while SSL handshaking, client: 0.0.0.0, server: 0.0.0.0:443

Patch : https://github.com/hakasenyang/nginx-build/commit/e3932ebe24b3fc723d6cb041c52ae63876154df9#commitcomment-30796507

This patch is available for nginx 1.15.4 and later.
2018-10-06 23:01:11 +09:00
Hakase 88e8d70a10 Add support CHACHA20-OLD.
Original source by JemmyLoveJenny.

Reference : https://github.com/JemmyLoveJenny/ngx_ossl_patches/blob/master/ossl_enable_chacha20-poly1305-draft.patch
Issue : https://github.com/hakasenyang/openssl-patch/issues/1#issuecomment-427554824
2018-10-06 19:48:18 +09:00
Hakase 08fded9050 Update nginx strict sni.
Issue: https://github.com/hakasenyang/openssl-patch/issues/1#issuecomment-427040319
2018-10-04 23:39:24 +09:00
Hakase d435a2c386 nginx segfault bugfix - https://trac.nginx.org/nginx/ticket/1646 2018-10-03 19:25:37 +09:00
Hakase abe6e1bf5e Update README.md 2018-10-03 17:37:08 +09:00
Hakase 64ed6316ad Update README.md 2018-10-03 15:39:58 +09:00
Hakase 1e709bebf3 Revert "Not needed patch"
This reverts commit 3709ac20f6.
2018-10-03 15:38:31 +09:00
Hakase 3709ac20f6 Not needed patch 2018-09-27 12:49:56 +09:00
Hakase 8d3b522759 Add nginx Renegotiation bugfix and OpenSSL 1.1.2-dev patch 2018-09-27 02:31:20 +09:00
Hakase bdd01e86be Update README.md 2018-09-16 02:33:44 +09:00
Hakase b2696aa529 Change filename. 2018-09-16 02:31:26 +09:00
Hakase 35e8da32b5 Update ignore Strict-SNI log. Add instructions on how to build. 2018-09-16 02:29:55 +09:00
Hakase d4baca8e77 Add Strict-SNI
Thanks @JemmyLoveJenny

Issue link : https://github.com/hakasenyang/openssl-patch/issues/1#issuecomment-421551872
2018-09-15 21:10:17 +09:00
Hakase 3efa1495f6 Fix typo (patch example) 2018-09-13 12:13:29 +09:00
Hakase 25be0e00ca Remove pre-version patch files. 2018-09-13 12:09:47 +09:00
Hakase ba5ed555cc Update pre10. 2018-09-13 11:04:58 +09:00
Hakase 58858c503b Add HPACK & Remove nginx server header. 2018-09-03 18:56:48 +09:00
Hakase b8d79faeac Fix typo... 2018-08-26 00:52:20 +09:00
Hakase 5ff149cf65 Add link. 2018-08-23 00:13:33 +09:00
Hakase 4966584cdb Add pre10 patches 2018-08-23 00:10:35 +09:00
Hakase f0931b8a03 Update README.md 2018-08-17 13:16:44 +09:00
Hakase fbd4834cd4 Update README.md 2018-08-17 13:15:58 +09:00
Hakase 40f9f05922 Push patch compatibility in nginx 1.15.3 2018-08-16 16:16:16 +09:00
Hakase 0094ee7de7 Update pre9, Support TLS 1.3 final version. 2018-08-16 00:54:52 +09:00
Hakase c59106617a Update pre9 compatible 2018-07-08 16:01:41 +09:00
Hakase 8031759584 Update pre9 compatible 2018-07-04 10:50:16 +09:00
Hakase 96cdc00d69 Update openssl pre9 compatible version 2018-06-30 17:09:37 +09:00
Hakase 22e9155273 Update README.md - How to build 2018-06-30 17:08:38 +09:00
Hakase 1c70deea60 Update pre9 2018-06-27 19:37:27 +09:00
Hakase 17ab91660f Update README.md 2018-06-27 12:35:44 +09:00
Hakase e456f75979 Update pre9 2018-06-27 12:32:43 +09:00
Hakase d350e6c944 Add remove server header, Update README.md 2018-06-24 23:31:13 +09:00
Hakase 85c21e5b65 Update README.md 2018-06-24 21:09:38 +09:00
Hakase 489a2625c0 Update README.md 2018-06-24 21:06:20 +09:00
Hakase 8199e97a90 Add support draft 26 2018-06-18 16:43:12 +09:00
Hakase 85339486c3 Update README.md 2018-06-09 03:10:20 +09:00
Hakase 47711fd80c Move openssl-1.1.0h patch information. 2018-06-09 03:04:08 +09:00
Hakase eb689085be Fix typo - README.md 2018-06-09 02:45:45 +09:00
Hakase 5a34e755a3 Update LICENSE 2018-06-09 02:44:43 +09:00
Hakase d7774f3013 Update openssl-1.1.1-pre8-dev compatible 2018-06-07 19:16:11 +09:00
Hakase 4aa17fdc2c Some sources were missing. 2018-06-05 23:38:40 +09:00
Hakase ad9545875c Improved readability 2018-06-05 21:50:07 +09:00
Hakase 66b42cbf8d Patch hpack push error. 2018-06-05 21:37:27 +09:00
Hakase ef18da27e4 VS 2015 build compatible patch 2018-06-05 09:10:43 +09:00
Hakase e051e9d866 Update README.md 2018-06-05 08:26:43 +09:00
Hakase 249414d9b2 Add result page : ssllabs 2018-06-05 08:05:55 +09:00
Hakase 2d7938a44f Add the pre2 version again. 2018-06-05 08:03:41 +09:00
Hakase cf31a6265e Update files - Remove pre2, pre6 and Update pre7. 2018-06-05 07:48:56 +09:00
Hakase 76e2025727 Weak 3DES cipher is not used in TLSv1.1 or later. 2018-06-04 20:41:10 +09:00
Hakase ee2c0c8e15 Fix nginx hpack push error. 2018-06-04 05:43:32 +09:00
Hakase 287f5c1e24 Fix typo 2018-06-02 09:58:53 +09:00
Hakase d4aa60fd1b Added support TLS 1.3 draft 28 browsers. 2018-06-01 13:33:35 +09:00
Hakase 6d125757dc Update README.md 2018-06-01 13:30:38 +09:00
Hakase 8637d35f92 Add a description for the files. 2018-06-01 13:26:27 +09:00
Hakase 083126b5ef Update OpenSSL tree 2018-05-31 13:34:58 +09:00
Hakase de70a15981 Update pre8 patch 2018-05-30 18:45:34 +09:00
Hakase df5109c848 Update pre8_ciphers ssl ciphers. 2018-05-30 15:41:50 +09:00
Hakase 7b8e15db85 Fix README.md 2018-05-30 14:45:57 +09:00