Searched hist:fdb1c79f (Results 1 – 5 of 5) sorted by relevance
/openbsd/lib/libtls/ |
H A D | tls_verify.c | diff 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 D | tls_server.c | diff 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 D | tls_client.c | diff 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 D | tls_internal.h | diff 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 D | tls.c | diff 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@
|