Go to the source code of this file.
SSL session key utilities. Copied from ui/gkt/export_sslkeys.c by Sake Blok sake@.nosp@m.euro.nosp@m.net.n.nosp@m.l (20110526)
Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 1998 Gerald Combs
SPDX-License-Identifier: GPL-2.0-or-later
◆ ssl_export_sessions()
char * ssl_export_sessions |
( |
size_t * |
length | ) |
|
|
extern |
Dump our SSL Session Keys to a string
- Parameters
-
[out] | length | Length of returned string. |
- Returns
- A string containing all the SSL Session Keys. Must be freed with g_free().
◆ ssl_session_key_count()
int ssl_session_key_count |
( |
void |
| ) |
|
|
extern |
Return the number of available SSL session keys.
- Returns
- The number of available SSL session keys.
◆ tls_export_dsb()
Add a DSB with the used TLS secrets to a capture file.
- Parameters
-