You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue lists the algorithms that are implemented in dev.boringbranch by BoringSSL but not available in Windows CNG.
SHA methods don't implement BinaryMarshaller and BinaryUnmarshaller interfaces. I still haven't found a way to get the inner state of the SHAs and map it to Go binary representation.
SHA224.
MD5SHA1
AES and DES CTR mode. We might be able to implement it using AES in ECB mode and some custom logic: https://gist.github.com/hanswolff/8809275. Another option is to fallback to Go Crypto.
rsa.PSSSaltLengthAuto
RSA keys with more than 2 primes
RSA key lengths are more restrictive, i.e. must be bigger or equal than 512 and multiple of 8.
This issue lists the algorithms that are implemented in dev.boringbranch by BoringSSL but not available in Windows CNG.
The text was updated successfully, but these errors were encountered: