
9 May
2008
9 May
'08
9:19 p.m.
Ok, I know where the server crashes now. int SSL_accept(SSL *s) { if (s->handshake_func == 0) /* Not properly initialized yet */ SSL_set_accept_state(s); return(s->method->ssl_accept(s)); } the application cannot access ssl_accept. Apparently s->method is "invalid".