mirror of
https://github.com/resiprocate/resiprocate.git
synced 2026-01-12 00:05:02 +08:00
- 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)
8 lines
169 B
INI
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 |