Fix VMS installation - Check the presence of providers in the IVP script
authorRichard Levitte <levitte@openssl.org>
Fri, 15 Oct 2021 10:40:49 +0000 (12:40 +0200)
committerMatt Caswell <matt@openssl.org>
Tue, 14 Dec 2021 11:48:39 +0000 (11:48 +0000)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16842)

VMS/openssl_ivp.com.in

index 70fec338b978fc8f089f9bfcd0fdae0b436d4972..6810792b38d3d66735321166f148df5a0b695134 100644 (file)
@@ -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
 $