Source position: IdSSLOpenSSLHeaders.pas line 15425
type SSL_CIPHER = record |
||
valid: TIdC_INT; |
|
|
name: PIdAnsiChar; |
|
|
id: TIdC_ULONG; |
|
|
algorithm_mkey: TIdC_ULONG; |
|
|
algorithm_auth: TIdC_ULONG; |
|
|
algorithm_enc: TIdC_ULONG; |
|
|
algorithm_mac: TIdC_ULONG; |
|
|
algorithm_ssl: TIdC_ULONG; |
|
|
algo_strength: TIdC_ULONG; |
|
|
algorithm2: TIdC_ULONG; |
|
|
strength_bits: TIdC_INT; |
|
|
alg_bits: TIdC_INT; |
|
|
end; |
CT Web help |
CodeTyphon Studio |