Anton Kozlov
Anton Kozlov
Hello and thanks for a very useful library. I've noticed that `func (rs *Session) WriteData(rp *DataPacket) (n int, err error)` always returns `n=0` regardless of the outcome of writing into...
Currently only CommonName of an X.509 certificate can be used to validate identity of a user. This change extends support to include [SubjectAltName extension](https://datatracker.ietf.org/doc/html/rfc5280#section-4.1.2.6) as well. With this change, a...
system.tls_log contains information about client certificates received by ClickHouse server during TLS handshakes. Useful for improving observability of certificate-based authentication. ### Changelog category (leave one): - New Feature ### Changelog...