-
Hello.
I have several questions concerning the cipher suites ranges (I didn't find answers in the doc) :
a. why the iana range contains only 24 cipher suites since on [the iana website](https:/…
kylak updated
3 months ago
-
### What version of gRPC and what language are you using?
grpc 1.46
### What operating system (Linux, Windows,...) and version?
Linux version 5.10.204-rt
### What runtime / compiler are you us…
-
Currently, the TLS configuration in buildkitd defaults to Go's default cipher suites, which include some weak ciphers (CBC and 64-bit block size).
https://github.com/moby/buildkit/blob/17896f6c475889…
-
### Is your feature request related to a problem? Please describe.
Today, the gRPC framework is using a fixed set of TLSv1.3 cipher suites. As matter of fact we do have “different security” requireme…
-
Hello, does cipherscan uses all IANA cipher suites ?
Thanks.
kylak updated
4 months ago
-
**Is your feature request related to a problem? Please describe.**
For backward compatibility reasons, some users want to support deprecated ciphers, like these ones:
```
ECDHE-RSA-AES256-SHA384
E…
-
using 17cb182ad8fa816 (3.2.3-dev)
When the server receives a ClientHello message that doesn't list any cipher suites (the length of the `cipher_suites` field is 0) it rejects the message with `ille…
-
Static ECDH is officially deprecated by [RFC 9325](https://datatracker.ietf.org/doc/html/rfc9325). It does not exist in TLS 1.3. OpenSSL stopped supporting static (EC)DH in its 1.1.0 release in 2016.
…
-
I'm working with Envoy to set up mTLS in a specific environment and am curious about the flexibility of ciphersuite selection. I understand that Envoy comes with a default set of ciphersuites for mTLS…
-
TBD - Just putting this up and working up what peeps may want
Assuming upstreamed impl:
- https://github.com/stevefan1999-personal/rustls-provider-rustcrypto/blob/master/src/lib.rs#L37C2-L44C51
…