[nginx] SSL: removed OPENSSL_NO_SHA256 support.

2024-08-30 Thread Maxim Dounin
details: http://freenginx.org/hg/nginx/rev/8ebb4e488aa4 branches: changeset: 9323:8ebb4e488aa4 user: Maxim Dounin date: Sat Aug 31 00:30:39 2024 +0300 description: SSL: removed OPENSSL_NO_SHA256 support. In OpenSSL itself, support for builds without SHA256 was removed in OpenSSL 1.1

[nginx] Request body: fixed segfault on early errors.

2024-08-30 Thread Maxim Dounin
details: http://freenginx.org/hg/nginx/rev/75794cb1f5ea branches: changeset: 9326:75794cb1f5ea user: Maxim Dounin date: Sat Aug 31 03:55:10 2024 +0300 description: Request body: fixed segfault on early errors. The r->request_body might not be initialized on error handling in ngx_htt

[nginx] SSL: added SHA-256 fingerprints.

2024-08-30 Thread Maxim Dounin
details: http://freenginx.org/hg/nginx/rev/03cdd806c0f2 branches: changeset: 9324:03cdd806c0f2 user: Maxim Dounin date: Sat Aug 31 00:30:42 2024 +0300 description: SSL: added SHA-256 fingerprints. In http and stream modules, the $ssl_client_fingerprint_sha256 variable now provides c

[nginx] MIME: added mjs extension to text/javascript.

2024-08-30 Thread Maxim Dounin
details: http://freenginx.org/hg/nginx/rev/eebab9268326 branches: changeset: 9329:eebab9268326 user: Maxim Dounin date: Sat Aug 31 05:40:14 2024 +0300 description: MIME: added mjs extension to text/javascript. diffstat: conf/mime.types | 2 +- 1 files changed, 1 insertions(+), 1

[nginx] MIME: updated type for js files to text/javascript.

2024-08-30 Thread Maxim Dounin
details: http://freenginx.org/hg/nginx/rev/48f30a3add51 branches: changeset: 9328:48f30a3add51 user: Maxim Dounin date: Sat Aug 31 05:40:06 2024 +0300 description: MIME: updated type for js files to text/javascript. RFC 9239 changed recommended media type to text/javascript, and mad

[nginx] MIME: added text/markdown type.

2024-08-30 Thread Maxim Dounin
details: http://freenginx.org/hg/nginx/rev/707736510a90 branches: changeset: 9327:707736510a90 user: Maxim Dounin date: Sat Aug 31 05:40:00 2024 +0300 description: MIME: added text/markdown type. Added text/markdown type for the ".md" and ".markdown" extensions (https://www.iana.org

[nginx] Usage of ngx_explicit_memzero() in internal md5 and sha1.

2024-08-30 Thread Maxim Dounin
details: http://freenginx.org/hg/nginx/rev/0086f8da5d8d branches: changeset: 9325:0086f8da5d8d user: Maxim Dounin date: Sat Aug 31 00:30:44 2024 +0300 description: Usage of ngx_explicit_memzero() in internal md5 and sha1. The goal of the context cleanup in ngx_md5_final() and ngx_sh