-
"When using the SASL SCRAM mechanism, the SCRAM-SHA-256-PLUS variant SHOULD be preferred over the SCRAM-SHA-256 variant, and SHA-256 variants [RFC7677] SHOULD be preferred over SHA-1 variants [RFC5802…
-
@robstradling offered on Twitter: https://twitter.com/rob_comodo/status/788843479313084421
Myself, I don't feel the need to add this (more certs => more to manage, see #217), but I wouldn't be oppose…
-
**Description**
More and more projects canceling by force of corpse. When this happens - a lot of "mirrors" appears. Some of them is fair-play, some of them contains malicious software. Providing at …
-
PRs this would involve:
- https://github.com/bitcoin/bitcoin/pull/17270
- Only the CPUID refactor; we're using the `getrandom` crate for randomness.
- https://github.com/bitcoin/bitcoin/pull/2411…
str4d updated
2 years ago
-
`ssl_cookie.c` uses the smallest secure hash available, with SHA-1 as a last resort. In Mbed TLS 3.x, it will become possible to configure SHA-384 and SHA-512 separately, and to configure SHA-256 and …
-
Using very large zero test vectors for SHA-256 added in #303 shows SHA-256 is by order of magnitude slower than SHA-1 or SHA-256 on the inputs of the same size.
The tests are implemented in the same …
-
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…
-
1) If authenticationMechanisms is not defined in the MongoDB Configuration file (default location: /etc/mongod.conf), define one of more authenticationMechanisms, from the subset below:
SCRAM-SHA-…
-
Hi,
Is it possible to support a new auth mechanism
security.protocol=SASL_SSL
sasl.mechanism=SCRAM-SHA-256
ssl.endpoint.identification.algorithm=
This uses,
ssl.truststore.location=
ssl.…
-
Can you add supports in Net_LDAP2?
Note, after SCRAM-SHA-1(-PLUS):
- GNU SASL (gsasl) supports SCRAM-SHA-256(-PLUS) since 1.9.1: http://git.savannah.gnu.org/gitweb/?p=gsasl.git;a=blob;f=NEWS;hb=HE…