Re: [Boost-users] asio: handshaking crashes
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".
6033
Age (days ago)
6033
Last active (days ago)
0 comments
1 participants
participants (1)
-
gfsdjkgf@Safe-mail.net