Michael Kaufmann
Michael Kaufmann
Add an option to set the SSL session cache size for easy handles and for share handles. The SSL session cache size can only be set before the cache is...
# syslog-ng ## Version of syslog-ng syslog-ng 3.27.1 ## Platform CentOS 7 (64 bit) # Issue ## Failure syslog-ng buffers log messages if it needs to send them to a...
The function ``proxy_get_configuration()`` is not implemented anymore in Envoy. If it's used by a WASM plugin, Envoy prints this error message: ``` [error][wasm] [source/extensions/common/wasm/wasm_vm.cc:38] Failed to load Wasm module due...
Avoid MITM attacks by checking whether the server's certificate contains the server's hostname. Currently this works only with OpenSSL 1.1.0 or newer.
There is a regression in OpenSSL 3.0.7 in the "openssl sha1" command. To test this, please perform these steps with OpenSSL 3.0.5: ``` echo "test" > test.dat openssl genrsa -out...
### I did this Trailers are sent only for "big" requests (approx. >= 64 KB). For "small" requests, trailers are not sent, and the function set by `CURLOPT_TRAILERFUNCTION` is not...
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/hydra/blob/master/CODE_OF_CONDUCT.md). -...
The function `h2_c2_create()` takes a bucket allocator as a parameter (`apr_bucket_alloc_t *buckt_alloc`), but this parameter is not used. The function creates a new bucket allocator: ``` c2->bucket_alloc = apr_bucket_alloc_create(pool); ```...
nghttp2 1.61.0 limits the number of HTTP/2 continuation frames and provides the new function `nghttp2_option_set_max_continuations()`. By default, 8 continuation frames are allowed. Envoy increased the value to 1024 in this...
Feature request: Support multiple contact email addresses, e.g. by separating them with commas: ``` MDContactEmail "[email protected],[email protected]" ``` See also #286