-
`s_server`和`s_client`打印出的信息中,将签名机制`sm2sig_sm3`显示为了`UNKNOWN`,尽管显示的`ID`(`0x0708`)是正确的。
```
extension_type=signature_algorithms(13), length=32
ecdsa_secp256r1_sha256 (0x0403)
…
-
At [https://www.bonnieradvocaten.nl](https://www.bonnieradvocaten.nl ) we use a pre-defined DH group (ffdhe4096) as is recommended by the IETF in [RFC 7919 [https://tools.ietf.org/html/rfc7919](https:…
-
The recent advisory https://github.com/auth0/node-jsonwebtoken/security/advisories/GHSA-8cf7-32gw-wr33 makes it appear that only asymmetric algorithms are secure in v.8.5.1 in the sense that if one's …
-
Hi,
Maybe this is something that I don't understand in cryptography, but I've stumbled upon a strange behaviour.
I created a key pair for EC512 with the following commands:
```
openssl ecparam -ge…
-
https://www.ssllabs.com/ssltest/analyze.html?d=whonix.org
https://github.com/ssllabs/ssllabs-scan/issues/650#issuecomment-419498038 @josephcsible
> The key exchange score comes from the strength…
-
I am wondering if there is a way to add/remove specific TLS extensions when making a request when conscrypt is set as the security provider. I have been able to adjust the cipher suites but it is uncl…
brr53 updated
4 years ago
-
Reproducer using Botan:
```cpp
#include
#include
#include
#include
static void PrivToPub(const std::string curve)
{
static ::Botan::System_RNG rng;
const ::Botan::EC_Group gro…
-
Hello @alex @reaperhulk, this ticket is to re-open a discussion on the possibility to add binding for SSL_CTX_set1_curves_list and SSL_CTX_set1_groups_list (https://github.com/pyca/cryptography/issues…
-
### Summary
I set up a webserver with `mbedTLS` v3.4.0 and [`CivetWeb`](https://github.com/civetweb/civetweb) v1.16. However, I see that Chrome rejects connection with `ERR_SSL_VERSION_OR_CIPHER_MI…
-
**Is your feature request related to a problem? Please describe.**
Currently the Nginx options for TLS settings and ciphers are either fixed (ciphers) or modifiable only partially (TLS server templat…