summaryrefslogtreecommitdiffstats
path: root/VMS/openssl_ivp.com.in
AgeCommit message (Collapse)Author
2016-08-17dasync is an internal testing engine, so don't install itRichard Levitte
Unfortunately, it means that the VMS IVP gets a bit crippled. This will be fixed later on. Reviewed-by: Matt Caswell <matt@openssl.org>
2016-08-04VMS: have the IVP verify that a well known engine loads properlyRichard Levitte
Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-08-03VMS: If configured no-shared, don't provide shareable image logical namesRichard Levitte
Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-07-08VMS: openssl_ivp must call versioned openssl_startup and openssl_utilsRichard Levitte
Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-07-02VMS: Add installation verification procedureRichard Levitte
On VMS, it's customary to have a procedure to check that the software was installed correctly and can run as advertised. The procedure added here is fairly simple, it checks that all libraries are in place, that the header crypto.h is in place, and that the command 'openssl version -a' runs without trouble. Reviewed-by: Rich Salz <rsalz@openssl.org>