diff options
author | Matt Caswell <matt@openssl.org> | 2015-05-15 11:49:56 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2015-05-23 00:10:51 +0200 |
commit | e481f9b90b164fd1053015d1c4e0a0d92076d7a8 (patch) | |
tree | 2dbf5d699977893b677a18b213f31c61b59d468b /INSTALL.VMS | |
parent | RT266: Add HTTP proxy/CONNECT to s_client (diff) | |
download | openssl-e481f9b90b164fd1053015d1c4e0a0d92076d7a8.tar.xz openssl-e481f9b90b164fd1053015d1c4e0a0d92076d7a8.zip |
Remove support for OPENSSL_NO_TLSEXT
Given the pervasive nature of TLS extensions it is inadvisable to run
OpenSSL without support for them. It also means that maintaining
the OPENSSL_NO_TLSEXT option within the code is very invasive (and probably
not well tested). Therefore it is being removed.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'INSTALL.VMS')
-rw-r--r-- | INSTALL.VMS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.VMS b/INSTALL.VMS index 084b279da8..8f0d847803 100644 --- a/INSTALL.VMS +++ b/INSTALL.VMS @@ -136,7 +136,7 @@ Currently, the logical names supported are: DES, DGRAM, DH, DSA, EC, EC2M, ECDH, ECDSA, ENGINE, 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. |