Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR upgrades the OpenSSL and CNG backends to their latest commits. It is necessary to fix the upstream sync PR.
Some signatures have changed, so I had to update some patch files.
These are the changes included in each backend upgrade:
Redefine ExpandHKDF as a one shot function go-crypto-winnative#73
Update RSA invalid salt length error message go-crypto-winnative#74
Support PKCS1 with MD5SHA1 go-crypto-winnative#75
Simplify GenerateKeyDSA go-crypto-winnative#78
Fix and improve SetFIPS golang-fips/openssl#219
Simplify GenerateKeyDSA golang-fips/openssl#232
Generate PKEYs using EVP_PKEY_Q_keygen golang-fips/openssl#229
Validate ECDH keys golang-fips/openssl#226
Update RSA invalid salt length error message golang-fips/openssl#225
Implement ExpandHKDFOneShot golang-fips/openssl#224
For #1416.
For #1383.