Go to the documentation of this file.
59 #ifndef HEADER_SSL23_H
60 #define HEADER_SSL23_H
68 #define SSL23_ST_CW_CLNT_HELLO_A (0x210|SSL_ST_CONNECT)
69 #define SSL23_ST_CW_CLNT_HELLO_B (0x211|SSL_ST_CONNECT)
71 #define SSL23_ST_CR_SRVR_HELLO_A (0x220|SSL_ST_CONNECT)
72 #define SSL23_ST_CR_SRVR_HELLO_B (0x221|SSL_ST_CONNECT)
76 #define SSL23_ST_SR_CLNT_HELLO_A (0x210|SSL_ST_ACCEPT)
77 #define SSL23_ST_SR_CLNT_HELLO_B (0x211|SSL_ST_ACCEPT)