SSL_ST_INIT
#define SSL_ST_RENEGOTIATE (0x04|SSL_ST_INIT)
#define SSL_in_init(a) (SSL_state((a))&SSL_ST_INIT)