Xbasic

httpd_defaultCipherList Function

Syntax

Result as C = httpd_autoactivate()

Returns

ResultLogical

The list of ciphers.

Description

Returns the default cipher list to be used by the server if the ciphers used by the server have not been set.

Discussion

The httpd_defaultCipherList() function returns the list of ciphers used by the Alpha Anywhere Application Server if no cipher configuration has been explicitly specified.

Example

? httpd_defaultCipherList()
= "EECDH+ECDSA+AESGCM:EECDH+aRSA+AESGCM:EECDH+ECDSA+SHA384:EECDH+ECDSA+SHA256:EECDH+aRSA+SHA384:EECDH+aRSA+SHA256:EECDH:EDH+aRSA:!RC4:!aNULL:!eNULL:!LOW:!3DES:!MD5:!EXP:!PSK:!SRP:!DSS"