Commit 1015596
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.1 parent 636112a commit 1015596
File tree
1 file changed
+2
-2
lines changed- src/libraries/System.Security.Cryptography/tests
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments