Harald Gutmann
Harald Gutmann
This PR tries to provide a solution for the issue described in #358. For further details please refer to the documentation in [pingora-core/benches/tls_benchmarks.md](https://github.com/hargut/pingora/blob/feat/add-tls-benchmarks-valgrind/pingora-core/benches/tls_benchmarks.md).
## What is the problem your feature solves, or the need it fulfills? Currently there are no benchmarks available for the pingora-core TLS acceptor & connector. To fully understand the...
# Overview The PR builds on top of #514 and integrates Quiche/Http3 with pingora-core on the client side. It provides another part to integrate QUIC support in pingora. During the...
# Overview The PR integrates Quiche/Http3 with pingora-core for the server side. The viable options for the QUIC integration (#95) looked to be: - a hyper-h3 based approach with quiche...
The PR adds metrics covering the following areas: - zone (authority) lookups - request/response DNS classes - request/response DNS record types (#3007) Kind regdards, Harald
This PR allows to use a custom `dyn ResolvesServerCert` for the rustls `TlsAcceptor`. The solution enables certificate resolution based on SNI (#594) and provides flexibility for certificate related topics like...
This PR allows selection of `aws-lc-rs` or `ring` as rustls crypto backend and initializes the default crypto provider accordingly.