Skip to content

Commit

Permalink
Fix VMS installation - Check the presence of providers in the IVP script
Browse files Browse the repository at this point in the history
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from #16842)
  • Loading branch information
levitte authored and mattcaswell committed Dec 14, 2021
1 parent 73e47e3 commit fe27680
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions VMS/openssl_ivp.com.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
$
Expand Down

0 comments on commit fe27680

Please sign in to comment.