Activity
From 2025-05-23 to 2025-05-29
Today
- 06:11 Lighttpd Revision 048f046a: [mod_boringssl] more CRYPTO_BUFFER code, less X509
- parse ssl.verifyclient.ca-file and ssl.verifyclient.ca-dn-file
into (CRYPTO_BUFFERS **), and then into (X509 *), wh...
2025-05-28
- 19:15 Lighttpd Revision 2f27f4d4: [mod_boringssl] code reuse
- adjust mod_boringssl_load_pem_file() to move the check for active first
cert into network_openssl_load_pemfile(). Th... - 03:37 Lighttpd Revision 4014f26d: [mod_boringssl] using AWS-LC does not build
- AWS-LC is not closely tracking BoringSSL and does not support BoringSSL
SSL_CREDENTIAL and associated APIs (committed... - 03:36 Lighttpd Feature #3282 (Wontfix): Add build support for AWS-LC as openssl variant
- While I could revert commit commit:49b2eb696d0238ecd20651a0d4a733a9b78fdd31 to retain AWS-LC support in @src/mod_open...
- 01:39 Lighttpd Feature #3282: Add build support for AWS-LC as openssl variant
- The @SSL_CREDENTIAL@ API was added to BoringSSL over a year ago (Mar 2024) in https://github.com/google/boringssl/com...
2025-05-27
- 19:22 Lighttpd Feature #3282: Add build support for AWS-LC as openssl variant
- With boringssl it builds and I changed my lighttpd configuration to load @mod_boringssl@ instead of @mod_openssl@, it...
- 18:27 Lighttpd Feature #3282: Add build support for AWS-LC as openssl variant
- I tried to build your new patches, but configure fails because AWS-LC does not have the function @SSL_CREDENTIAL_new_...
- 03:15 Lighttpd Revision 88eaf707: [mod_boringssl] use SSL_get0_peer_certificates()
- note: client verification still requires X509 structures;
future boringssl plans to introduce new interfaces using CR...
2025-05-26
- 09:34 Lighttpd Revision dbd050fc: [mod_boringssl] init/enable CRYPTO_BUFFER_POOL
- 09:21 Lighttpd Feature #3282 (Fixed): Add build support for AWS-LC as openssl variant
- lighttpd git master branch has now split BoringSSL support from @src/mod_openssl.c@ into @src/mod_boringssl.c@
Addit... - 08:26 Lighttpd Revision 4f7bad71: [mod_boringssl] TLS_with_buffers_method() optim
- prefer using TLS_with_buffers_method() optimization when
ssl.verifyclient.activate is not enabled
Note: calls into s... - 05:28 Lighttpd Revision 9af69c9e: [mod_boringssl] ignore ssl.read-ahead
- SSL_CTX_set_read_ahead() and SSL_set_read_ahead() are no-ops
- 05:28 Lighttpd Revision 49b2eb69: [mod_openssl] remove code specific to boringssl
- remove code specific to boringssl (still in mod_boringssl.c)
- 05:28 Lighttpd Revision d9a2a893: [mod_boringssl] remove openssl/libressl code
- remove code specific to openssl and libressl (still in mod_openssl.c)
- 01:17 Lighttpd Feature #3284: Request an option to not sort ".." in the directory listing
- > Request an option to not sort ".." in the directory listing
BTW, a workable solution is already provided by [[mo... - 01:10 Lighttpd Feature #3284 (Need Feedback): Request an option to not sort ".." in the directory listing
- The javascript for directory sorting in lighttpd mod_dirlisting performs a simple action: sort the list ascending acc...
2025-05-25
- 17:55 Lighttpd Feature #3284 (Need Feedback): Request an option to not sort ".." in the directory listing
- Hi,
Currently if I try to sort, this "directory" will be included in the sorting (dir-listing.activate = "enable")... - 14:00 Lighttpd Revision 3ce0bc38: [mod_boringssl] rename plugin init func
- small code changes to make mod_boringssl distinct from mod_openssl
- 14:00 Lighttpd Revision c359f5ef: [build] build support for mod_boringssl
- limited support for building mod_boringssl
BoringSSL (and AWS-LC fork of BoringSSL) are forks of OpenSSL
and (at lea... - 14:00 Lighttpd Revision 2550e650: [mod_boringssl] cp mod_openssl.c mod_boringssl.c
- (copy src/mod_openssl.c to src/mod_boringssl.c without any changes)
- 14:00 Lighttpd Revision df091e3e: [mod_openssl] use BoringSSL APIs w/ SSL_CREDENTIAL
Also available in: Atom