Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <SSL.H>

SSL.H Global variables

KSoEnableNullCiphers

const TUint KSoEnableNullCiphers=0x408;

Description

Enable/disable NULL ciphers.

Enable the use of TLS_RSA_WITH_NULL_MD5 and TLS_RSA_WITH_NULL_SHA ciphersuites These ciphersuites use NULL encryption and therefore offer no protection against evesdropping. Server authentication (and client, if a client certificate is used) is performed and data integrity is still checked.

(Ciphersuite TLS_NULL_WITH_NULL_NULL is never supported).

An argument of 0 disables the ciphersuites and non-zero enables them.

[Top]


KSoPskConfig

const TUint KSoPskConfig=0x409;

Description

Set PSK key exchange configuration.

Set the PSK Key Exchange configuration. Argument is a TPckgBuf<MSoPskKeyHandler *>. The structure and buffers will be copied.

[Top]


KSoServerNameIndication

const TUint KSoServerNameIndication=0x40a;

Description

Set Server Name Indication.

Set the list of server names to be passed to the server in the ClientHello as described in RFC3546 "Server Name Indication". The argument should be a TPckgBuf<CDesC8Array *>.