Configures SSL protocols and cryptographic algorithms

Configures cipher list to restrict the use of certain cryptographic algorithms and protocols before establishing an encrypted SSL connection. The cipher list consists of one or more cipher strings separated by colons. Note that all cipher strings are case sensitive.

If the feature is enabled, the default value is:
'SSLv3:TLSv1:TLSv1.1:AES:!aNULL:@STRENGTH'

That means: SSL v3.0, TLS v1.0 and TLS v1.1 are enabled(SSL v2.0 and TLS v1.2 are disabled). Cipher suites using 128 or 256 bit AES and remove anonymous DH algorithms, then sort the current cipher list in order of encryption algorithm key length.

Reference link for the configuration:
http://www.openssl.org/docs/apps/ciphers.html#

Supported on: VMware View Client

Configures SSL protocols and cryptographic algorithms

Registry HiveHKEY_LOCAL_MACHINE
Registry PathSoftware\Policies\VMware, Inc.\VMware VDM\Client\Security
Value NameSSLCipherList
Value TypeREG_SZ
Default Value

vdm_client.admx

Administrative Templates (Computers)

Administrative Templates (Users)