From: Richard Levitte Date: Fri, 15 Oct 2021 10:40:49 +0000 (+0200) Subject: Fix VMS installation - Check the presence of providers in the IVP script X-Git-Tag: openssl-3.0.1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe27680fc6395f661f3949e9e1ef0a83e499e87b;p=thirdparty%2Fopenssl.git Fix VMS installation - Check the presence of providers in the IVP script Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/16842) --- diff --git a/VMS/openssl_ivp.com.in b/VMS/openssl_ivp.com.in index 70fec338b97..6810792b38d 100644 --- a/VMS/openssl_ivp.com.in +++ b/VMS/openssl_ivp.com.in @@ -41,6 +41,12 @@ $ $ ! FUTURE ENHANCEMENT: Verify that engines are where they should be. $ ! openssl engine -c -t checker $ +$ ! Verify that the built in providers are reachable. If they aren't, +$ ! then we're likely to get an image activation error here +$ openssl list -provider base -providers +$ openssl list -provider default -providers +$ openssl list -provider legacy -providers +$ $ WRITE SYS$ERROR "OpenSSL IVP passed" $ EXIT %x10000001 $