ssl_cipher_st

used to hold info on the particular ciphers used

Members

Variables

alg_bits
int alg_bits;

Number of bits for algorithm

algo_strength
core.stdc.config.c_ulong algo_strength;

strength and export flags

algorithm2
core.stdc.config.c_ulong algorithm2;

Extra flags

algorithm_auth
core.stdc.config.c_ulong algorithm_auth;

server authentication

algorithm_enc
core.stdc.config.c_ulong algorithm_enc;

symmetric encryption

algorithm_mac
core.stdc.config.c_ulong algorithm_mac;

symmetric authentication

algorithm_mkey
core.stdc.config.c_ulong algorithm_mkey;

key exchange algorithm

algorithm_ssl
core.stdc.config.c_ulong algorithm_ssl;

(major) protocol version

id
core.stdc.config.c_ulong id;

id, 4 bytes, first is version

name
const(char)* name;

text name

strength_bits
int strength_bits;

Number of bits really used

valid
int valid;
Undocumented in source.

Meta