Glenn Strauss

Results 319 comments of Glenn Strauss

FYI: even simpler: `url.rewrite-if-not-file = ( "" => "index.php" )` skips the unnecessary regex.

FYI: The patches I wrote in (#10303) for hostapd to support mbedtls 2.28 were also written to support mbedtls 3.x. However, replacing mbedtls 2.28 with mbedtls 3.x has implications for...

Thanks, @orangepizza (and thanks for fixing that bug, hidden by an ifdef, in my hostapd mbedtls patch). I hadn't searched openwrt for closed issues for mbedtls 3.x. If I get...

https://github.com/umurmur/umurmur/pull/190 for umurmur to support mbedtls 3.x

> I guess exposing the TLS NamedCurve identifier as part of this interface is desired? Yes, I need to map the user-provided "string-names" to TLS ids. >If so this should...

Seems reasonable. I will consider this PR for the future. However, please note that if a long upload/download is in progress from/to a slow client, then the download might be...

> If some download is ongoing, and aborts, the user will retry. LGTM. While that *might* be true for some users for some downloads, you have no data to prove...

FYI: lighttpd 1.4.78 (#26202) includes a new feature (option disabled by default) to check and reload certificates and CRLs about once a minute, without needing to restart lighttpd. https://www.lighttpd.net/2025/3/22/1.4.78/ https://wiki.lighttpd.net/Docs_SSL#Configuration

`(mod_openssl.c.4764) SSL: 5 -1 error:80000020:system library::Broken pipe` Line 4764 in mod_openssl.c is in the function `mod_openssl_close_notify()`. There are more than a few clients which do not properly implement the TLS...

@jens-maus I agree. I have revamped some of the TLS error logging for the next release of lighttpd scheduled for later this month. The OpenSSL error queue interface is leaky...