diff --git a/README.md b/README.md index 99c4937..c56e9dd 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,28 @@ My nginx build files. -Please edit for this - https://git.hakase.io/Hakase/nginx-build/blob/master/src/core/nginx.h#L15 +Please edit for this file. - https://git.hakase.io/Hakase/nginx-build/blob/master/src/core/nginx.h#L15 ```c -#define NGINX_SERVER `"Hakase-nginx"` +#define NGINX_SERVER "Hakase-nginx" ``` -- [x] Complete tasks - - [x] Change git +Featured +- Auto SSL Cipher settings + - ssl_ciphers + - ssl_prefer_server_ciphers + - ssl_ecdh_curve + - DO NOT USE ssl_dhparam. not required. +- Prefers ChaCha20 suites with clients that don't have AES-NI (e.g., Android devices) +- More library! + - headers_more_nginx_module + - Google PageSpeed for nginx + - and the other. +- Hpack, SSL Dynamic TLS Records Support. (Thanks to cloudflare!) +- spdy/3.1 Support. -- [ ] Incomplete tasks - - [ ] TLS v1.3 - - [ ] Auto build (rpm, deb, etc.) - - [ ] ETC. +Upcoming Features +- [ ] TLS v1.3 +- [ ] Old CHACHA20-POLY1305 support. +- [ ] Auto build (rpm, deb, etc.) +- [ ] ETC. diff --git a/lib/pcre-8.41/.libs/libpcre.a b/lib/pcre-8.41/.libs/libpcre.a index f6083b5..7b16e7e 100644 Binary files a/lib/pcre-8.41/.libs/libpcre.a and b/lib/pcre-8.41/.libs/libpcre.a differ diff --git a/lib/zlib-1.2.11/libz.a b/lib/zlib-1.2.11/libz.a index 1095c8c..de55670 100644 Binary files a/lib/zlib-1.2.11/libz.a and b/lib/zlib-1.2.11/libz.a differ