Commit 5c7e7bc
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 74209e0 commit 5c7e7bc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20505 | 20505 | | |
20506 | 20506 | | |
20507 | 20507 | | |
20508 | | - | |
| 20508 | + | |
20509 | 20509 | | |
20510 | 20510 | | |
20511 | 20511 | | |
| |||
0 commit comments