TJ Saunders
TJ Saunders
The scope of this task is to implement support for the "no-flow-control" SSH extension, per [RFC 8308](https://tools.ietf.org/html/rfc8308#section-3.3). It looks like there are a few SSH clients that implement that extension,...
…ail with "Permission denied", when the sticky bit is present.
…ed OpenSSL installation.
…at crypt(3) be called with root privs in mod_auth_file.
files reside on slow/networked filesystems, and a server-side buffer can help reduce the number of network calls, improving client-visible latency.
…llbacks as needed.
The scope of this ticket is to add support/usage of the [`SSL_sendfile`](https://www.openssl.org/docs/man3.1/man3/SSL_sendfile.html) function, available in OpenSSL 3.x, to the `mod_tls` module. The `SSL_sendfile` function makes use of TLS support in...
…ments when it detects a server-side deadlock, at least a few times.
The scope of this ticket is to try to improve the logging of failures with encrypted channels (specifically TLS and SSH) that occur due to renegotiations/rekeying. Not all TLS or...
…ss to use when connecting to backend servers.