Commit Graph
288 Commits
Author SHA1 Message Date
Hakase fc69bd8b3d Update submodules. 2018-10-17 15:16:38 +09:00
Hakase 60e3dc12e0 Fix nginx.conf settings. 2018-10-13 14:46:25 +09:00
Hakase fd3f8b9369 Add TLS clock skew send. 2018-10-13 14:46:11 +09:00
Hakase faff3eca89 Add comment. 2018-10-09 07:14:25 +09:00
Hakase dbe0b03004 Fix strict-sni bug. 2018-10-09 06:32:32 +09:00
Hakase c2beb6338b Update nginx strict-sni. 2018-10-09 04:43:51 +09:00
Hakase c7794990e8 Fixed for http configuration only - strict_sni, strict_sni_header 2018-10-08 20:31:42 +09:00
Hakase 2af1ec8d00 Compatibility patch between nginx strict sni and BoringSSL. 2018-10-07 21:57:00 +09:00
Hakase e5ed8553e2 Improved patch to nginx strict sni 2018-10-07 20:09:06 +09:00
Hakase 186fd1b5ae Improved nginx strict sni. 2018-10-07 19:45:46 +09:00
Hakase 052f5776dc Reapply nginx strict sni patch.
Issue: https://github.com/hakasenyang/nginx-build/commit/e3932ebe24b3fc723d6cb041c52ae63876154df9#commitcomment-30796507
2018-10-06 23:08:43 +09:00
Hakase 3ebb1c0f0c Update README.md 2018-10-06 20:22:18 +09:00
Hakase 376184d90f Update README.md 2018-10-06 20:20:12 +09:00
Hakase 0b8c6cc619 Support CHACHA20-OLD, Update submodule. 2018-10-06 20:14:16 +09:00
Hakase dc010b2191 Update submodule. 2018-10-05 00:18:15 +09:00
Hakase e3932ebe24 Revert "Update nginx strict sni patch."
This reverts commit 997e1bb428.

Not compatible with ssl_early_data.
2018-10-05 00:17:06 +09:00
Hakase 997e1bb428 Update nginx strict sni patch.
Issue: https://github.com/hakasenyang/openssl-patch/issues/1#issuecomment-427040319
2018-10-04 23:42:07 +09:00
Hakase 3a493665ce Improved error occurrence when setting configure manually. 2018-10-04 23:02:10 +09:00
Hakase aaf9e2ef84 Update auto.sh shell 2018-10-04 22:45:13 +09:00
Hakase 69e6ad19cd Latest update - 7371 2018-10-04 08:46:41 +09:00
Hakase 38f6613705 Fix typo. 2018-10-03 17:17:41 +09:00
Hakase 38625bd5ae Add h2. 2018-10-03 15:23:09 +09:00
Hakase 28a9592b3c Update submodules. 2018-10-03 13:49:45 +09:00
Hakase b225850d52 Version bump. 2018-10-03 13:43:55 +09:00
Hakase fb2e8c1e54 Latest update - 7369 2018-10-03 13:43:14 +09:00
Hakase b8556fb704 Update nginx default configuration file. 2018-10-03 13:42:22 +09:00
Hakase 9913b968f9 Latest update - 7365 2018-09-28 08:24:29 +09:00
Hakase 3909a37669 Secure: Redefine SSL_OP_NO_RENEGOTIATION & Add SSL_OP_PRIORITIZE_CHACHA (OpenSSL 1.1.x, Using OpenSSL built-in) 2018-09-27 02:22:28 +09:00
Hakase 9763686ccc Latest update - 7363 2018-09-26 07:25:47 +09:00
Hakase 565ce4d0cc Latest update - 7359 2018-09-25 11:43:30 +09:00
Hakase 1de34aa0ce Latest update - 7358 2018-09-22 16:45:51 +09:00
Hakase 8257b0dabc Fix max early data.
BoringSSL specified max early data as 14336.
in ssl/internal.h:2471
static const size_t kMaxEarlyDataAccepted = 14336;
2018-09-22 14:38:41 +09:00
Hakase 1bdc745ea7 Update OpenSSL 2018-09-22 13:25:49 +09:00
Hakase 32fb245f23 Change default value. 2018-09-22 12:35:33 +09:00
Hakase e6ea42ddd5 Latest update - 7357 2018-09-22 12:27:13 +09:00
Hakase 2756efd2cd Update README.md and Add README.ko.md 2018-09-22 01:44:53 +09:00
Hakase 9d382fc8ac Fix typo - README.md 2018-09-22 01:09:27 +09:00
Hakase 7b92ed3fea Add geoip2 module. 2018-09-22 01:05:45 +09:00
Hakase 1134c4cd6e Latest update - 7355 2018-09-22 01:04:12 +09:00
Hakase 208765973a Add GeoIP2, Remove GeoIP. 2018-09-22 00:59:05 +09:00
Hakase 6c52beca9a Add config - strict_sni_header 2018-09-20 09:23:14 +09:00
Hakase 0480de42f3 When server_tokens is off, server names are not sent in special responses. 2018-09-19 10:33:31 +09:00
Hakase 7fc1a7463d Add comment. 2018-09-19 00:33:55 +09:00
Hakase c3d3479327 Add a description of Strict SNI 2018-09-17 16:50:21 +09:00
Hakase 01ec7ac6b5 If strict_sni is ON and invalid header is received, the connection is terminated. 2018-09-16 15:57:38 +09:00
Hakase c77f6412dc Fix patch 2018-09-16 13:59:25 +09:00
Hakase 0e68883e96 Fix strict-sni 2018-09-16 13:48:05 +09:00
Hakase 68743adc98 Block invalid header transmission on ssl connection. 2018-09-16 13:37:11 +09:00
Hakase 2fcd0abbd3 Add feature - Strict-SNI 2018-09-16 06:57:17 +09:00
Hakase 73c5f22ec9 Update OpenSSL 2018-09-16 06:30:50 +09:00