ssl2_state_st

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Structs

tmp_
struct tmp_
Undocumented in source.

Variables

challenge
ubyte[SSL2_MAX_CHALLENGE_LENGTH] challenge;
Undocumented in source.
challenge_length
uint challenge_length;
Undocumented in source.
clear_text
int clear_text;
Undocumented in source.
conn_id
ubyte[SSL2_MAX_CONNECTION_ID_LENGTH] conn_id;
Undocumented in source.
conn_id_length
uint conn_id_length;
Undocumented in source.
escape
int escape;
Undocumented in source.
key_material
ubyte[SSL2_MAX_KEY_MATERIAL_LENGTH * 2] key_material;
Undocumented in source.
key_material_length
uint key_material_length;
Undocumented in source.
mac_data
ubyte* mac_data;
Undocumented in source.
padding
uint padding;
Undocumented in source.
ract_data
ubyte* ract_data;
Undocumented in source.
ract_data_length
int ract_data_length;
Undocumented in source.
rbuf
ubyte* rbuf;
Undocumented in source.
rbuf_left
int rbuf_left;
Undocumented in source.
rbuf_offs
int rbuf_offs;
Undocumented in source.
read_key
ubyte* read_key;
Undocumented in source.
read_sequence
c_ulong read_sequence;
Undocumented in source.
rlength
uint rlength;
Undocumented in source.
ssl2_rollback
int ssl2_rollback;
Undocumented in source.
three_byte_header
int three_byte_header;
Undocumented in source.
tmp
tmp_ tmp;
Undocumented in source.
wact_data
ubyte* wact_data;
Undocumented in source.
wact_data_length
int wact_data_length;
Undocumented in source.
wbuf
ubyte* wbuf;
Undocumented in source.
wlength
uint wlength;
Undocumented in source.
wnum
uint wnum;
Undocumented in source.
wpend_buf
const(ubyte)* wpend_buf;
Undocumented in source.
wpend_len
int wpend_len;
Undocumented in source.
wpend_off
int wpend_off;
Undocumented in source.
wpend_ret
int wpend_ret;
Undocumented in source.
wpend_tot
int wpend_tot;
Undocumented in source.
write_key
ubyte* write_key;
Undocumented in source.
write_ptr
ubyte* write_ptr;
Undocumented in source.
write_sequence
c_ulong write_sequence;
Undocumented in source.

Meta