-
### Description
On Fedora 40 present build error
```
[2024-11-15T10:16:57.955Z] LD (gcc) [M tls.so] tls.so
[2024-11-15T10:16:58.083Z] sources = tls_cfg.c tls_config.c tls_ct_wrq.c tls_d…
-
By default, `:brod` uses `:verify_none` for tls connections. To support `:verify_peer` and other levels of TLS cert verification, we need CA certs to pass to `:brod`. We can have a default cert but we…
-
As soon as we moved to TLS connection, pub/sub client returned this stacktrace
```
RedisClient::ProtocolError (Unknown sigil type: "9" (rediss://..)):
redis-client (0.22.2) lib/redis_client/ruby_c…
-
I can connect to more than one server using MemcachedClient. But there is ability to specify only one host name for ConnectionFactoryBuilder#setHostnameForTlsVerification
ConnectionFactoryBuilder#h…
-
Support for [Transport Layer Security](http://www.aerospike.com/docs/guide/security/tls.html) for all communication between the client and all cluster nodes. Support for all 3 TLS security modes:
* […
-
Some findings from an initial investigation:
If we delete the following files from picoquic:
```
tls_api.c
picoquic_ptls_openssl.c
picoquic_ptls_minicrypto.c
picoquic_ptls_fusion.c
picoquic_m…
-
From IETF discussion with @BjoernMHaase, @FrankXL, and @bifurcation:
We should ensure there aren't unexpected or confusing interactions between our proposal and other TLS features.
The main exam…
-
For example, if you run `openssl s_client -connect staging.testrun.org:465 -tls1_3 -sess_out sess.pem`, command output contains `New, TLSv1.3, Cipher is TLS_AES_256_GCM_SHA384` (new session is establi…
-
I'm having trouble getting the liveness probe to use HTTPS, any guides?
-
Chrome 131 (eta next month) is going to remove support for Kyber r3 suites and switch to ML-KEM only
https://security.googleblog.com/2024/09/a-new-path-for-kyber-on-web.html
IMO we should do the…