OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros
ssl23.h File Reference

Go to the source code of this file.

Macros

#define SSL23_ST_CW_CLNT_HELLO_A   (0x210|SSL_ST_CONNECT)
 
#define SSL23_ST_CW_CLNT_HELLO_B   (0x211|SSL_ST_CONNECT)
 
#define SSL23_ST_CR_SRVR_HELLO_A   (0x220|SSL_ST_CONNECT)
 
#define SSL23_ST_CR_SRVR_HELLO_B   (0x221|SSL_ST_CONNECT)
 
#define SSL23_ST_SR_CLNT_HELLO_A   (0x210|SSL_ST_ACCEPT)
 
#define SSL23_ST_SR_CLNT_HELLO_B   (0x211|SSL_ST_ACCEPT)
 

Macro Definition Documentation

#define SSL23_ST_CR_SRVR_HELLO_A   (0x220|SSL_ST_CONNECT)

Definition at line 71 of file ssl23.h.

#define SSL23_ST_CR_SRVR_HELLO_B   (0x221|SSL_ST_CONNECT)

Definition at line 72 of file ssl23.h.

#define SSL23_ST_CW_CLNT_HELLO_A   (0x210|SSL_ST_CONNECT)

Definition at line 68 of file ssl23.h.

#define SSL23_ST_CW_CLNT_HELLO_B   (0x211|SSL_ST_CONNECT)

Definition at line 69 of file ssl23.h.

#define SSL23_ST_SR_CLNT_HELLO_A   (0x210|SSL_ST_ACCEPT)

Definition at line 76 of file ssl23.h.

#define SSL23_ST_SR_CLNT_HELLO_B   (0x211|SSL_ST_ACCEPT)

Definition at line 77 of file ssl23.h.