Commit 95d7acf
David Cooper
Fix check for OpenSSL supported curves
OpenSSL 3.X outputs a different error message than previous versions when $OPENSSL s_client -curves X ... is called with an unsupported curve. This was resulting in the check within find_openssl_binary() adding every curve to $OPENSSL_SUPPORTED_CURVES, even ones that were not supported. This commit changes to check in order to detect the new error message.1 parent 94b590f commit 95d7acf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17295 | 17295 | | |
17296 | 17296 | | |
17297 | 17297 | | |
17298 | | - | |
| 17298 | + | |
17299 | 17299 | | |
17300 | 17300 | | |
17301 | 17301 | | |
| |||
0 commit comments