MCPcopy Create free account
hub / github.com/SIPp/sipp / sip_tls_keylog_callback

Function sip_tls_keylog_callback

src/sslsocket.cpp:143–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143static void sip_tls_keylog_callback(const SSL *ssl, const char *line)
144{
145 const char *keylog_file_name = keylog_file();
146
147 if (line && keylog_file_name) {
148 write_keylog_line(keylog_file_name, line);
149 }
150}
151#endif // HAVE_KEYLOG_CB
152
153/****** SSL error handling *************/

Callers

nothing calls this directly

Calls 2

keylog_fileFunction · 0.85
write_keylog_lineFunction · 0.85

Tested by

no test coverage detected