< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[reSIProcate] [resiprocate/resiprocate] Improve logging (log errno names instead of values) (#44)


https://project.freertc.org/issues/25
Inorder to solve this bug, I have created one header file "Errdes.hpp" which contains the error messages associated with the error number/code from the following functions :
-> SSL_ERROR_SYSCALL [http://www.cl.cam.ac.uk/cgi-bin/manpage?3+errno]
-> SSL_get_error [https://www.openssl.org/docs/manmaster/ssl/SSL_get_error.html]
-> X509_verify_cert_error_string(verifyErrorCode) [https://www.openssl.org/docs/manmaster/crypto/X509_STORE_CTX_get_error.html]

Also I have updated TlsConnection.cxx file for calling the function from Errdes.hpp file to print error description/messages instead of error number/code .
At present this header file only contains error messages that are called from TlsConnection.cxx file.


You can view, comment on, or merge this pull request online at:

  https://github.com/resiprocate/resiprocate/pull/44

Commit Summary

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.