Home | History | Annotate | Download | only in vtls

Lines Matching full:detail

2525     int detail = SSL_get_error(BACKEND->handle, err);
2527 if(SSL_ERROR_WANT_READ == detail) {
2531 if(SSL_ERROR_WANT_WRITE == detail) {
2576 /* detail is already set to the SSL error above */
2587 SSL_ERROR_to_str(detail), hostname, port);