diff options
author | Richard Levitte <levitte@openssl.org> | 2021-10-15 12:40:49 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2021-12-14 11:50:16 +0000 |
commit | 0c5307ef4b1dea6dc2796cf08e84035e3d3a4510 (patch) | |
tree | 3e2ded31c59cbf1099aecb0adf08d8241afd9061 /VMS/openssl_ivp.com.in | |
parent | 0df8e71a6e32d0a993530b7f813603da3e7a6c4c (diff) | |
download | openssl-new-0c5307ef4b1dea6dc2796cf08e84035e3d3a4510.tar.gz |
Fix VMS installation - Check the presence of providers in the IVP script
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16842)
(cherry picked from commit fe27680fc6395f661f3949e9e1ef0a83e499e87b)
Diffstat (limited to 'VMS/openssl_ivp.com.in')
-rw-r--r-- | VMS/openssl_ivp.com.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/VMS/openssl_ivp.com.in b/VMS/openssl_ivp.com.in index 70fec338b9..6810792b38 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 $ |