Home
last modified time | relevance | path

Searched hist:fdb1c79f (Results 1 – 5 of 5) sorted by relevance

/openbsd/lib/libtls/
H A Dtls_verify.cdiff fdb1c79f Thu Aug 27 15:26:49 GMT 2015 jsing <jsing@openbsd.org> Improve libtls error messages.

The tls_set_error() function previously stored the errno but did nothing
with it. Change tls_set_error() to append the strerror(3) of the stored
errno so that we include useful information regarding failures.

Provide a tls_set_errorx() function that does not store the errno or
include strerror(3) in the error message. Call this function instead of
tls_set_error() for errors where the errno value has no useful meaning.

With feedback from and ok doug@
H A Dtls_server.cdiff fdb1c79f Thu Aug 27 15:26:49 GMT 2015 jsing <jsing@openbsd.org> Improve libtls error messages.

The tls_set_error() function previously stored the errno but did nothing
with it. Change tls_set_error() to append the strerror(3) of the stored
errno so that we include useful information regarding failures.

Provide a tls_set_errorx() function that does not store the errno or
include strerror(3) in the error message. Call this function instead of
tls_set_error() for errors where the errno value has no useful meaning.

With feedback from and ok doug@
H A Dtls_client.cdiff fdb1c79f Thu Aug 27 15:26:49 GMT 2015 jsing <jsing@openbsd.org> Improve libtls error messages.

The tls_set_error() function previously stored the errno but did nothing
with it. Change tls_set_error() to append the strerror(3) of the stored
errno so that we include useful information regarding failures.

Provide a tls_set_errorx() function that does not store the errno or
include strerror(3) in the error message. Call this function instead of
tls_set_error() for errors where the errno value has no useful meaning.

With feedback from and ok doug@
H A Dtls_internal.hdiff fdb1c79f Thu Aug 27 15:26:49 GMT 2015 jsing <jsing@openbsd.org> Improve libtls error messages.

The tls_set_error() function previously stored the errno but did nothing
with it. Change tls_set_error() to append the strerror(3) of the stored
errno so that we include useful information regarding failures.

Provide a tls_set_errorx() function that does not store the errno or
include strerror(3) in the error message. Call this function instead of
tls_set_error() for errors where the errno value has no useful meaning.

With feedback from and ok doug@
H A Dtls.cdiff fdb1c79f Thu Aug 27 15:26:49 GMT 2015 jsing <jsing@openbsd.org> Improve libtls error messages.

The tls_set_error() function previously stored the errno but did nothing
with it. Change tls_set_error() to append the strerror(3) of the stored
errno so that we include useful information regarding failures.

Provide a tls_set_errorx() function that does not store the errno or
include strerror(3) in the error message. Call this function instead of
tls_set_error() for errors where the errno value has no useful meaning.

With feedback from and ok doug@