Files
resiprocate/.editorconfig
Scott Godin 1a39e2c27a Allow applications to get TLS connection/handshake errors
- Expand ConnectionTerminated event message to include a failureString with additional diagnostic information
- Add static callback so that application can see SSL verify callback errors (BaseSecurity::SSLVerifyErrorFuncPtr)

Other Related Changes:
- reduce number of log statements during SSL/TLS errors - but maintain same level of information
- cleaned up Security.cxx verifyCallback
- cleaned up TlsConnection::handleOpenSSLErrorQueue logging
- cleaned up code formatting in TlsConnection
- refactored Transport::error, so that error string can be extracted without logging
- found and fixed 2 memory leaks from SSL_get_peer_certificate calls (DtlsSocket and TlsConnection - missing X509_free calls)
2025-04-30 18:15:40 -04:00

8 lines
169 B
INI

[*]
indent_style=space
[*.{hxx,cxx,hpp,cpp,h,c}]
indent_size=3
cpp_indent_case_labels = true
cpp_indent_case_contents = true
cpp_indent_case_contents_when_block = false