Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the OpenSSL version for EVP_DigestSqueeze.
According to the documentation, EVP_DigestSqueeze was introduced in OpenSSL 3.3, not OpenSSL 3.2. https://www.openssl.org/docs/manmaster/man3/EVP_DigestSqueeze.html This caused our tests to expect a functioning squeeze implementation on OpenSSL 3.2, but get a PlatformNotSupportedException because 3.2 does not actually support it.
- Loading branch information