X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=INSTALL.VMS;h=7fc3389fca04e86176761df615e2e7a1d0f93f0f;hp=132b2e7173e27b21273b79100d285fed8b4824f5;hb=ffaef3f1526ed87a46f82fa4924d5b08f2a2e631;hpb=0f2596ac547a4c198deaa3c51ecfc565c627b7af diff --git a/INSTALL.VMS b/INSTALL.VMS index 132b2e7173..7fc3389fca 100644 --- a/INSTALL.VMS +++ b/INSTALL.VMS @@ -25,6 +25,8 @@ Requirements: To build and install OpenSSL, you will need: + * Perl 5 with core modules. If you don't want to build it yourself, + we suggest you look here: http://sourceforge.net/projects/vmsperlkit/files/ * DEC C or some other ANSI C compiler. VAX C is *not* supported. [Note: OpenSSL has only been tested with DEC C. Compiling with a different ANSI C compiler may require some work] @@ -134,9 +136,9 @@ Currently, the logical names supported are: disabling it is supported. Supported algorithms to do this with are: AES, BF, CAMELLIA, CAST, CMS, COMP, DES, DGRAM, DH, DSA, EC, EC2M, ECDH, ECDSA, ENGINE, - ERR, GOST, HEARTBEATS, HMAC, IDEA, KRB5, MD2, MD4, + ERR, GOST, HEARTBEATS, HMAC, IDEA, MD2, MD4, MD5, OCB, OCSP, PSK, RC2, RC4, RC5, RMD160, RSA, SCTP, - SEED, SOCK, SRP, SRTP, TLSEXT, WHIRLPOOL. So, for + SEED, SOCK, SRP, SRTP, WHIRLPOOL. So, for example, having the logical name OPENSSL_NO_RSA with the value YES means that the LIBCRYPTO.OLB library will not contain an RSA implementation.