File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17256,8 +17256,8 @@ find_openssl_binary() {
1725617256 $OPENSSL s_client -tls1_3 </dev/null 2>&1 | grep -aiq "unknown option" || HAS_TLS13=true
1725717257 $OPENSSL s_client -no_ssl2 </dev/null 2>&1 | grep -aiq "unknown option" || HAS_NO_SSL2=true
1725817258
17259- $OPENSSL genpkey -algorithm X448 2>&1 | grep -aq "not found" || HAS_X448=true
17260- $OPENSSL genpkey -algorithm X25519 2>&1 | grep -aq "not found" || HAS_X25519=true
17259+ $OPENSSL genpkey -algorithm X448 2>&1 | grep -Eaq "not found|unsupported " || HAS_X448=true
17260+ $OPENSSL genpkey -algorithm X25519 2>&1 | grep -Eaq "not found|unsupported " || HAS_X25519=true
1726117261
1726217262 $OPENSSL pkey -help 2>&1 | grep -q Error || HAS_PKEY=true
1726317263 $OPENSSL pkeyutl 2>&1 | grep -q Error || HAS_PKUTIL=true
You can’t perform that action at this time.
0 commit comments