On Fri Jun 13 09:35:35 2014, [email protected] wrote:
> Title : SSL_get_error returns SSL_ERROR_SYSCALL but errno is set to 0.
>
> How to reproduce? Set up a DTLSconnection. Then send fake DTLS (application
> data) as the server at high rate (400pps). Mix of fake packets make the
> problem reproduce more easily.
>
> Issue: The ssl_read reports SSL_ERROR_SYSCALL but the errno is set to 0.
>
> Please let me know if you need more details.
>

Do you have some code to reproduce this error?

There are several reason why SSL_ERROR_SYSCALL could be returned from
SSL_get_error could you trace the code path in this case? If (for example) it
is caused by an error in the error queue then print out what the error is.

Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to