Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Project functions overview

The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.

For further technical details on the meaning of columns in the below table, please see the Glossary .

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzzer details

Fuzzer: fuzz_ids

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 623 60.8%
gold [1:9] 24 2.34%
yellow [10:29] 11 1.07%
greenyellow [30:49] 11 1.07%
lawngreen 50+ 354 34.6%
All colors 1023 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
131 273 settings_parser_lex_init_extra call site: 00273 settings_parser_parse
56 545 settings_section_extend call site: 00545 add_setting
42 734 stream_manager_create call site: 00734 stream_parse_uri_tcp
34 141 library_init call site: 00141 print_icmp
32 79 library_init call site: 00079 identity_to_string
26 842 plugin_loader_create call site: 00842 plugin_feature_hash
24 449 array_remove call site: 00449 section_purge
18 122 create_rdn_enumerator call site: 00122 chunk_printable
18 517 settings_section_extend call site: 00517 settings_kv_add
15 704 scheduler_create call site: 00704 thread_cleanup_pop
14 45 library_init call site: 00045 is_anyaddr
13 802 stream_manager_create call site: 00802 stream_service_create_from_fd

Runtime coverage analysis

Covered functions
219
Functions that are reachable but not covered
211
Reachable functions
354
Percentage of reachable functions covered
40.4%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
fuzz/fuzz_ids.c 1
src/libstrongswan/utils/debug.c 2
src/libstrongswan/library.c 4
src/libstrongswan/utils/chunk.c 15
src/libstrongswan/./utils/utils/string.h 7
src/libstrongswan/threading/thread.c 9
src/libstrongswan/collections/linked_list.c 1
src/libstrongswan/threading/mutex.c 2
src/libstrongswan/threading/thread_value.c 1
src/libstrongswan/utils/utils.c 2
src/libstrongswan/utils/utils/atomics.c 2
src/libstrongswan/utils/utils/strerror.c 3
src/libstrongswan/collections/array.c 25
src/libstrongswan/utils/backtrace.c 2
src/libstrongswan/utils/printf_hook/printf_hook_glibc.c 2
src/libstrongswan/./utils/utils/memory.h 5
src/libstrongswan/utils/utils/memory.c 1
src/libstrongswan/networking/host.c 9
src/libstrongswan/utils/enum.c 4
src/libstrongswan/utils/utils/time.c 3
src/libstrongswan/utils/identification.c 15
src/libstrongswan/./utils/chunk.h 4
src/libstrongswan/asn1/asn1.c 9
src/libstrongswan/collections/enumerator.c 1
src/libstrongswan/selectors/traffic_selector.c 4
src/libstrongswan/selectors/traffic_selector.h 2
src/libstrongswan/crypto/proposal/proposal.c 2
src/libstrongswan/crypto/transform.c 1
src/libstrongswan/./crypto/transform.h 1
src/libstrongswan/collections/hashtable.c 7
src/libstrongswan/settings/settings.c 5
src/libstrongswan/settings/settings_types.c 18
src/libstrongswan/threading/rwlock.c 1
src/libstrongswan/settings/settings_parser.y 9
src/libstrongswan/utils/parser_helper.c 1
src/libstrongswan/bio/bio_writer.c 1
src/libstrongswan/settings/settings_lexer.c 31
src/libstrongswan/settings/settings_lexer.l 3
src/libstrongswan/settings/settings_parser.c 8
src/libstrongswan/networking/host_resolver.c 3
src/libstrongswan/crypto/proposal/proposal_keywords.c 1
src/libstrongswan/utils/capabilities.c 1
src/libstrongswan/crypto/crypto_factory.c 1
src/libstrongswan/crypto/crypto_tester.c 1
src/libstrongswan/credentials/credential_factory.c 1
src/libstrongswan/credentials/credential_manager.c 1
src/libstrongswan/credentials/sets/cert_cache.c 1
src/libstrongswan/credentials/cred_encoding.c 1
src/libstrongswan/credentials/ocsp_responders.c 1
src/libstrongswan/metadata/metadata_factory.c 3
src/libstrongswan/metadata/metadata_int.c 2
src/libstrongswan/fetcher/fetcher_manager.c 1
src/libstrongswan/resolver/resolver_manager.c 1
src/libstrongswan/database/database_factory.c 1
src/libstrongswan/processing/processor.c 1
src/libstrongswan/processing/scheduler.c 4
src/libstrongswan/processing/jobs/callback_job.c 2
src/libstrongswan/processing/watcher.c 2
src/libstrongswan/networking/streams/stream_manager.c 3
src/libstrongswan/networking/streams/stream_tcp.c 2
src/libstrongswan/networking/streams/stream.c 1
src/libstrongswan/networking/streams/stream_service_tcp.c 1
src/libstrongswan/networking/streams/stream_service.c 1
src/libstrongswan/networking/streams/stream_unix.c 2
src/libstrongswan/networking/streams/stream_service_unix.c 1
src/libstrongswan/networking/streams/stream_vsock.c 3
src/libstrongswan/networking/streams/stream_service_vsock.c 1
src/libstrongswan/plugins/plugin_loader.c 3
src/libstrongswan/collections/hashlist.c 3
src/libstrongswan/plugins/plugin_feature.c 3
src/libstrongswan/crypto/key_exchange.c 4
fuzz/../src/libstrongswan/utils/chunk.h 1
src/libstrongswan/utils/chunk.h 2

Fuzzer: fuzz_radius

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 4 36.3%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 7 63.6%
All colors 11 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
4 6 radius_message_parse call site: 00006 chunk_clear

Runtime coverage analysis

Covered functions
261
Functions that are reachable but not covered
4
Reachable functions
11
Percentage of reachable functions covered
63.64%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
fuzz/fuzz_radius.c 1
fuzz/../src/libstrongswan/utils/chunk.h 1
src/libradius/radius_message.c 3
src/libradius/../../src/libstrongswan/utils/utils/memory.h 2
src/libradius/../../src/libstrongswan/utils/chunk.h 2

Fuzzer: fuzz_vici

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 0 0.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 4 100.%
All colors 4 100

Runtime coverage analysis

Covered functions
201
Functions that are reachable but not covered
0
Reachable functions
4
Percentage of reachable functions covered
100.0%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
fuzz/fuzz_vici.c 1
fuzz/../src/libstrongswan/utils/chunk.h 1
src/libcharon/plugins/vici/vici_message.c 1
src/libstrongswan/collections/linked_list.c 1

Fuzzer: fuzz_pa_tnc

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 619 58.8%
gold [1:9] 5 0.47%
yellow [10:29] 0 0.0%
greenyellow [30:49] 4 0.38%
lawngreen 50+ 423 40.2%
All colors 1051 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
131 273 settings_parser_lex_init_extra call site: 00273 settings_parser_parse
56 545 settings_section_extend call site: 00545 add_setting
42 734 stream_manager_create call site: 00734 stream_parse_uri_tcp
34 141 library_init call site: 00141 print_icmp
32 79 library_init call site: 00079 identity_to_string
28 112 chunk_create_clone call site: 00112 dntoa
26 842 plugin_loader_create call site: 00842 plugin_feature_hash
24 449 array_remove call site: 00449 section_purge
18 517 settings_section_extend call site: 00517 settings_kv_add
13 802 stream_manager_create call site: 00802 stream_service_create_from_fd
13 817 stream_manager_create call site: 00817 stream_initialize_socket_vsock
11 60 library_init call site: 00060 enum_flags_to_string

Runtime coverage analysis

Covered functions
333
Functions that are reachable but not covered
210
Reachable functions
399
Percentage of reachable functions covered
47.37%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
fuzz/fuzz_pa_tnc.c 1
src/libstrongswan/utils/debug.c 2
src/libstrongswan/library.c 4
src/libstrongswan/utils/chunk.c 13
src/libstrongswan/./utils/utils/string.h 5
src/libstrongswan/threading/thread.c 9
src/libstrongswan/collections/linked_list.c 1
src/libstrongswan/threading/mutex.c 2
src/libstrongswan/threading/thread_value.c 1
src/libstrongswan/utils/utils.c 2
src/libstrongswan/utils/utils/atomics.c 2
src/libstrongswan/utils/utils/strerror.c 3
src/libstrongswan/collections/array.c 25
src/libstrongswan/utils/backtrace.c 2
src/libstrongswan/utils/printf_hook/printf_hook_glibc.c 2
src/libstrongswan/./utils/utils/memory.h 4
src/libstrongswan/utils/utils/memory.c 1
src/libstrongswan/networking/host.c 9
src/libstrongswan/utils/enum.c 4
src/libstrongswan/utils/utils/time.c 3
src/libstrongswan/utils/identification.c 6
src/libstrongswan/./utils/chunk.h 3
src/libstrongswan/asn1/asn1.c 2
src/libstrongswan/collections/enumerator.c 1
src/libstrongswan/selectors/traffic_selector.c 4
src/libstrongswan/selectors/traffic_selector.h 2
src/libstrongswan/crypto/proposal/proposal.c 2
src/libstrongswan/crypto/transform.c 1
src/libstrongswan/./crypto/transform.h 1
src/libstrongswan/collections/hashtable.c 7
src/libstrongswan/settings/settings.c 5
src/libstrongswan/settings/settings_types.c 18
src/libstrongswan/threading/rwlock.c 1
src/libstrongswan/settings/settings_parser.y 9
src/libstrongswan/utils/parser_helper.c 1
src/libstrongswan/bio/bio_writer.c 1
src/libstrongswan/settings/settings_lexer.c 31
src/libstrongswan/settings/settings_lexer.l 3
src/libstrongswan/settings/settings_parser.c 8
src/libstrongswan/networking/host_resolver.c 3
src/libstrongswan/crypto/proposal/proposal_keywords.c 1
src/libstrongswan/utils/capabilities.c 1
src/libstrongswan/crypto/crypto_factory.c 1
src/libstrongswan/crypto/crypto_tester.c 1
src/libstrongswan/credentials/credential_factory.c 1
src/libstrongswan/credentials/credential_manager.c 1
src/libstrongswan/credentials/sets/cert_cache.c 1
src/libstrongswan/credentials/cred_encoding.c 1
src/libstrongswan/credentials/ocsp_responders.c 1
src/libstrongswan/metadata/metadata_factory.c 3
src/libstrongswan/metadata/metadata_int.c 2
src/libstrongswan/fetcher/fetcher_manager.c 1
src/libstrongswan/resolver/resolver_manager.c 1
src/libstrongswan/database/database_factory.c 1
src/libstrongswan/processing/processor.c 1
src/libstrongswan/processing/scheduler.c 4
src/libstrongswan/processing/jobs/callback_job.c 2
src/libstrongswan/processing/watcher.c 2
src/libstrongswan/networking/streams/stream_manager.c 3
src/libstrongswan/networking/streams/stream_tcp.c 2
src/libstrongswan/networking/streams/stream.c 1
src/libstrongswan/networking/streams/stream_service_tcp.c 1
src/libstrongswan/networking/streams/stream_service.c 1
src/libstrongswan/networking/streams/stream_unix.c 2
src/libstrongswan/networking/streams/stream_service_unix.c 1
src/libstrongswan/networking/streams/stream_vsock.c 3
src/libstrongswan/networking/streams/stream_service_vsock.c 1
src/libstrongswan/plugins/plugin_loader.c 3
src/libstrongswan/collections/hashlist.c 3
src/libstrongswan/plugins/plugin_feature.c 3
src/libstrongswan/crypto/key_exchange.c 4
src/libimcv/imcv.c 2
src/libtpmtss/tpm_tss.c 2
src/libtpmtss/tpm_tss_tss2_v2.c 2
src/libimcv/pa_tnc/pa_tnc_attr_manager.c 1
src/libimcv/ietf/ietf_attr.c 1
src/libimcv/ietf/ietf_attr_attr_request.c 1
src/libimcv/ietf/ietf_attr_product_info.c 1
src/libimcv/ietf/ietf_attr_numeric_version.c 1
src/libimcv/ietf/ietf_attr_string_version.c 1
src/libimcv/ietf/ietf_attr_op_status.c 1
src/libimcv/../../src/libstrongswan/pen/pen.h 1
src/libimcv/ietf/ietf_attr_port_filter.c 1
src/libimcv/ietf/ietf_attr_installed_packages.c 1
src/libimcv/ietf/ietf_attr_pa_tnc_error.c 2
src/libimcv/ietf/ietf_attr_assess_result.c 1
src/libimcv/ietf/ietf_attr_remediation_instr.c 1
src/libimcv/ietf/ietf_attr_fwd_enabled.c 1
src/libimcv/generic/generic_attr_bool.c 1
src/libimcv/ietf/swima/ietf_swima_attr_req.c 1
src/libimcv/swima/swima_inventory.c 1
src/libimcv/ietf/swima/ietf_swima_attr_sw_inv.c 1
src/libimcv/ietf/swima/ietf_swima_attr_sw_ev.c 1
src/libimcv/swima/swima_events.c 1
src/libimcv/ita/ita_attr.c 1
src/libimcv/ita/ita_attr_command.c 1
src/libimcv/ita/ita_attr_dummy.c 1
src/libimcv/ita/ita_attr_get_settings.c 1
src/libimcv/ita/ita_attr_settings.c 1
src/libimcv/ita/ita_attr_angel.c 1
src/libimcv/generic/generic_attr_string.c 1
src/libimcv/ita/ita_attr_symlinks.c 1
src/libimcv/pwg/pwg_attr.c 1
src/libimcv/generic/generic_attr_chunk.c 1
src/libimcv/pwg/pwg_attr_vendor_smi_code.c 1
src/libimcv/tcg/tcg_attr.c 1
src/libimcv/tcg/seg/tcg_seg_attr_seg_contract.c 1
src/libimcv/tcg/seg/tcg_seg_attr_seg_env.c 1
src/libimcv/tcg/seg/tcg_seg_attr_next_seg.c 1
src/libimcv/tcg/pts/tcg_pts_attr_proto_caps.c 1
src/libimcv/tcg/pts/tcg_pts_attr_dh_nonce_params_req.c 1
src/libimcv/tcg/pts/tcg_pts_attr_dh_nonce_params_resp.c 1
src/libimcv/tcg/pts/tcg_pts_attr_dh_nonce_finish.c 1
src/libimcv/tcg/pts/tcg_pts_attr_meas_algo.c 1
src/libimcv/tcg/pts/tcg_pts_attr_get_tpm_version_info.c 1
src/libimcv/tcg/pts/tcg_pts_attr_tpm_version_info.c 1
src/libimcv/tcg/pts/tcg_pts_attr_get_aik.c 1
src/libimcv/tcg/pts/tcg_pts_attr_aik.c 1
src/libimcv/tcg/pts/tcg_pts_attr_req_func_comp_evid.c 1
src/libimcv/tcg/pts/tcg_pts_attr_gen_attest_evid.c 1
src/libimcv/tcg/pts/tcg_pts_attr_simple_comp_evid.c 1
src/libimcv/tcg/pts/tcg_pts_attr_simple_evid_final.c 1
src/libimcv/tcg/pts/tcg_pts_attr_req_file_meas.c 1
src/libimcv/tcg/pts/tcg_pts_attr_file_meas.c 1
src/libimcv/tcg/pts/tcg_pts_attr_req_file_meta.c 1
src/libimcv/tcg/pts/tcg_pts_attr_unix_file_meta.c 1
src/libimcv/pts/components/pts_component_manager.c 1
src/libimcv/pts/components/ita/ita_comp_tgrub.c 1
src/libimcv/pts/components/pts_comp_func_name.c 1
src/libimcv/pts/components/ita/ita_comp_tboot.c 1
src/libimcv/pts/components/ita/ita_comp_ima.c 1
src/libimcv/imv/imv_session_manager.c 1
src/libimcv/imv/imv_database.c 2
fuzz/../src/libstrongswan/utils/chunk.h 1
src/libimcv/pa_tnc/pa_tnc_msg.c 1

Fuzzer: fuzz_ocsp_req_def

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 574 63.8%
gold [1:9] 4 0.44%
yellow [10:29] 0 0.0%
greenyellow [30:49] 1 0.11%
lawngreen 50+ 320 35.5%
All colors 899 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
131 273 settings_parser_lex_init_extra call site: 00273 settings_parser_parse
56 545 settings_section_extend call site: 00545 add_setting
37 739 strneq call site: 00739 host_create_from_dns
34 141 library_init call site: 00141 print_icmp
32 79 library_init call site: 00079 identity_to_string
24 449 array_remove call site: 00449 section_purge
19 121 asn1_unwrap call site: 00121 chunk_printable
18 517 settings_section_extend call site: 00517 settings_kv_add
13 802 stream_manager_create call site: 00802 stream_service_create_from_fd
13 817 stream_manager_create call site: 00817 stream_initialize_socket_vsock
11 60 library_init call site: 00060 enum_flags_to_string
11 480 settings_section_destroy call site: 00480 settings_section_destroy

Runtime coverage analysis

Covered functions
340
Functions that are reachable but not covered
192
Reachable functions
332
Percentage of reachable functions covered
42.17%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
fuzz/fuzz_ocsp_req.c 1
src/libstrongswan/utils/debug.c 2
src/libstrongswan/library.c 4
src/libstrongswan/utils/chunk.c 13
src/libstrongswan/./utils/utils/string.h 5
src/libstrongswan/threading/thread.c 9
src/libstrongswan/collections/linked_list.c 1
src/libstrongswan/threading/mutex.c 2
src/libstrongswan/threading/thread_value.c 1
src/libstrongswan/utils/utils.c 2
src/libstrongswan/utils/utils/atomics.c 2
src/libstrongswan/utils/utils/strerror.c 3
src/libstrongswan/collections/array.c 25
src/libstrongswan/utils/backtrace.c 2
src/libstrongswan/utils/printf_hook/printf_hook_glibc.c 2
src/libstrongswan/./utils/utils/memory.h 4
src/libstrongswan/utils/utils/memory.c 1
src/libstrongswan/networking/host.c 9
src/libstrongswan/utils/enum.c 4
src/libstrongswan/utils/utils/time.c 3
src/libstrongswan/utils/identification.c 6
src/libstrongswan/./utils/chunk.h 3
src/libstrongswan/asn1/asn1.c 2
src/libstrongswan/collections/enumerator.c 1
src/libstrongswan/selectors/traffic_selector.c 4
src/libstrongswan/selectors/traffic_selector.h 2
src/libstrongswan/crypto/proposal/proposal.c 2
src/libstrongswan/crypto/transform.c 1
src/libstrongswan/./crypto/transform.h 1
src/libstrongswan/collections/hashtable.c 7
src/libstrongswan/settings/settings.c 5
src/libstrongswan/settings/settings_types.c 18
src/libstrongswan/threading/rwlock.c 1
src/libstrongswan/settings/settings_parser.y 9
src/libstrongswan/utils/parser_helper.c 1
src/libstrongswan/bio/bio_writer.c 1
src/libstrongswan/settings/settings_lexer.c 31
src/libstrongswan/settings/settings_lexer.l 3
src/libstrongswan/settings/settings_parser.c 8
src/libstrongswan/networking/host_resolver.c 3
src/libstrongswan/crypto/proposal/proposal_keywords.c 1
src/libstrongswan/utils/capabilities.c 1
src/libstrongswan/crypto/crypto_factory.c 1
src/libstrongswan/crypto/crypto_tester.c 1
src/libstrongswan/credentials/credential_factory.c 1
src/libstrongswan/credentials/credential_manager.c 1
src/libstrongswan/credentials/sets/cert_cache.c 1
src/libstrongswan/credentials/cred_encoding.c 1
src/libstrongswan/credentials/ocsp_responders.c 1
src/libstrongswan/metadata/metadata_factory.c 3
src/libstrongswan/metadata/metadata_int.c 2
src/libstrongswan/fetcher/fetcher_manager.c 1
src/libstrongswan/resolver/resolver_manager.c 1
src/libstrongswan/database/database_factory.c 1
src/libstrongswan/processing/processor.c 1
src/libstrongswan/processing/scheduler.c 4
src/libstrongswan/processing/jobs/callback_job.c 2
src/libstrongswan/processing/watcher.c 2
src/libstrongswan/networking/streams/stream_manager.c 3
src/libstrongswan/networking/streams/stream_tcp.c 2
src/libstrongswan/networking/streams/stream.c 1
src/libstrongswan/networking/streams/stream_service_tcp.c 1
src/libstrongswan/networking/streams/stream_service.c 1
src/libstrongswan/networking/streams/stream_unix.c 2
src/libstrongswan/networking/streams/stream_service_unix.c 1
src/libstrongswan/networking/streams/stream_vsock.c 3
src/libstrongswan/networking/streams/stream_service_vsock.c 1
src/libstrongswan/plugins/plugin_loader.c 3
src/libstrongswan/collections/hashlist.c 3
src/libstrongswan/plugins/plugin_feature.c 3
src/libstrongswan/crypto/key_exchange.c 4
fuzz/../src/libstrongswan/utils/chunk.h 1

Fuzzer: fuzz_tls

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 125 93.9%
gold [1:9] 7 5.26%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 0.75%
All colors 133 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
96 36 chunk_clear call site: 00036 identification_create_from_string
12 10 identification_create call site: 00010 chunk_from_hex
10 23 chunk_create_clone call site: 00023 asn1_wrap
7 0 EP call site: 00000 identification_create_from_string

Runtime coverage analysis

Covered functions
312
Functions that are reachable but not covered
35
Reachable functions
48
Percentage of reachable functions covered
27.08%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
fuzz/fuzz_tls.c 2
src/libstrongswan/utils/identification.c 6
src/libstrongswan/./utils/utils/string.h 3
src/libstrongswan/./utils/chunk.h 3
src/libstrongswan/utils/chunk.c 3
src/libstrongswan/utils/chunk.h 2
src/libstrongswan/./utils/utils/memory.h 3
src/libstrongswan/asn1/asn1.c 5
src/libtls/tls.c 1
src/libtls/tls_crypto.c 1
src/libtls/tls_alert.c 1
src/libstrongswan/collections/linked_list.c 1
src/libtls/tls_server.c 1
src/libstrongswan/credentials/auth_cfg.c 1
src/libstrongswan/collections/array.c 2
src/libtls/tls_peer.c 1
src/libtls/tls_fragmentation.c 1
src/libtls/tls_compression.c 1
src/libtls/tls_protection.c 1

Fuzzer: fuzz_certs_cus

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 575 63.9%
gold [1:9] 3 0.33%
yellow [10:29] 0 0.0%
greenyellow [30:49] 4 0.44%
lawngreen 50+ 317 35.2%
All colors 899 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
131 273 settings_parser_lex_init_extra call site: 00273 settings_parser_parse
56 545 settings_section_extend call site: 00545 add_setting
37 739 strneq call site: 00739 host_create_from_dns
34 141 library_init call site: 00141 print_icmp
31 79 library_init call site: 00079 identity_to_string
24 449 array_remove call site: 00449 section_purge
19 121 asn1_unwrap call site: 00121 chunk_printable
18 517 settings_section_extend call site: 00517 settings_kv_add
13 802 stream_manager_create call site: 00802 stream_service_create_from_fd
13 817 stream_manager_create call site: 00817 stream_initialize_socket_vsock
11 60 library_init call site: 00060 enum_flags_to_string
11 480 settings_section_destroy call site: 00480 settings_section_destroy

Runtime coverage analysis

Covered functions
449
Functions that are reachable but not covered
188
Reachable functions
332
Percentage of reachable functions covered
43.37%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
fuzz/fuzz_certs.c 1
src/libstrongswan/utils/debug.c 2
src/libstrongswan/library.c 4
src/libstrongswan/utils/chunk.c 13
src/libstrongswan/./utils/utils/string.h 5
src/libstrongswan/threading/thread.c 9
src/libstrongswan/collections/linked_list.c 1
src/libstrongswan/threading/mutex.c 2
src/libstrongswan/threading/thread_value.c 1
src/libstrongswan/utils/utils.c 2
src/libstrongswan/utils/utils/atomics.c 2
src/libstrongswan/utils/utils/strerror.c 3
src/libstrongswan/collections/array.c 25
src/libstrongswan/utils/backtrace.c 2
src/libstrongswan/utils/printf_hook/printf_hook_glibc.c 2
src/libstrongswan/./utils/utils/memory.h 4
src/libstrongswan/utils/utils/memory.c 1
src/libstrongswan/networking/host.c 9
src/libstrongswan/utils/enum.c 4
src/libstrongswan/utils/utils/time.c 3
src/libstrongswan/utils/identification.c 6
src/libstrongswan/./utils/chunk.h 3
src/libstrongswan/asn1/asn1.c 2
src/libstrongswan/collections/enumerator.c 1
src/libstrongswan/selectors/traffic_selector.c 4
src/libstrongswan/selectors/traffic_selector.h 2
src/libstrongswan/crypto/proposal/proposal.c 2
src/libstrongswan/crypto/transform.c 1
src/libstrongswan/./crypto/transform.h 1
src/libstrongswan/collections/hashtable.c 7
src/libstrongswan/settings/settings.c 5
src/libstrongswan/settings/settings_types.c 18
src/libstrongswan/threading/rwlock.c 1
src/libstrongswan/settings/settings_parser.y 9
src/libstrongswan/utils/parser_helper.c 1
src/libstrongswan/bio/bio_writer.c 1
src/libstrongswan/settings/settings_lexer.c 31
src/libstrongswan/settings/settings_lexer.l 3
src/libstrongswan/settings/settings_parser.c 8
src/libstrongswan/networking/host_resolver.c 3
src/libstrongswan/crypto/proposal/proposal_keywords.c 1
src/libstrongswan/utils/capabilities.c 1
src/libstrongswan/crypto/crypto_factory.c 1
src/libstrongswan/crypto/crypto_tester.c 1
src/libstrongswan/credentials/credential_factory.c 1
src/libstrongswan/credentials/credential_manager.c 1
src/libstrongswan/credentials/sets/cert_cache.c 1
src/libstrongswan/credentials/cred_encoding.c 1
src/libstrongswan/credentials/ocsp_responders.c 1
src/libstrongswan/metadata/metadata_factory.c 3
src/libstrongswan/metadata/metadata_int.c 2
src/libstrongswan/fetcher/fetcher_manager.c 1
src/libstrongswan/resolver/resolver_manager.c 1
src/libstrongswan/database/database_factory.c 1
src/libstrongswan/processing/processor.c 1
src/libstrongswan/processing/scheduler.c 4
src/libstrongswan/processing/jobs/callback_job.c 2
src/libstrongswan/processing/watcher.c 2
src/libstrongswan/networking/streams/stream_manager.c 3
src/libstrongswan/networking/streams/stream_tcp.c 2
src/libstrongswan/networking/streams/stream.c 1
src/libstrongswan/networking/streams/stream_service_tcp.c 1
src/libstrongswan/networking/streams/stream_service.c 1
src/libstrongswan/networking/streams/stream_unix.c 2
src/libstrongswan/networking/streams/stream_service_unix.c 1
src/libstrongswan/networking/streams/stream_vsock.c 3
src/libstrongswan/networking/streams/stream_service_vsock.c 1
src/libstrongswan/plugins/plugin_loader.c 3
src/libstrongswan/collections/hashlist.c 3
src/libstrongswan/plugins/plugin_feature.c 3
src/libstrongswan/crypto/key_exchange.c 4
fuzz/../src/libstrongswan/utils/chunk.h 1

Fuzzer: fuzz_crls_cus

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 578 64.2%
gold [1:9] 5 0.55%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 316 35.1%
All colors 899 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
131 273 settings_parser_lex_init_extra call site: 00273 settings_parser_parse
56 545 settings_section_extend call site: 00545 add_setting
37 739 strneq call site: 00739 host_create_from_dns
34 141 library_init call site: 00141 print_icmp
31 79 library_init call site: 00079 identity_to_string
24 449 array_remove call site: 00449 section_purge
19 121 asn1_unwrap call site: 00121 chunk_printable
18 517 settings_section_extend call site: 00517 settings_kv_add
13 802 stream_manager_create call site: 00802 stream_service_create_from_fd
13 817 stream_manager_create call site: 00817 stream_initialize_socket_vsock
11 60 library_init call site: 00060 enum_flags_to_string
11 480 settings_section_destroy call site: 00480 settings_section_destroy

Runtime coverage analysis

Covered functions
348
Functions that are reachable but not covered
191
Reachable functions
332
Percentage of reachable functions covered
42.47%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
fuzz/fuzz_crls.c 1
src/libstrongswan/utils/debug.c 2
src/libstrongswan/library.c 4
src/libstrongswan/utils/chunk.c 13
src/libstrongswan/./utils/utils/string.h 5
src/libstrongswan/threading/thread.c 9
src/libstrongswan/collections/linked_list.c 1
src/libstrongswan/threading/mutex.c 2
src/libstrongswan/threading/thread_value.c 1
src/libstrongswan/utils/utils.c 2
src/libstrongswan/utils/utils/atomics.c 2
src/libstrongswan/utils/utils/strerror.c 3
src/libstrongswan/collections/array.c 25
src/libstrongswan/utils/backtrace.c 2
src/libstrongswan/utils/printf_hook/printf_hook_glibc.c 2
src/libstrongswan/./utils/utils/memory.h 4
src/libstrongswan/utils/utils/memory.c 1
src/libstrongswan/networking/host.c 9
src/libstrongswan/utils/enum.c 4
src/libstrongswan/utils/utils/time.c 3
src/libstrongswan/utils/identification.c 6
src/libstrongswan/./utils/chunk.h 3
src/libstrongswan/asn1/asn1.c 2
src/libstrongswan/collections/enumerator.c 1
src/libstrongswan/selectors/traffic_selector.c 4
src/libstrongswan/selectors/traffic_selector.h 2
src/libstrongswan/crypto/proposal/proposal.c 2
src/libstrongswan/crypto/transform.c 1
src/libstrongswan/./crypto/transform.h 1
src/libstrongswan/collections/hashtable.c 7
src/libstrongswan/settings/settings.c 5
src/libstrongswan/settings/settings_types.c 18
src/libstrongswan/threading/rwlock.c 1
src/libstrongswan/settings/settings_parser.y 9
src/libstrongswan/utils/parser_helper.c 1
src/libstrongswan/bio/bio_writer.c 1
src/libstrongswan/settings/settings_lexer.c 31
src/libstrongswan/settings/settings_lexer.l 3
src/libstrongswan/settings/settings_parser.c 8
src/libstrongswan/networking/host_resolver.c 3
src/libstrongswan/crypto/proposal/proposal_keywords.c 1
src/libstrongswan/utils/capabilities.c 1
src/libstrongswan/crypto/crypto_factory.c 1
src/libstrongswan/crypto/crypto_tester.c 1
src/libstrongswan/credentials/credential_factory.c 1
src/libstrongswan/credentials/credential_manager.c 1
src/libstrongswan/credentials/sets/cert_cache.c 1
src/libstrongswan/credentials/cred_encoding.c 1
src/libstrongswan/credentials/ocsp_responders.c 1
src/libstrongswan/metadata/metadata_factory.c 3
src/libstrongswan/metadata/metadata_int.c 2
src/libstrongswan/fetcher/fetcher_manager.c 1
src/libstrongswan/resolver/resolver_manager.c 1
src/libstrongswan/database/database_factory.c 1
src/libstrongswan/processing/processor.c 1
src/libstrongswan/processing/scheduler.c 4
src/libstrongswan/processing/jobs/callback_job.c 2
src/libstrongswan/processing/watcher.c 2
src/libstrongswan/networking/streams/stream_manager.c 3
src/libstrongswan/networking/streams/stream_tcp.c 2
src/libstrongswan/networking/streams/stream.c 1
src/libstrongswan/networking/streams/stream_service_tcp.c 1
src/libstrongswan/networking/streams/stream_service.c 1
src/libstrongswan/networking/streams/stream_unix.c 2
src/libstrongswan/networking/streams/stream_service_unix.c 1
src/libstrongswan/networking/streams/stream_vsock.c 3
src/libstrongswan/networking/streams/stream_service_vsock.c 1
src/libstrongswan/plugins/plugin_loader.c 3
src/libstrongswan/collections/hashlist.c 3
src/libstrongswan/plugins/plugin_feature.c 3
src/libstrongswan/crypto/key_exchange.c 4
fuzz/../src/libstrongswan/utils/chunk.h 1

Fuzzer: fuzz_crls_def

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 572 63.6%
gold [1:9] 3 0.33%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 324 36.0%
All colors 899 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
131 273 settings_parser_lex_init_extra call site: 00273 settings_parser_parse
56 545 settings_section_extend call site: 00545 add_setting
37 739 strneq call site: 00739 host_create_from_dns
34 141 library_init call site: 00141 print_icmp
31 79 library_init call site: 00079 identity_to_string
24 449 array_remove call site: 00449 section_purge
19 121 asn1_unwrap call site: 00121 chunk_printable
18 517 settings_section_extend call site: 00517 settings_kv_add
13 802 stream_manager_create call site: 00802 stream_service_create_from_fd
13 817 stream_manager_create call site: 00817 stream_initialize_socket_vsock
11 60 library_init call site: 00060 enum_flags_to_string
11 480 settings_section_destroy call site: 00480 settings_section_destroy

Runtime coverage analysis

Covered functions
367
Functions that are reachable but not covered
191
Reachable functions
332
Percentage of reachable functions covered
42.47%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
fuzz/fuzz_crls.c 1
src/libstrongswan/utils/debug.c 2
src/libstrongswan/library.c 4
src/libstrongswan/utils/chunk.c 13
src/libstrongswan/./utils/utils/string.h 5
src/libstrongswan/threading/thread.c 9
src/libstrongswan/collections/linked_list.c 1
src/libstrongswan/threading/mutex.c 2
src/libstrongswan/threading/thread_value.c 1
src/libstrongswan/utils/utils.c 2
src/libstrongswan/utils/utils/atomics.c 2
src/libstrongswan/utils/utils/strerror.c 3
src/libstrongswan/collections/array.c 25
src/libstrongswan/utils/backtrace.c 2
src/libstrongswan/utils/printf_hook/printf_hook_glibc.c 2
src/libstrongswan/./utils/utils/memory.h 4
src/libstrongswan/utils/utils/memory.c 1
src/libstrongswan/networking/host.c 9
src/libstrongswan/utils/enum.c 4
src/libstrongswan/utils/utils/time.c 3
src/libstrongswan/utils/identification.c 6
src/libstrongswan/./utils/chunk.h 3
src/libstrongswan/asn1/asn1.c 2
src/libstrongswan/collections/enumerator.c 1
src/libstrongswan/selectors/traffic_selector.c 4
src/libstrongswan/selectors/traffic_selector.h 2
src/libstrongswan/crypto/proposal/proposal.c 2
src/libstrongswan/crypto/transform.c 1
src/libstrongswan/./crypto/transform.h 1
src/libstrongswan/collections/hashtable.c 7
src/libstrongswan/settings/settings.c 5
src/libstrongswan/settings/settings_types.c 18
src/libstrongswan/threading/rwlock.c 1
src/libstrongswan/settings/settings_parser.y 9
src/libstrongswan/utils/parser_helper.c 1
src/libstrongswan/bio/bio_writer.c 1
src/libstrongswan/settings/settings_lexer.c 31
src/libstrongswan/settings/settings_lexer.l 3
src/libstrongswan/settings/settings_parser.c 8
src/libstrongswan/networking/host_resolver.c 3
src/libstrongswan/crypto/proposal/proposal_keywords.c 1
src/libstrongswan/utils/capabilities.c 1
src/libstrongswan/crypto/crypto_factory.c 1
src/libstrongswan/crypto/crypto_tester.c 1
src/libstrongswan/credentials/credential_factory.c 1
src/libstrongswan/credentials/credential_manager.c 1
src/libstrongswan/credentials/sets/cert_cache.c 1
src/libstrongswan/credentials/cred_encoding.c 1
src/libstrongswan/credentials/ocsp_responders.c 1
src/libstrongswan/metadata/metadata_factory.c 3
src/libstrongswan/metadata/metadata_int.c 2
src/libstrongswan/fetcher/fetcher_manager.c 1
src/libstrongswan/resolver/resolver_manager.c 1
src/libstrongswan/database/database_factory.c 1
src/libstrongswan/processing/processor.c 1
src/libstrongswan/processing/scheduler.c 4
src/libstrongswan/processing/jobs/callback_job.c 2
src/libstrongswan/processing/watcher.c 2
src/libstrongswan/networking/streams/stream_manager.c 3
src/libstrongswan/networking/streams/stream_tcp.c 2
src/libstrongswan/networking/streams/stream.c 1
src/libstrongswan/networking/streams/stream_service_tcp.c 1
src/libstrongswan/networking/streams/stream_service.c 1
src/libstrongswan/networking/streams/stream_unix.c 2
src/libstrongswan/networking/streams/stream_service_unix.c 1
src/libstrongswan/networking/streams/stream_vsock.c 3
src/libstrongswan/networking/streams/stream_service_vsock.c 1
src/libstrongswan/plugins/plugin_loader.c 3
src/libstrongswan/collections/hashlist.c 3
src/libstrongswan/plugins/plugin_feature.c 3
src/libstrongswan/crypto/key_exchange.c 4
fuzz/../src/libstrongswan/utils/chunk.h 1

Fuzzer: fuzz_certs_def

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 547 60.8%
gold [1:9] 5 0.55%
yellow [10:29] 5 0.55%
greenyellow [30:49] 7 0.77%
lawngreen 50+ 335 37.2%
All colors 899 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
131 273 settings_parser_lex_init_extra call site: 00273 settings_parser_parse
56 545 settings_section_extend call site: 00545 add_setting
37 739 strneq call site: 00739 host_create_from_dns
34 141 library_init call site: 00141 print_icmp
28 81 identification_printf_hook call site: 00081 netmask_to_cidr
24 449 array_remove call site: 00449 section_purge
18 517 settings_section_extend call site: 00517 settings_kv_add
13 802 stream_manager_create call site: 00802 stream_service_create_from_fd
13 817 stream_manager_create call site: 00817 stream_initialize_socket_vsock
11 60 library_init call site: 00060 enum_flags_to_string
11 480 settings_section_destroy call site: 00480 settings_section_destroy
11 492 settings_section_extend call site: 00492 array_insert_create

Runtime coverage analysis

Covered functions
447
Functions that are reachable but not covered
181
Reachable functions
332
Percentage of reachable functions covered
45.48%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
fuzz/fuzz_certs.c 1
src/libstrongswan/utils/debug.c 2
src/libstrongswan/library.c 4
src/libstrongswan/utils/chunk.c 13
src/libstrongswan/./utils/utils/string.h 5
src/libstrongswan/threading/thread.c 9
src/libstrongswan/collections/linked_list.c 1
src/libstrongswan/threading/mutex.c 2
src/libstrongswan/threading/thread_value.c 1
src/libstrongswan/utils/utils.c 2
src/libstrongswan/utils/utils/atomics.c 2
src/libstrongswan/utils/utils/strerror.c 3
src/libstrongswan/collections/array.c 25
src/libstrongswan/utils/backtrace.c 2
src/libstrongswan/utils/printf_hook/printf_hook_glibc.c 2
src/libstrongswan/./utils/utils/memory.h 4
src/libstrongswan/utils/utils/memory.c 1
src/libstrongswan/networking/host.c 9
src/libstrongswan/utils/enum.c 4
src/libstrongswan/utils/utils/time.c 3
src/libstrongswan/utils/identification.c 6
src/libstrongswan/./utils/chunk.h 3
src/libstrongswan/asn1/asn1.c 2
src/libstrongswan/collections/enumerator.c 1
src/libstrongswan/selectors/traffic_selector.c 4
src/libstrongswan/selectors/traffic_selector.h 2
src/libstrongswan/crypto/proposal/proposal.c 2
src/libstrongswan/crypto/transform.c 1
src/libstrongswan/./crypto/transform.h 1
src/libstrongswan/collections/hashtable.c 7
src/libstrongswan/settings/settings.c 5
src/libstrongswan/settings/settings_types.c 18
src/libstrongswan/threading/rwlock.c 1
src/libstrongswan/settings/settings_parser.y 9
src/libstrongswan/utils/parser_helper.c 1
src/libstrongswan/bio/bio_writer.c 1
src/libstrongswan/settings/settings_lexer.c 31
src/libstrongswan/settings/settings_lexer.l 3
src/libstrongswan/settings/settings_parser.c 8
src/libstrongswan/networking/host_resolver.c 3
src/libstrongswan/crypto/proposal/proposal_keywords.c 1
src/libstrongswan/utils/capabilities.c 1
src/libstrongswan/crypto/crypto_factory.c 1
src/libstrongswan/crypto/crypto_tester.c 1
src/libstrongswan/credentials/credential_factory.c 1
src/libstrongswan/credentials/credential_manager.c 1
src/libstrongswan/credentials/sets/cert_cache.c 1
src/libstrongswan/credentials/cred_encoding.c 1
src/libstrongswan/credentials/ocsp_responders.c 1
src/libstrongswan/metadata/metadata_factory.c 3
src/libstrongswan/metadata/metadata_int.c 2
src/libstrongswan/fetcher/fetcher_manager.c 1
src/libstrongswan/resolver/resolver_manager.c 1
src/libstrongswan/database/database_factory.c 1
src/libstrongswan/processing/processor.c 1
src/libstrongswan/processing/scheduler.c 4
src/libstrongswan/processing/jobs/callback_job.c 2
src/libstrongswan/processing/watcher.c 2
src/libstrongswan/networking/streams/stream_manager.c 3
src/libstrongswan/networking/streams/stream_tcp.c 2
src/libstrongswan/networking/streams/stream.c 1
src/libstrongswan/networking/streams/stream_service_tcp.c 1
src/libstrongswan/networking/streams/stream_service.c 1
src/libstrongswan/networking/streams/stream_unix.c 2
src/libstrongswan/networking/streams/stream_service_unix.c 1
src/libstrongswan/networking/streams/stream_vsock.c 3
src/libstrongswan/networking/streams/stream_service_vsock.c 1
src/libstrongswan/plugins/plugin_loader.c 3
src/libstrongswan/collections/hashlist.c 3
src/libstrongswan/plugins/plugin_feature.c 3
src/libstrongswan/crypto/key_exchange.c 4
fuzz/../src/libstrongswan/utils/chunk.h 1

Fuzzer: fuzz_ocsp_req_cus

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 580 64.5%
gold [1:9] 6 0.66%
yellow [10:29] 0 0.0%
greenyellow [30:49] 1 0.11%
lawngreen 50+ 312 34.7%
All colors 899 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
131 273 settings_parser_lex_init_extra call site: 00273 settings_parser_parse
56 545 settings_section_extend call site: 00545 add_setting
37 739 strneq call site: 00739 host_create_from_dns
34 141 library_init call site: 00141 print_icmp
32 79 library_init call site: 00079 identity_to_string
24 449 array_remove call site: 00449 section_purge
19 121 asn1_unwrap call site: 00121 chunk_printable
18 517 settings_section_extend call site: 00517 settings_kv_add
13 802 stream_manager_create call site: 00802 stream_service_create_from_fd
13 817 stream_manager_create call site: 00817 stream_initialize_socket_vsock
11 60 library_init call site: 00060 enum_flags_to_string
11 480 settings_section_destroy call site: 00480 settings_section_destroy

Runtime coverage analysis

Covered functions
329
Functions that are reachable but not covered
192
Reachable functions
332
Percentage of reachable functions covered
42.17%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
fuzz/fuzz_ocsp_req.c 1
src/libstrongswan/utils/debug.c 2
src/libstrongswan/library.c 4
src/libstrongswan/utils/chunk.c 13
src/libstrongswan/./utils/utils/string.h 5
src/libstrongswan/threading/thread.c 9
src/libstrongswan/collections/linked_list.c 1
src/libstrongswan/threading/mutex.c 2
src/libstrongswan/threading/thread_value.c 1
src/libstrongswan/utils/utils.c 2
src/libstrongswan/utils/utils/atomics.c 2
src/libstrongswan/utils/utils/strerror.c 3
src/libstrongswan/collections/array.c 25
src/libstrongswan/utils/backtrace.c 2
src/libstrongswan/utils/printf_hook/printf_hook_glibc.c 2
src/libstrongswan/./utils/utils/memory.h 4
src/libstrongswan/utils/utils/memory.c 1
src/libstrongswan/networking/host.c 9
src/libstrongswan/utils/enum.c 4
src/libstrongswan/utils/utils/time.c 3
src/libstrongswan/utils/identification.c 6
src/libstrongswan/./utils/chunk.h 3
src/libstrongswan/asn1/asn1.c 2
src/libstrongswan/collections/enumerator.c 1
src/libstrongswan/selectors/traffic_selector.c 4
src/libstrongswan/selectors/traffic_selector.h 2
src/libstrongswan/crypto/proposal/proposal.c 2
src/libstrongswan/crypto/transform.c 1
src/libstrongswan/./crypto/transform.h 1
src/libstrongswan/collections/hashtable.c 7
src/libstrongswan/settings/settings.c 5
src/libstrongswan/settings/settings_types.c 18
src/libstrongswan/threading/rwlock.c 1
src/libstrongswan/settings/settings_parser.y 9
src/libstrongswan/utils/parser_helper.c 1
src/libstrongswan/bio/bio_writer.c 1
src/libstrongswan/settings/settings_lexer.c 31
src/libstrongswan/settings/settings_lexer.l 3
src/libstrongswan/settings/settings_parser.c 8
src/libstrongswan/networking/host_resolver.c 3
src/libstrongswan/crypto/proposal/proposal_keywords.c 1
src/libstrongswan/utils/capabilities.c 1
src/libstrongswan/crypto/crypto_factory.c 1
src/libstrongswan/crypto/crypto_tester.c 1
src/libstrongswan/credentials/credential_factory.c 1
src/libstrongswan/credentials/credential_manager.c 1
src/libstrongswan/credentials/sets/cert_cache.c 1
src/libstrongswan/credentials/cred_encoding.c 1
src/libstrongswan/credentials/ocsp_responders.c 1
src/libstrongswan/metadata/metadata_factory.c 3
src/libstrongswan/metadata/metadata_int.c 2
src/libstrongswan/fetcher/fetcher_manager.c 1
src/libstrongswan/resolver/resolver_manager.c 1
src/libstrongswan/database/database_factory.c 1
src/libstrongswan/processing/processor.c 1
src/libstrongswan/processing/scheduler.c 4
src/libstrongswan/processing/jobs/callback_job.c 2
src/libstrongswan/processing/watcher.c 2
src/libstrongswan/networking/streams/stream_manager.c 3
src/libstrongswan/networking/streams/stream_tcp.c 2
src/libstrongswan/networking/streams/stream.c 1
src/libstrongswan/networking/streams/stream_service_tcp.c 1
src/libstrongswan/networking/streams/stream_service.c 1
src/libstrongswan/networking/streams/stream_unix.c 2
src/libstrongswan/networking/streams/stream_service_unix.c 1
src/libstrongswan/networking/streams/stream_vsock.c 3
src/libstrongswan/networking/streams/stream_service_vsock.c 1
src/libstrongswan/plugins/plugin_loader.c 3
src/libstrongswan/collections/hashlist.c 3
src/libstrongswan/plugins/plugin_feature.c 3
src/libstrongswan/crypto/key_exchange.c 4
fuzz/../src/libstrongswan/utils/chunk.h 1

Fuzzer: fuzz_pb_tnc

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 616 68.2%
gold [1:9] 5 0.55%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 281 31.1%
All colors 902 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
131 273 settings_parser_lex_init_extra call site: 00273 settings_parser_parse
56 545 settings_section_extend call site: 00545 add_setting
42 734 stream_manager_create call site: 00734 stream_parse_uri_tcp
34 141 library_init call site: 00141 print_icmp
32 79 library_init call site: 00079 identity_to_string
28 112 chunk_create_clone call site: 00112 dntoa
26 842 plugin_loader_create call site: 00842 plugin_feature_hash
24 449 array_remove call site: 00449 section_purge
18 517 settings_section_extend call site: 00517 settings_kv_add
15 704 scheduler_create call site: 00704 thread_cleanup_pop
13 802 stream_manager_create call site: 00802 stream_service_create_from_fd
13 817 stream_manager_create call site: 00817 stream_initialize_socket_vsock

Runtime coverage analysis

Covered functions
239
Functions that are reachable but not covered
211
Reachable functions
333
Percentage of reachable functions covered
36.64%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
fuzz/fuzz_pb_tnc.c 1
src/libstrongswan/utils/debug.c 2
src/libstrongswan/library.c 4
src/libstrongswan/utils/chunk.c 13
src/libstrongswan/./utils/utils/string.h 5
src/libstrongswan/threading/thread.c 9
src/libstrongswan/collections/linked_list.c 1
src/libstrongswan/threading/mutex.c 2
src/libstrongswan/threading/thread_value.c 1
src/libstrongswan/utils/utils.c 2
src/libstrongswan/utils/utils/atomics.c 2
src/libstrongswan/utils/utils/strerror.c 3
src/libstrongswan/collections/array.c 25
src/libstrongswan/utils/backtrace.c 2
src/libstrongswan/utils/printf_hook/printf_hook_glibc.c 2
src/libstrongswan/./utils/utils/memory.h 4
src/libstrongswan/utils/utils/memory.c 1
src/libstrongswan/networking/host.c 9
src/libstrongswan/utils/enum.c 4
src/libstrongswan/utils/utils/time.c 3
src/libstrongswan/utils/identification.c 6
src/libstrongswan/./utils/chunk.h 3
src/libstrongswan/asn1/asn1.c 2
src/libstrongswan/collections/enumerator.c 1
src/libstrongswan/selectors/traffic_selector.c 4
src/libstrongswan/selectors/traffic_selector.h 2
src/libstrongswan/crypto/proposal/proposal.c 2
src/libstrongswan/crypto/transform.c 1
src/libstrongswan/./crypto/transform.h 1
src/libstrongswan/collections/hashtable.c 7
src/libstrongswan/settings/settings.c 5
src/libstrongswan/settings/settings_types.c 18
src/libstrongswan/threading/rwlock.c 1
src/libstrongswan/settings/settings_parser.y 9
src/libstrongswan/utils/parser_helper.c 1
src/libstrongswan/bio/bio_writer.c 1
src/libstrongswan/settings/settings_lexer.c 31
src/libstrongswan/settings/settings_lexer.l 3
src/libstrongswan/settings/settings_parser.c 8
src/libstrongswan/networking/host_resolver.c 3
src/libstrongswan/crypto/proposal/proposal_keywords.c 1
src/libstrongswan/utils/capabilities.c 1
src/libstrongswan/crypto/crypto_factory.c 1
src/libstrongswan/crypto/crypto_tester.c 1
src/libstrongswan/credentials/credential_factory.c 1
src/libstrongswan/credentials/credential_manager.c 1
src/libstrongswan/credentials/sets/cert_cache.c 1
src/libstrongswan/credentials/cred_encoding.c 1
src/libstrongswan/credentials/ocsp_responders.c 1
src/libstrongswan/metadata/metadata_factory.c 3
src/libstrongswan/metadata/metadata_int.c 2
src/libstrongswan/fetcher/fetcher_manager.c 1
src/libstrongswan/resolver/resolver_manager.c 1
src/libstrongswan/database/database_factory.c 1
src/libstrongswan/processing/processor.c 1
src/libstrongswan/processing/scheduler.c 4
src/libstrongswan/processing/jobs/callback_job.c 2
src/libstrongswan/processing/watcher.c 2
src/libstrongswan/networking/streams/stream_manager.c 3
src/libstrongswan/networking/streams/stream_tcp.c 2
src/libstrongswan/networking/streams/stream.c 1
src/libstrongswan/networking/streams/stream_service_tcp.c 1
src/libstrongswan/networking/streams/stream_service.c 1
src/libstrongswan/networking/streams/stream_unix.c 2
src/libstrongswan/networking/streams/stream_service_unix.c 1
src/libstrongswan/networking/streams/stream_vsock.c 3
src/libstrongswan/networking/streams/stream_service_vsock.c 1
src/libstrongswan/plugins/plugin_loader.c 3
src/libstrongswan/collections/hashlist.c 3
src/libstrongswan/plugins/plugin_feature.c 3
src/libstrongswan/crypto/key_exchange.c 4
fuzz/../src/libstrongswan/utils/chunk.h 1
src/libtnccs/plugins/tnccs_20/batch/pb_tnc_batch.c 1

Fuzzer: fuzz_ocsp_rsp_def

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 570 63.4%
gold [1:9] 4 0.44%
yellow [10:29] 2 0.22%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 323 35.9%
All colors 899 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
131 273 settings_parser_lex_init_extra call site: 00273 settings_parser_parse
56 545 settings_section_extend call site: 00545 add_setting
37 739 strneq call site: 00739 host_create_from_dns
34 141 library_init call site: 00141 print_icmp
32 79 library_init call site: 00079 identity_to_string
24 449 array_remove call site: 00449 section_purge
18 122 create_rdn_enumerator call site: 00122 chunk_printable
18 517 settings_section_extend call site: 00517 settings_kv_add
13 802 stream_manager_create call site: 00802 stream_service_create_from_fd
13 817 stream_manager_create call site: 00817 stream_initialize_socket_vsock
11 60 library_init call site: 00060 enum_flags_to_string
11 480 settings_section_destroy call site: 00480 settings_section_destroy

Runtime coverage analysis

Covered functions
426
Functions that are reachable but not covered
188
Reachable functions
332
Percentage of reachable functions covered
43.37%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
fuzz/fuzz_ocsp_rsp.c 1
src/libstrongswan/utils/debug.c 2
src/libstrongswan/library.c 4
src/libstrongswan/utils/chunk.c 13
src/libstrongswan/./utils/utils/string.h 5
src/libstrongswan/threading/thread.c 9
src/libstrongswan/collections/linked_list.c 1
src/libstrongswan/threading/mutex.c 2
src/libstrongswan/threading/thread_value.c 1
src/libstrongswan/utils/utils.c 2
src/libstrongswan/utils/utils/atomics.c 2
src/libstrongswan/utils/utils/strerror.c 3
src/libstrongswan/collections/array.c 25
src/libstrongswan/utils/backtrace.c 2
src/libstrongswan/utils/printf_hook/printf_hook_glibc.c 2
src/libstrongswan/./utils/utils/memory.h 4
src/libstrongswan/utils/utils/memory.c 1
src/libstrongswan/networking/host.c 9
src/libstrongswan/utils/enum.c 4
src/libstrongswan/utils/utils/time.c 3
src/libstrongswan/utils/identification.c 6
src/libstrongswan/./utils/chunk.h 3
src/libstrongswan/asn1/asn1.c 2
src/libstrongswan/collections/enumerator.c 1
src/libstrongswan/selectors/traffic_selector.c 4
src/libstrongswan/selectors/traffic_selector.h 2
src/libstrongswan/crypto/proposal/proposal.c 2
src/libstrongswan/crypto/transform.c 1
src/libstrongswan/./crypto/transform.h 1
src/libstrongswan/collections/hashtable.c 7
src/libstrongswan/settings/settings.c 5
src/libstrongswan/settings/settings_types.c 18
src/libstrongswan/threading/rwlock.c 1
src/libstrongswan/settings/settings_parser.y 9
src/libstrongswan/utils/parser_helper.c 1
src/libstrongswan/bio/bio_writer.c 1
src/libstrongswan/settings/settings_lexer.c 31
src/libstrongswan/settings/settings_lexer.l 3
src/libstrongswan/settings/settings_parser.c 8
src/libstrongswan/networking/host_resolver.c 3
src/libstrongswan/crypto/proposal/proposal_keywords.c 1
src/libstrongswan/utils/capabilities.c 1
src/libstrongswan/crypto/crypto_factory.c 1
src/libstrongswan/crypto/crypto_tester.c 1
src/libstrongswan/credentials/credential_factory.c 1
src/libstrongswan/credentials/credential_manager.c 1
src/libstrongswan/credentials/sets/cert_cache.c 1
src/libstrongswan/credentials/cred_encoding.c 1
src/libstrongswan/credentials/ocsp_responders.c 1
src/libstrongswan/metadata/metadata_factory.c 3
src/libstrongswan/metadata/metadata_int.c 2
src/libstrongswan/fetcher/fetcher_manager.c 1
src/libstrongswan/resolver/resolver_manager.c 1
src/libstrongswan/database/database_factory.c 1
src/libstrongswan/processing/processor.c 1
src/libstrongswan/processing/scheduler.c 4
src/libstrongswan/processing/jobs/callback_job.c 2
src/libstrongswan/processing/watcher.c 2
src/libstrongswan/networking/streams/stream_manager.c 3
src/libstrongswan/networking/streams/stream_tcp.c 2
src/libstrongswan/networking/streams/stream.c 1
src/libstrongswan/networking/streams/stream_service_tcp.c 1
src/libstrongswan/networking/streams/stream_service.c 1
src/libstrongswan/networking/streams/stream_unix.c 2
src/libstrongswan/networking/streams/stream_service_unix.c 1
src/libstrongswan/networking/streams/stream_vsock.c 3
src/libstrongswan/networking/streams/stream_service_vsock.c 1
src/libstrongswan/plugins/plugin_loader.c 3
src/libstrongswan/collections/hashlist.c 3
src/libstrongswan/plugins/plugin_feature.c 3
src/libstrongswan/crypto/key_exchange.c 4
fuzz/../src/libstrongswan/utils/chunk.h 1

Fuzzer: fuzz_ocsp_rsp_cus

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 579 64.4%
gold [1:9] 5 0.55%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 315 35.0%
All colors 899 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
131 273 settings_parser_lex_init_extra call site: 00273 settings_parser_parse
56 545 settings_section_extend call site: 00545 add_setting
37 739 strneq call site: 00739 host_create_from_dns
34 141 library_init call site: 00141 print_icmp
32 79 library_init call site: 00079 identity_to_string
24 449 array_remove call site: 00449 section_purge
19 121 asn1_unwrap call site: 00121 chunk_printable
18 517 settings_section_extend call site: 00517 settings_kv_add
13 802 stream_manager_create call site: 00802 stream_service_create_from_fd
13 817 stream_manager_create call site: 00817 stream_initialize_socket_vsock
11 60 library_init call site: 00060 enum_flags_to_string
11 480 settings_section_destroy call site: 00480 settings_section_destroy

Runtime coverage analysis

Covered functions
408
Functions that are reachable but not covered
191
Reachable functions
332
Percentage of reachable functions covered
42.47%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
fuzz/fuzz_ocsp_rsp.c 1
src/libstrongswan/utils/debug.c 2
src/libstrongswan/library.c 4
src/libstrongswan/utils/chunk.c 13
src/libstrongswan/./utils/utils/string.h 5
src/libstrongswan/threading/thread.c 9
src/libstrongswan/collections/linked_list.c 1
src/libstrongswan/threading/mutex.c 2
src/libstrongswan/threading/thread_value.c 1
src/libstrongswan/utils/utils.c 2
src/libstrongswan/utils/utils/atomics.c 2
src/libstrongswan/utils/utils/strerror.c 3
src/libstrongswan/collections/array.c 25
src/libstrongswan/utils/backtrace.c 2
src/libstrongswan/utils/printf_hook/printf_hook_glibc.c 2
src/libstrongswan/./utils/utils/memory.h 4
src/libstrongswan/utils/utils/memory.c 1
src/libstrongswan/networking/host.c 9
src/libstrongswan/utils/enum.c 4
src/libstrongswan/utils/utils/time.c 3
src/libstrongswan/utils/identification.c 6
src/libstrongswan/./utils/chunk.h 3
src/libstrongswan/asn1/asn1.c 2
src/libstrongswan/collections/enumerator.c 1
src/libstrongswan/selectors/traffic_selector.c 4
src/libstrongswan/selectors/traffic_selector.h 2
src/libstrongswan/crypto/proposal/proposal.c 2
src/libstrongswan/crypto/transform.c 1
src/libstrongswan/./crypto/transform.h 1
src/libstrongswan/collections/hashtable.c 7
src/libstrongswan/settings/settings.c 5
src/libstrongswan/settings/settings_types.c 18
src/libstrongswan/threading/rwlock.c 1
src/libstrongswan/settings/settings_parser.y 9
src/libstrongswan/utils/parser_helper.c 1
src/libstrongswan/bio/bio_writer.c 1
src/libstrongswan/settings/settings_lexer.c 31
src/libstrongswan/settings/settings_lexer.l 3
src/libstrongswan/settings/settings_parser.c 8
src/libstrongswan/networking/host_resolver.c 3
src/libstrongswan/crypto/proposal/proposal_keywords.c 1
src/libstrongswan/utils/capabilities.c 1
src/libstrongswan/crypto/crypto_factory.c 1
src/libstrongswan/crypto/crypto_tester.c 1
src/libstrongswan/credentials/credential_factory.c 1
src/libstrongswan/credentials/credential_manager.c 1
src/libstrongswan/credentials/sets/cert_cache.c 1
src/libstrongswan/credentials/cred_encoding.c 1
src/libstrongswan/credentials/ocsp_responders.c 1
src/libstrongswan/metadata/metadata_factory.c 3
src/libstrongswan/metadata/metadata_int.c 2
src/libstrongswan/fetcher/fetcher_manager.c 1
src/libstrongswan/resolver/resolver_manager.c 1
src/libstrongswan/database/database_factory.c 1
src/libstrongswan/processing/processor.c 1
src/libstrongswan/processing/scheduler.c 4
src/libstrongswan/processing/jobs/callback_job.c 2
src/libstrongswan/processing/watcher.c 2
src/libstrongswan/networking/streams/stream_manager.c 3
src/libstrongswan/networking/streams/stream_tcp.c 2
src/libstrongswan/networking/streams/stream.c 1
src/libstrongswan/networking/streams/stream_service_tcp.c 1
src/libstrongswan/networking/streams/stream_service.c 1
src/libstrongswan/networking/streams/stream_unix.c 2
src/libstrongswan/networking/streams/stream_service_unix.c 1
src/libstrongswan/networking/streams/stream_vsock.c 3
src/libstrongswan/networking/streams/stream_service_vsock.c 1
src/libstrongswan/plugins/plugin_loader.c 3
src/libstrongswan/collections/hashlist.c 3
src/libstrongswan/plugins/plugin_feature.c 3
src/libstrongswan/crypto/key_exchange.c 4
fuzz/../src/libstrongswan/utils/chunk.h 1

Fuzzer: fuzz_ike

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 16 42.1%
gold [1:9] 1 2.63%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 21 55.2%
All colors 38 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
6 4 streq call site: 00004 host_create_any_port
4 15 host_create_from_string_and_family call site: 00015 host_create_from_sockaddr
3 22 host_create_from_sockaddr call site: 00022 memcpy_noop
1 1 LLVMFuzzerTestOneInput call site: 00001 host_create_from_string_and_family
1 11 host_create_from_string_and_family call site: 00011 host_create_any_port
1 13 host_create_from_string_and_family call site: 00013 host_create_any_port

Runtime coverage analysis

Covered functions
283
Functions that are reachable but not covered
6
Reachable functions
21
Percentage of reachable functions covered
71.43%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
fuzz/fuzz_ike.c 1
src/libstrongswan/networking/host.c 7
src/libstrongswan/./utils/utils/string.h 1
src/libstrongswan/./utils/utils/memory.h 2
fuzz/../src/libstrongswan/utils/chunk.h 1
src/libstrongswan/utils/chunk.c 1
src/libstrongswan/networking/packet.c 1
src/libcharon/encoding/message.c 1
src/libstrongswan/collections/linked_list.c 1
src/libcharon/encoding/parser.c 1

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
openssl_x509_load /src/strongswan/src/libstrongswan/plugins/openssl/openssl_x509.c 2 ['int', 'N/A'] 8 0 181 28 7 66 0 414 324
get_route /src/strongswan/src/libcharon/plugins/kernel_netlink/kernel_netlink_net.c 7 ['N/A', 'N/A', 'int', 'bool', 'N/A', 'N/A', 'int'] 7 0 1359 213 77 31 3 310 285
sshkey_public_key_load /src/strongswan/src/libstrongswan/plugins/sshkey/sshkey_builder.c 2 ['int', 'N/A'] 7 0 181 30 8 60 0 396 263
process_message /src/strongswan/src/libcharon/sa/ikev1/task_manager_v1.c 2 ['N/A', 'N/A'] 11 0 822 93 37 113 0 435 241
add_sa /src/strongswan/src/libcharon/plugins/kernel_netlink/kernel_netlink_ipsec.c 3 ['N/A', 'N/A', 'N/A'] 5 0 1877 235 73 36 1 261 232
key_exchange_done_and_install_r /src/strongswan/src/libcharon/sa/ikev2/tasks/child_create.c 3 ['N/A', 'N/A', 'bool'] 9 0 190 27 7 68 0 315 219
x509_ocsp_response_gen /src/strongswan/src/libstrongswan/plugins/x509/x509_ocsp_response.c 2 ['int', 'N/A'] 11 0 463 59 16 60 0 315 211

Implementing fuzzers that target the above functions will improve reachability such that it becomes:

Functions statically reachable by fuzzers
14.0%
583 / 4038
Cyclomatic complexity statically reachable by fuzzers
16.0%
3350 / 20751

All functions overview

If you implement fuzzers for these functions, the status of all functions in the project will be:

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzz engine guidance

This sections provides heuristics that can be used as input to a fuzz engine when running a given fuzz target. The current focus is on providing input that is usable by libFuzzer.

fuzz/fuzz_ids.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['settings_parser_lex_init_extra', 'settings_section_extend', 'stream_manager_create', 'library_init', 'plugin_loader_create', 'array_remove', 'create_rdn_enumerator', 'scheduler_create']

fuzz/fuzz_radius.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['radius_message_parse']

fuzz/fuzz_vici.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


fuzz/fuzz_pa_tnc.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['settings_parser_lex_init_extra', 'settings_section_extend', 'stream_manager_create', 'library_init', 'chunk_create_clone', 'plugin_loader_create', 'array_remove']

fuzz/fuzz_ocsp_req.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['settings_parser_lex_init_extra', 'settings_section_extend', 'strneq', 'library_init', 'array_remove', 'asn1_unwrap', 'stream_manager_create']

fuzz/fuzz_tls.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['chunk_clear', 'identification_create', 'chunk_create_clone']

fuzz/fuzz_certs.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['settings_parser_lex_init_extra', 'settings_section_extend', 'strneq', 'library_init', 'array_remove', 'asn1_unwrap', 'stream_manager_create']

fuzz/fuzz_crls.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['settings_parser_lex_init_extra', 'settings_section_extend', 'strneq', 'library_init', 'array_remove', 'asn1_unwrap', 'stream_manager_create']

fuzz/fuzz_crls.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['settings_parser_lex_init_extra', 'settings_section_extend', 'strneq', 'library_init', 'array_remove', 'asn1_unwrap', 'stream_manager_create']

fuzz/fuzz_certs.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['settings_parser_lex_init_extra', 'settings_section_extend', 'strneq', 'library_init', 'identification_printf_hook', 'array_remove', 'stream_manager_create']

fuzz/fuzz_ocsp_req.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['settings_parser_lex_init_extra', 'settings_section_extend', 'strneq', 'library_init', 'array_remove', 'asn1_unwrap', 'stream_manager_create']

fuzz/fuzz_pb_tnc.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['settings_parser_lex_init_extra', 'settings_section_extend', 'stream_manager_create', 'library_init', 'chunk_create_clone', 'plugin_loader_create', 'array_remove', 'scheduler_create']

fuzz/fuzz_ocsp_rsp.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['settings_parser_lex_init_extra', 'settings_section_extend', 'strneq', 'library_init', 'array_remove', 'create_rdn_enumerator', 'stream_manager_create']

fuzz/fuzz_ocsp_rsp.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['settings_parser_lex_init_extra', 'settings_section_extend', 'strneq', 'library_init', 'array_remove', 'asn1_unwrap', 'stream_manager_create']

fuzz/fuzz_ike.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['streq', 'host_create_from_string_and_family', 'host_create_from_sockaddr', 'LLVMFuzzerTestOneInput']

Runtime coverage analysis

This section shows analysis of runtime coverage data.

For futher technical details on how this section is generated, please see the Glossary .

Complex functions with low coverage

Func name Function total lines Lines covered at runtime percentage covered Reached by fuzzers
remove_event 31 7 22.58% ['fuzz_ocsp_rsp_def', 'fuzz_ocsp_req_def', 'fuzz_pb_tnc', 'fuzz_ocsp_req_cus', 'fuzz_certs_def', 'fuzz_ids', 'fuzz_certs_cus', 'fuzz_pa_tnc', 'fuzz_crls_cus', 'fuzz_ocsp_rsp_cus', 'fuzz_crls_def']
find_sections_buffered 64 19 29.68% ['fuzz_ocsp_rsp_def', 'fuzz_ocsp_req_def', 'fuzz_tls', 'fuzz_ike', 'fuzz_pb_tnc', 'fuzz_ocsp_req_cus', 'fuzz_certs_def', 'fuzz_ids', 'fuzz_pa_tnc', 'fuzz_certs_cus', 'fuzz_radius', 'fuzz_crls_cus', 'fuzz_vici', 'fuzz_ocsp_rsp_cus', 'fuzz_crls_def']
settings_parser_parse_file 43 21 48.83% ['fuzz_ocsp_rsp_def', 'fuzz_ocsp_req_def', 'fuzz_tls', 'fuzz_ike', 'fuzz_pb_tnc', 'fuzz_ocsp_req_cus', 'fuzz_certs_def', 'fuzz_ids', 'fuzz_pa_tnc', 'fuzz_certs_cus', 'fuzz_radius', 'fuzz_crls_cus', 'fuzz_vici', 'fuzz_ocsp_rsp_cus', 'fuzz_crls_def']
settings_section_extend 98 23 23.46% ['fuzz_ocsp_rsp_def', 'fuzz_ocsp_req_def', 'fuzz_tls', 'fuzz_ike', 'fuzz_pb_tnc', 'fuzz_ocsp_req_cus', 'fuzz_certs_def', 'fuzz_ids', 'fuzz_pa_tnc', 'fuzz_certs_cus', 'fuzz_radius', 'fuzz_crls_cus', 'fuzz_vici', 'fuzz_ocsp_rsp_cus', 'fuzz_crls_def']
file_include 38 12 31.57% ['fuzz_ocsp_rsp_def', 'fuzz_ocsp_req_def', 'fuzz_tls', 'fuzz_ike', 'fuzz_pb_tnc', 'fuzz_ocsp_req_cus', 'fuzz_certs_def', 'fuzz_ids', 'fuzz_pa_tnc', 'fuzz_certs_cus', 'fuzz_radius', 'fuzz_crls_cus', 'fuzz_vici', 'fuzz_ocsp_rsp_cus', 'fuzz_crls_def']
file_next 33 14 42.42% ['fuzz_ocsp_rsp_def', 'fuzz_ocsp_req_def', 'fuzz_tls', 'fuzz_ike', 'fuzz_pb_tnc', 'fuzz_ocsp_req_cus', 'fuzz_certs_def', 'fuzz_ids', 'fuzz_pa_tnc', 'fuzz_certs_cus', 'fuzz_radius', 'fuzz_crls_cus', 'fuzz_vici', 'fuzz_ocsp_rsp_cus', 'fuzz_crls_def']
hasher_algorithm_from_integrity 67 19 28.35% ['fuzz_radius']
load_plugin 75 18 24.0% ['fuzz_ocsp_rsp_def', 'fuzz_ocsp_req_def', 'fuzz_tls', 'fuzz_ocsp_req_cus', 'fuzz_certs_def', 'fuzz_certs_cus', 'fuzz_radius', 'fuzz_crls_cus', 'fuzz_ocsp_rsp_cus', 'fuzz_crls_def']
create_plugin 44 24 54.54% ['fuzz_ocsp_rsp_def', 'fuzz_ocsp_req_def', 'fuzz_tls', 'fuzz_ocsp_req_cus', 'fuzz_certs_def', 'fuzz_certs_cus', 'fuzz_radius', 'fuzz_crls_cus', 'fuzz_ocsp_rsp_cus', 'fuzz_crls_def']
x509_ocsp_request_gen 95 18 18.94% ['fuzz_ocsp_req_def']
openssl_ec_private_key_load 55 26 47.27% ['fuzz_tls']
openssl_private_key_connect 75 15 20.0% ['fuzz_tls']
x509_cert_gen 211 16 7.582% ['fuzz_ocsp_rsp_def', 'fuzz_tls', 'fuzz_certs_def', 'fuzz_certs_cus', 'fuzz_ocsp_rsp_cus']
mgf1_xof_create 63 32 50.79% ['fuzz_certs_cus']
memxor 34 17 50.0% ['fuzz_certs_cus']
x509_crl_gen 78 17 21.79% ['fuzz_crls_def', 'fuzz_crls_cus']
identity_to_string 126 21 16.66% ['fuzz_ocsp_rsp_def', 'fuzz_ocsp_req_def', 'fuzz_pb_tnc', 'fuzz_ocsp_req_cus', 'fuzz_certs_def', 'fuzz_ids', 'fuzz_certs_cus', 'fuzz_pa_tnc', 'fuzz_crls_cus', 'fuzz_ocsp_rsp_cus', 'fuzz_crls_def']
x509_ocsp_response_gen 80 19 23.75% ['fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
parse_body 75 34 45.33% ['fuzz_ike']
decrypt_and_extract 82 12 14.63% ['fuzz_ike']
host_create_from_string_and_family 60 30 50.0% ['fuzz_ocsp_rsp_def', 'fuzz_ocsp_req_def', 'fuzz_ike', 'fuzz_pb_tnc', 'fuzz_ocsp_req_cus', 'fuzz_certs_def', 'fuzz_ids', 'fuzz_certs_cus', 'fuzz_pa_tnc', 'fuzz_crls_cus', 'fuzz_ocsp_rsp_cus', 'fuzz_crls_def']

Files and Directories in report

This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link

Files in report

Source file Reached by Covered by
[] []
/src/strongswan/src/libstrongswan/networking/host_resolver.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libcharon/sa/ikev2/tasks/ike_reauth_complete.c [] []
/src/strongswan/src/libimcv/swima/swima_event.c [] []
/src/strongswan/src/libstrongswan/plugins/x509/x509_ac.c [] []
/src/strongswan/src/libstrongswan/plugins/sha3/sha3_hasher.c [] []
/src/strongswan/src/libstrongswan/plugins/openssl/../../../../src/libstrongswan/utils/utils/byteorder.h [] []
/src/strongswan/src/libcharon/encoding/payloads/vendor_id_payload.c [] []
/src/strongswan/src/libstrongswan/crypto/proposal/proposal.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] []
/src/strongswan/src/libstrongswan/plugins/gmp/gmp_rsa_public_key.c [] []
/src/strongswan/src/libstrongswan/fetcher/fetcher_manager.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libstrongswan/credentials/certificates/ocsp_single_response.c [] []
/src/strongswan/src/libcharon/sa/ikev2/keymat_v2.c [] []
/src/strongswan/src/libcharon/sa/ikev2/tasks/ike_auth_lifetime.c [] []
/src/strongswan/src/libimcv/ietf/ietf_attr_product_info.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libcharon/sa/ikev2/authenticators/psk_authenticator.c [] []
/src/strongswan/src/libcharon/plugins/vici/vici_plugin.c [] []
/src/strongswan/src/libimcv/pwg/pwg_attr.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/mgf1/mgf1_xof.c [] []
/src/strongswan/src/libcharon/kernel/kernel_handler.c [] []
/src/strongswan/src/libstrongswan/plugins/constraints/constraints_validator.c [] []
/src/strongswan/src/libcharon/processing/jobs/send_keepalive_job.c [] []
/src/strongswan/src/libstrongswan/crypto/kdfs/kdf.c [] []
/src/strongswan/src/libstrongswan/plugins/random/random_plugin.c [] []
/src/strongswan/src/libimcv/ietf/swima/ietf_swima_attr_sw_inv.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libcharon/sa/ikev1/tasks/isakmp_delete.c [] []
/src/strongswan/src/libstrongswan/metadata/metadata_int.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] []
/src/strongswan/src/libcharon/sa/ikev2/tasks/ike_delete.c [] []
/src/strongswan/src/libcharon/sa/ikev1/keymat_v1.c [] []
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_pkcs12.c [] []
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_get_aik.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/networking/streams/stream_vsock.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] []
/src/strongswan/src/libstrongswan/plugins/pem/pem_encoder.c [] []
/src/strongswan/src/libstrongswan/selectors/sec_label.c [] []
/src/strongswan/src/libstrongswan/threading/spinlock.c [] []
/src/strongswan/src/libimcv/ietf/ietf_attr_attr_request.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/sshkey/../../../../src/libstrongswan/utils/utils/string.h [] []
/src/strongswan/src/libcharon/sa/ikev2/tasks/ike_auth.c [] []
/src/strongswan/src/libcharon/encoding/payloads/eap_payload.c [] []
/src/strongswan/src/libstrongswan/plugins/pgp/pgp_cert.c [] []
/src/strongswan/src/libstrongswan/credentials/keys/signature_params.c [] []
/src/strongswan/src/libimcv/imv/imv_workitem.c [] []
/src/strongswan/src/libtls/tls.c ['fuzz_tls'] []
/usr/include/openssl/x509v3.h [] []
/src/strongswan/src/libstrongswan/crypto/crypto_factory.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libcharon/plugins/eap_radius/eap_radius_xauth.c [] []
/src/strongswan/src/libstrongswan/./plugin_constructors.c [] []
/src/strongswan/src/libcharon/attributes/attribute_manager.c [] []
/src/strongswan/src/libcharon/sa/ikev1/tasks/isakmp_natd.c [] []
/src/strongswan/src/libimcv/ietf/ietf_attr_string_version.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_dh_nonce_finish.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/selectors/traffic_selector.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_certs_cus', 'fuzz_certs_def']
/src/strongswan/src/libimcv/pts/components/ita/ita_comp_tgrub.c ['fuzz_pa_tnc'] []
/src/strongswan/src/libcharon/sa/ikev1/authenticators/psk_v1_authenticator.c [] []
/src/strongswan/src/libstrongswan/plugins/revocation/revocation_plugin.c [] []
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/ietf/pb_experimental_msg.c [] []
/src/strongswan/src/libstrongswan/utils/chunk.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_tls', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus', 'fuzz_ike'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_tls', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus', 'fuzz_ike']
/src/strongswan/src/libcharon/sa/ikev2/tasks/child_create.c [] []
/src/strongswan/src/libcharon/sa/ikev2/tasks/ike_vendor.c [] []
/src/strongswan/src/libtls/tls_compression.c ['fuzz_tls'] []
/src/strongswan/src/libcharon/plugins/socket_default/socket_default_plugin.c [] []
/src/strongswan/src/libcharon/sa/ikev1/tasks/isakmp_dpd.c [] []
/src/strongswan/src/libstrongswan/crypto/rngs/rng_tester.c [] []
/src/strongswan/src/libcharon/sa/ikev1/tasks/isakmp_cert_pre.c [] []
/src/strongswan/src/libimcv/ietf/ietf_attr_numeric_version.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/tcg/pb_pdp_referral_msg.c [] []
/src/strongswan/src/libcharon/encoding/payloads/nonce_payload.c [] []
/src/strongswan/src/libstrongswan/plugins/x509/x509_ocsp_response.c [] []
/src/strongswan/src/libstrongswan/settings/settings_parser.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] []
/src/strongswan/src/libcharon/sa/ikev1/phase1.c [] []
/src/strongswan/src/libtls/tls_prf.c [] []
/src/strongswan/src/libstrongswan/crypto/key_exchange.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libtls/tls_aead_seq.c [] []
/src/strongswan/src/libcharon/sa/ikev1/tasks/quick_mode.c [] []
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/ietf/pb_reason_string_msg.c [] []
/src/strongswan/src/libcharon/sa/eap/eap_manager.c [] []
/src/strongswan/src/libcharon/processing/jobs/migrate_job.c [] []
/src/strongswan/src/libcharon/encoding/payloads/ts_payload.c [] []
/src/strongswan/src/libstrongswan/credentials/ocsp_responders.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libcharon/sa/ikev1/tasks/xauth.c [] []
/src/strongswan/src/libstrongswan/plugins/pkcs8/pkcs8_plugin.c [] []
/src/strongswan/src/libcharon/plugins/vici/vici_query.c [] []
/src/strongswan/src/libimcv/ietf/ietf_attr_assess_result.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libtls/tls_protection.c ['fuzz_tls'] []
/src/strongswan/src/libstrongswan/plugins/pkcs7/pkcs7_enveloped_data.c [] []
/src/strongswan/src/libimcv/ietf/ietf_attr_op_status.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/processing/scheduler.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/usr/include/x86_64-linux-gnu/bits/uintn-identity.h [] []
/src/strongswan/src/libstrongswan/asn1/asn1_parser.c [] []
/src/strongswan/src/libcharon/plugins/eap_radius/eap_radius_forward.c [] []
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_engine.c [] []
/src/strongswan/src/libcharon/plugins/counters/counters_listener.c [] []
/src/strongswan/src/libstrongswan/networking/host.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus', 'fuzz_ike'] ['fuzz_ike']
/src/strongswan/src/libtnccs/plugins/tnccs_20/batch/pb_tnc_batch.c ['fuzz_pb_tnc'] ['fuzz_pb_tnc']
/src/strongswan/src/libcharon/config/backend_manager.c [] []
/src/strongswan/src/libstrongswan/networking/streams/stream_tcp.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] []
/src/strongswan/src/libstrongswan/plugins/openssl/../../../../src/libstrongswan/plugins/plugin_feature.h [] []
/src/strongswan/src/libtls/tls_hkdf.c [] []
/src/strongswan/src/libstrongswan/collections/hashtable.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libstrongswan/credentials/sets/auth_cfg_wrapper.c [] []
/src/strongswan/src/libstrongswan/plugins/plugin_feature.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libstrongswan/eap/eap.c [] []
/src/strongswan/src/libcharon/encoding/payloads/proposal_substructure.c [] []
/src/strongswan/src/libstrongswan/metadata/metadata_factory.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libstrongswan/settings/settings.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_aik.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libcharon/processing/jobs/adopt_children_job.c [] []
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_crl.c [] []
/src/strongswan/src/libcharon/processing/jobs/rekey_child_sa_job.c [] []
/src/strongswan/src/libcharon/encoding/payloads/delete_payload.c [] []
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_x509.c [] []
/src/strongswan/src/libcharon/processing/jobs/redirect_job.c [] []
/src/strongswan/src/libcharon/plugins/resolve/resolve_plugin.c [] []
/src/strongswan/src/libtls/tls_server.c ['fuzz_tls'] []
/src/strongswan/src/libtls/tls_alert.c ['fuzz_tls'] []
/src/strongswan/src/libcharon/sa/authenticator.c [] []
/src/strongswan/src/libcharon/sa/trap_manager.c [] []
/src/strongswan/src/libcharon/processing/jobs/initiate_tasks_job.c [] []
/src/strongswan/fuzz/fuzz_pb_tnc.c ['fuzz_pb_tnc'] ['fuzz_pb_tnc']
/src/strongswan/src/libstrongswan/plugins/sha3/sha3_shake.c [] []
/src/strongswan/src/libcharon/encoding/message.c ['fuzz_ike'] ['fuzz_ike']
/src/strongswan/src/libcharon/sa/child_sa_manager.c [] []
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/ietf/pb_language_preference_msg.c [] []
/src/strongswan/src/libstrongswan/plugins/x509/../../../../src/libstrongswan/utils/utils/string.h [] []
/src/strongswan/src/libstrongswan/networking/streams/stream_service_unix.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] []
/src/strongswan/src/libcharon/sa/ikev2/tasks/ike_mid_sync.c [] []
/src/strongswan/src/libimcv/pa_tnc/pa_tnc_attr_manager.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/utils/utils.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/fuzz/fuzz_tls.c ['fuzz_tls'] ['fuzz_tls']
/src/strongswan/src/libimcv/ita/ita_attr_settings.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/ita/ita_attr_dummy.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/settings/settings_lexer.l ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libcharon/sa/ikev2/tasks/ike_redirect.c [] []
/src/strongswan/src/libcharon/plugins/vici/vici_logger.c [] []
/src/strongswan/src/libcharon/plugins/kernel_netlink/../../../../src/libstrongswan/selectors/sec_label.h [] []
/src/strongswan/src/libcharon/bus/listeners/file_logger.c [] []
/src/strongswan/src/libstrongswan/utils/identification.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_tls', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_ocsp_req_def', 'fuzz_tls', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libstrongswan/utils/backtrace.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_sha1_prf.c [] []
/src/strongswan/src/libimcv/pts/components/pts_comp_evidence.c [] []
/src/strongswan/src/libcharon/sa/ikev2/tasks/ike_cert_post.c [] []
/src/strongswan/src/libstrongswan/plugins/pem/pem_plugin.c [] []
/src/strongswan/src/libcharon/encoding/payloads/transform_attribute.c [] []
/src/strongswan/src/libimcv/imv/imv_session_manager.c ['fuzz_pa_tnc'] []
/src/strongswan/src/libstrongswan/crypto/proposal/proposal_keywords.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libcharon/encoding/payloads/sa_payload.c [] []
/src/strongswan/src/libcharon/encoding/payloads/cert_payload.c [] []
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_req_file_meas.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/pkcs7/pkcs7_generic.c [] []
/src/strongswan/src/libstrongswan/processing/processor.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libstrongswan/crypto/iv/iv_gen_rand.c [] []
/src/strongswan/src/libtls/tls_aead_null.c [] []
/src/strongswan/src/libcharon/sa/eap/eap_method.c [] []
/src/strongswan/src/libstrongswan/plugins/kdf/kdf_plugin.c [] []
/src/strongswan/src/libstrongswan/credentials/sets/cert_cache.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/fuzz/fuzz_ike.c ['fuzz_ike'] ['fuzz_ike']
/src/strongswan/src/libcharon/processing/jobs/roam_job.c [] []
/src/strongswan/src/libcharon/encoding/payloads/notify_payload.c [] []
/src/strongswan/src/libstrongswan/plugins/revocation/revocation_validator.c [] []
/src/strongswan/src/libstrongswan/asn1/asn1.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_tls', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_ocsp_req_def', 'fuzz_tls', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libcharon/network/socket.c [] []
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/ietf/pb_remediation_parameters_msg.c [] []
/src/strongswan/src/libstrongswan/processing/jobs/callback_job.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libstrongswan/plugins/sha1/sha1_hasher.c [] []
/src/strongswan/src/libstrongswan/utils/process.c [] []
/src/strongswan/src/libstrongswan/credentials/certificates/certificate.c [] []
/src/strongswan/src/libstrongswan/plugins/cmac/cmac_plugin.c [] []
/src/strongswan/src/libstrongswan/plugins/mgf1/mgf1_plugin.c [] []
/src/strongswan/src/libstrongswan/library.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libstrongswan/credentials/keys/private_key.c [] []
/src/strongswan/src/libstrongswan/plugins/x509/x509_ocsp_request.c [] []
/usr/include/openssl/asn1.h [] []
/src/strongswan/src/libcharon/encoding/payloads/traffic_selector_substructure.c [] []
/src/strongswan/src/libcharon/../../src/libstrongswan/utils/utils/align.h [] []
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_ec_private_key.c [] []
/src/strongswan/src/libstrongswan/crypto/hashers/hasher.c [] []
/src/strongswan/src/libstrongswan/plugins/sha1/sha1_prf.c [] []
/src/strongswan/src/libcharon/sa/ikev1/authenticators/hybrid_authenticator.c [] []
/src/strongswan/src/libstrongswan/utils/utils/status.c [] []
/src/strongswan/src/libcharon/plugins/kernel_netlink/kernel_netlink_xfrmi.c [] []
/src/strongswan/src/libstrongswan/plugins/pkcs8/pkcs8_builder.c [] []
/src/strongswan/src/libstrongswan/plugins/x509/x509_cert.c [] []
/src/strongswan/src/libcharon/plugins/attr/attr_plugin.c [] []
/src/strongswan/src/libimcv/tcg/seg/tcg_seg_attr_seg_contract.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/tcg/tcg_attr.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libcharon/encoding/payloads/fragment_payload.c [] []
/src/strongswan/src/libstrongswan/collections/linked_list.c ['fuzz_ids', 'fuzz_vici', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_tls', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus', 'fuzz_ike'] ['fuzz_ids', 'fuzz_vici', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_tls', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus', 'fuzz_ike']
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_simple_evid_final.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libcharon/encoding/payloads/auth_payload.c [] []
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/ietf/pb_access_recommendation_msg.c [] []
/src/strongswan/src/libcharon/encoding/payloads/hash_payload.c [] []
/src/strongswan/src/libcharon/config/ike_cfg.c [] []
/src/strongswan/src/libcharon/sa/ikev1/tasks/aggressive_mode.c [] []
/src/strongswan/src/libstrongswan/credentials/keys/shared_key.c [] []
/src/strongswan/src/libstrongswan/resolver/resolver_manager.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_ec_diffie_hellman.c [] []
/src/strongswan/src/libstrongswan/plugins/drbg/drbg_ctr.c [] []
/src/strongswan/src/libstrongswan/plugins/pkcs7/pkcs7_plugin.c [] []
/src/strongswan/src/libcharon/config/child_cfg.c [] []
/src/strongswan/src/libtls/tls_aead_impl.c [] []
/src/strongswan/src/libstrongswan/plugins/pubkey/pubkey_plugin.c [] []
/src/strongswan/src/libstrongswan/crypto/iv/iv_gen_null.c [] []
/src/strongswan/src/libstrongswan/plugins/plugin_loader.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libstrongswan/selectors/traffic_selector_list.c [] []
/src/strongswan/src/libstrongswan/networking/packet.c ['fuzz_ike'] ['fuzz_ike']
/src/strongswan/src/libstrongswan/plugins/openssl/../../../../src/libstrongswan/utils/chunk.h [] []
/src/strongswan/src/libcharon/encoding/payloads/configuration_attribute.c [] []
/src/strongswan/src/libcharon/sa/task_manager.c [] []
/src/strongswan/src/libtpmtss/tpm_tss_tss2_v1.c [] []
/src/strongswan/src/libimcv/pts/components/pts_component_manager.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/networking/streams/stream.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] []
/src/strongswan/src/libimcv/pts/components/ita/ita_comp_ima.c ['fuzz_pa_tnc'] []
/src/strongswan/src/libstrongswan/networking/streams/stream_manager.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libcharon/sa/shunt_manager.c [] []
/src/strongswan/src/libstrongswan/selectors/traffic_selector.h ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] []
/src/strongswan/src/libimcv/ietf/ietf_attr_fwd_enabled.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/ita/pb_mutual_capability_msg.c [] []
/src/strongswan/src/libimcv/pts/pts_ima_bios_list.c [] []
/src/strongswan/src/libstrongswan/credentials/keys/public_key.c [] []
/src/strongswan/src/libcharon/encoding/parser.c ['fuzz_ike'] ['fuzz_ike']
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_req_file_meta.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/credentials/certificates/crl.c [] []
/src/strongswan/src/libcharon/encoding/payloads/transform_substructure.c [] []
/src/strongswan/src/libcharon/sa/ikev2/tasks/child_delete.c [] []
/src/strongswan/src/libstrongswan/plugins/x509/x509_pkcs10.c [] []
/src/strongswan/src/libradius/radius_message.c ['fuzz_radius'] ['fuzz_radius']
/src/strongswan/src/libcharon/plugins/vici/vici_socket.c [] []
/src/strongswan/src/libcharon/sa/ikev2/tasks/ike_verify_peer_cert.c [] []
/src/strongswan/src/libcharon/processing/jobs/acquire_job.c [] []
/src/strongswan/src/libradius/radius_socket.c [] []
/src/strongswan/src/libstrongswan/crypto/pkcs5.c [] []
/src/strongswan/src/libstrongswan/plugins/x509/../../../../src/libstrongswan/utils/utils/align.h [] []
/src/strongswan/src/libstrongswan/plugins/xcbc/xcbc_plugin.c [] []
/src/strongswan/src/libimcv/ita/ita_attr_symlinks.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/imv/imv_database.c ['fuzz_pa_tnc'] []
/usr/include/x86_64-linux-gnu/bits/byteswap.h [] []
/src/strongswan/src/libcharon/kernel/kernel_interface.c [] []
/src/strongswan/src/libstrongswan/plugins/pgp/pgp_plugin.c [] []
/src/strongswan/src/libcharon/sa/ikev2/tasks/child_rekey.c [] []
/src/strongswan/src/libimcv/ietf/ietf_attr_remediation_instr.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/ietf/pb_assessment_result_msg.c [] []
/src/strongswan/src/libstrongswan/utils/utils/path.c [] []
/src/strongswan/src/libimcv/pwg/pwg_attr_vendor_smi_code.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libcharon/bus/listeners/sys_logger.c [] []
/src/strongswan/src/libstrongswan/networking/streams/stream_unix.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] []
/src/strongswan/src/libstrongswan/plugins/pem/../../../../src/libstrongswan/utils/utils/string.h [] []
/src/strongswan/src/libstrongswan/metadata/metadata_set.c [] []
/src/strongswan/src/libcharon/sa/ikev1/tasks/mode_config.c [] []
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_rsa_private_key.c [] []
/src/strongswan/src/libstrongswan/settings/settings_parser.y ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libstrongswan/plugins/openssl/../../../../src/libstrongswan/utils/utils/string.h [] []
/src/strongswan/src/libstrongswan/plugins/pkcs1/pkcs1_plugin.c [] []
/src/strongswan/src/libcharon/plugins/attr/attr_provider.c [] []
/src/strongswan/src/libstrongswan/plugins/sha2/sha2_plugin.c [] []
/src/strongswan/src/libstrongswan/plugins/pkcs7/pkcs7_encrypted_data.c [] []
/src/strongswan/src/libstrongswan/plugins/pkcs7/pkcs7_signed_data.c [] []
/src/strongswan/src/libstrongswan/bio/bio_writer.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libstrongswan/processing/watcher.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libcharon/plugins/vici/vici_config.c [] []
/src/strongswan/src/libstrongswan/plugins/gmp/gmp_diffie_hellman.c [] []
/src/strongswan/src/libstrongswan/crypto/prfs/mac_prf.c [] []
/src/strongswan/src/libstrongswan/credentials/certificates/x509.c [] []
/src/strongswan/src/libcharon/encoding/payloads/unknown_payload.c [] []
/src/strongswan/src/libstrongswan/plugins/sshkey/sshkey_builder.c [] []
/src/strongswan/fuzz/fuzz_crls.c ['fuzz_crls_cus', 'fuzz_crls_def'] ['fuzz_crls_cus', 'fuzz_crls_def']
/src/strongswan/src/libstrongswan/./utils/utils/string.h ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_tls', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus', 'fuzz_ike'] []
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_ed_public_key.c [] []
/src/strongswan/src/libimcv/generic/generic_attr_string.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_tpm_version_info.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libcharon/plugins/eap_radius/eap_radius_provider.c [] []
/src/strongswan/fuzz/fuzz_radius.c ['fuzz_radius'] ['fuzz_radius']
/src/strongswan/src/libcharon/sa/ikev2/tasks/ike_init.c [] []
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_util.c [] []
/src/strongswan/src/libimcv/ita/ita_attr_get_settings.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/dnskey/../../../../src/libstrongswan/utils/utils/byteorder.h [] []
/src/strongswan/src/libcharon/sa/keymat.c [] []
/src/strongswan/src/libstrongswan/crypto/iv/iv_gen_seq.c [] []
/src/strongswan/src/libimcv/ietf/ietf_attr_port_filter.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libtnccs/plugins/tnccs_20/../../../../src/libstrongswan/pen/pen.h [] []
/src/strongswan/src/libstrongswan/settings/settings_types.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libcharon/sa/ikev2/tasks/ike_mobike.c [] []
/src/strongswan/src/libstrongswan/crypto/aead.c [] []
/src/strongswan/src/libcharon/processing/jobs/rekey_ike_sa_job.c [] []
/src/strongswan/src/libcharon/sa/ikev2/tasks/ike_dpd.c [] []
/src/strongswan/src/libcharon/processing/jobs/dpd_timeout_job.c [] []
/src/strongswan/src/libstrongswan/plugins/drbg/drbg_hmac.c [] []
/src/strongswan/src/libstrongswan/plugins/pubkey/pubkey_cert.c [] []
/src/strongswan/src/libstrongswan/plugins/xcbc/xcbc.c [] []
/src/strongswan/src/libtpmtss/tpm_tss.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/imv/imv_session.c [] []
/src/strongswan/src/libcharon/plugins/updown/updown_handler.c [] []
/src/strongswan/src/libstrongswan/networking/streams/stream_service_tcp.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] []
/src/strongswan/src/libstrongswan/collections/array.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_tls', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_tls', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_dh_nonce_params_req.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/utils/lexparser.c [] []
/src/strongswan/src/libcharon/kernel/kernel_ipsec.c [] []
/src/strongswan/src/libstrongswan/plugins/sshkey/sshkey_encoder.c [] []
/src/strongswan/src/libcharon/sa/ike_sa_id.c [] []
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_xof.c [] []
/src/strongswan/src/libcharon/plugins/kernel_netlink/kernel_netlink_shared.c [] []
/src/strongswan/src/libimcv/swima/swima_record.c [] []
/src/strongswan/src/libcharon/sa/ikev1/tasks/informational.c [] []
/src/strongswan/src/libstrongswan/crypto/crypters/crypter.c [] []
/src/strongswan/src/libcharon/sa/xauth/xauth_method.c [] []
/src/strongswan/src/libstrongswan/./crypto/proposal/proposal_keywords_static.txt [] []
/src/strongswan/src/libstrongswan/ipsec/ipsec_types.c [] []
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_diffie_hellman.c [] []
/src/strongswan/src/libstrongswan/credentials/containers/pkcs12.c [] []
/src/strongswan/src/libtls/tls_aead_expl.c [] []
/src/strongswan/src/libcharon/processing/jobs/send_dpd_job.c [] []
/src/strongswan/src/libimcv/../../src/libstrongswan/pen/pen.h ['fuzz_pa_tnc'] []
/src/strongswan/src/libcharon/config/peer_cfg.c [] []
/src/strongswan/src/libtls/tls_crypto.c ['fuzz_tls'] []
/src/strongswan/src/libstrongswan/./utils/utils/time.h [] []
/src/strongswan/src/libstrongswan/crypto/transform.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] []
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_req_func_comp_evid.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_gen_attest_evid.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/ietf/pb_error_msg.c [] []
/src/strongswan/src/libcharon/sa/ikev2/tasks/ike_natd.c [] []
/src/strongswan/src/libcharon/encoding/payloads/certreq_payload.c [] []
/src/strongswan/src/libtpmtss/tpm_tss_tss2_v2.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libcharon/plugins/resolve/resolve_handler.c [] []
/src/strongswan/src/libcharon/plugins/counters/counters_plugin.c [] []
/src/strongswan/src/libstrongswan/threading/thread.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libcharon/sa/ikev1/task_manager_v1.c [] []
/src/strongswan/src/libstrongswan/utils/enum.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_certs_def', 'fuzz_ocsp_rsp_def']
/src/strongswan/src/libcharon/plugins/vici/vici_control.c [] []
/src/strongswan/src/libcharon/plugins/eap_radius/eap_radius_accounting.c [] []
/src/strongswan/src/libcharon/processing/jobs/delete_ike_sa_job.c [] []
/src/strongswan/src/libcharon/processing/jobs/process_message_job.c [] []
/src/strongswan/src/libstrongswan/plugins/pgp/pgp_builder.c [] []
/src/strongswan/src/libcharon/sa/ikev1/tasks/main_mode.c [] []
/src/strongswan/src/libstrongswan/plugins/pkcs7/../../../../src/libstrongswan/utils/chunk.h [] []
/src/strongswan/src/libstrongswan/crypto/signers/mac_signer.c [] []
/src/strongswan/src/libcharon/plugins/eap_radius/eap_radius_dae.c [] []
/src/strongswan/src/libcharon/sa/ikev2/tasks/ike_config.c [] []
/src/strongswan/src/libstrongswan/utils/debug.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libtpmtss/tpm_tss_trousers.c [] []
/src/strongswan/src/libstrongswan/plugins/drbg/drbg_plugin.c [] []
/src/strongswan/src/libstrongswan/plugins/cmac/cmac.c [] []
/src/strongswan/src/libcharon/sa/ike_sa_manager.c [] []
/src/strongswan/src/libstrongswan/plugins/gmp/gmp_plugin.c [] []
/src/strongswan/src/libstrongswan/plugins/sha3/sha3_keccak.c [] []
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_proto_caps.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_rsa_public_key.c [] []
/src/strongswan/src/libcharon/daemon.c [] []
/src/strongswan/src/libstrongswan/database/database_factory.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libcharon/plugins/updown/updown_plugin.c [] []
/src/strongswan/src/libimcv/ietf/swima/ietf_swima_attr_sw_ev.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/x509/x509_crl.c [] []
/src/strongswan/src/libcharon/sa/child_sa.c [] []
/src/strongswan/src/libstrongswan/utils/utils/strerror.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libcharon/plugins/kernel_netlink/kernel_netlink_ipsec.c [] []
/src/strongswan/src/libcharon/sa/ikev1/tasks/isakmp_cert_post.c [] []
/src/strongswan/src/libimcv/pts/components/ita/ita_comp_tboot.c ['fuzz_pa_tnc'] []
/src/strongswan/src/libcharon/processing/jobs/inactivity_job.c [] []
/src/strongswan/src/libimcv/generic/generic_attr_chunk.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_plugin.c [] []
/src/strongswan/src/libcharon/plugins/kernel_netlink/./kernel_netlink_shared.h [] []
/src/strongswan/src/libtpmtss/tpm_tss_quote_info.c [] []
/src/strongswan/src/libstrongswan/collections/enumerator.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libcharon/sa/ikev1/authenticators/pubkey_v1_authenticator.c [] []
/src/strongswan/src/libimcv/swima/swima_inventory.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libcharon/plugins/eap_radius/eap_radius_plugin.c [] []
/src/strongswan/src/libimcv/ietf/ietf_attr.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/pb_tnc_msg.c [] []
/src/strongswan/src/libstrongswan/plugins/dnskey/dnskey_plugin.c [] []
/src/strongswan/src/libimcv/generic/generic_attr_bool.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/nonce/nonce_nonceg.c [] []
/src/strongswan/fuzz/fuzz_ocsp_rsp.c ['fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/usr/include/openssl/cms.h [] []
/src/strongswan/src/libcharon/encoding/payloads/ke_payload.c [] []
/src/strongswan/src/libstrongswan/credentials/credential_manager.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libradius/radius_config.c [] []
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_simple_comp_evid.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libcharon/kernel/kernel_listener.c [] []
/src/strongswan/src/libcharon/processing/jobs/retry_initiate_job.c [] []
/src/strongswan/src/libstrongswan/./utils/utils/atomics.h [] []
/src/strongswan/src/libcharon/sa/ikev2/tasks/ike_establish.c [] []
/src/strongswan/src/libimcv/ietf/ietf_attr_pa_tnc_error.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/./utils/chunk.h ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_tls', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] []
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_file_meas.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/ita/ita_attr.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/crypto/xofs/xof.c [] []
/src/strongswan/src/libcharon/plugins/vici/vici_dispatcher.c [] []
/src/strongswan/src/libimcv/ietf/ietf_attr_installed_packages.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/networking/streams/stream_service.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] []
/src/strongswan/src/libcharon/network/socket_manager.c [] []
/src/strongswan/src/libstrongswan/collections/hashlist.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libimcv/ietf/swima/ietf_swima_attr_req.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libcharon/sa/ikev1/tasks/quick_delete.c [] []
/src/strongswan/src/libstrongswan/plugins/openssl/../../../../src/libstrongswan/utils/utils/memory.h [] []
/src/strongswan/src/libstrongswan/./crypto/transform.h ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] []
/src/strongswan/src/libcharon/attributes/mem_pool.c [] []
/src/strongswan/src/libstrongswan/plugins/pem/pem_builder.c [] []
/src/strongswan/src/libcharon/sa/ikev2/tasks/ike_rekey.c [] []
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_hasher.c [] []
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_hmac.c [] []
/src/strongswan/src/libstrongswan/utils/capabilities.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libstrongswan/threading/mutex.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libcharon/processing/jobs/start_action_job.c [] []
/src/strongswan/src/libstrongswan/plugins/gmp/../../../../src/libstrongswan/utils/utils/constant_time.h [] []
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_aead.c [] []
/src/strongswan/src/libcharon/processing/jobs/update_sa_job.c [] []
/src/strongswan/src/libcharon/sa/ikev2/tasks/ike_reauth.c [] []
/src/strongswan/fuzz/fuzz_pa_tnc.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libtls/tls_peer.c ['fuzz_tls'] []
/src/strongswan/fuzz/fuzz_certs.c ['fuzz_certs_cus', 'fuzz_certs_def'] ['fuzz_certs_cus', 'fuzz_certs_def']
/src/strongswan/src/libimcv/pa_tnc/pa_tnc_msg.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/threading/semaphore.c [] []
/src/strongswan/src/libstrongswan/threading/thread_value.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libstrongswan/plugins/gmp/gmp_rsa_private_key.c [] []
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_ed_private_key.c [] []
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_meas_algo.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libcharon/sa/ikev2/authenticators/eap_authenticator.c [] []
/src/strongswan/src/libcharon/encoding/generator.c [] []
/src/strongswan/src/libstrongswan/plugins/nonce/nonce_plugin.c [] []
/src/strongswan/src/libstrongswan/plugins/revocation/revocation_fetcher.c [] []
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_x_diffie_hellman.c [] []
/src/strongswan/src/libimcv/ita/ita_attr_angel.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/credentials/sets/mem_cred.c [] []
/src/strongswan/src/libstrongswan/plugins/constraints/constraints_plugin.c [] []
/src/strongswan/src/libcharon/encoding/payloads/cp_payload.c [] []
/src/strongswan/src/libcharon/plugins/kernel_netlink/kernel_netlink_net.c [] []
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_rng.c [] []
/src/strongswan/src/libcharon/plugins/vici/vici_cred.c [] []
/src/strongswan/src/libimcv/os_info/os_info.c [] []
/src/strongswan/src/libstrongswan/plugins/pgp/pgp_utils.c [] []
/src/strongswan/src/libcharon/kernel/kernel_net.c [] []
/src/strongswan/src/libstrongswan/plugins/sha1/sha1_plugin.c [] []
/src/strongswan/src/libcharon/encoding/payloads/id_payload.c [] []
/src/strongswan/fuzz/fuzz_ids.c ['fuzz_ids'] ['fuzz_ids']
/src/strongswan/src/libstrongswan/utils/utils/atomics.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libstrongswan/plugins/pkcs7/pkcs7_attributes.c [] []
/src/strongswan/src/libcharon/sa/ikev1/tasks/isakmp_vendor.c [] []
/src/strongswan/src/libimcv/pts/pts_meas_algo.c [] []
/src/strongswan/src/libcharon/plugins/eap_radius/eap_radius.c [] []
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_get_tpm_version_info.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/x509/x509_plugin.c [] []
/src/strongswan/src/libimcv/pts/pts_file_meas.c [] []
/src/strongswan/src/libstrongswan/utils/utils/time.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] []
/src/strongswan/src/libcharon/processing/jobs/retransmit_job.c [] []
/src/strongswan/src/libstrongswan/bio/bio_reader.c [] []
/src/strongswan/src/libcharon/sa/xauth/xauth_manager.c [] []
/src/strongswan/src/libstrongswan/plugins/pkcs7/../../../../src/libstrongswan/utils/utils/memory.h [] []
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_unix_file_meta.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/threading/rwlock.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libcharon/bus/bus.c [] []
/src/strongswan/src/libstrongswan/plugins/dnskey/dnskey_builder.c [] []
/src/strongswan/src/libcharon/control/controller.c [] []
/src/strongswan/src/libcharon/plugins/xauth_generic/xauth_generic_plugin.c [] []
/src/strongswan/src/libstrongswan/crypto/iv/iv_gen.c [] []
/src/strongswan/src/libstrongswan/plugins/sha3/sha3_plugin.c [] []
/src/strongswan/src/libstrongswan/utils/printf_hook/printf_hook_glibc.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libimcv/imcv.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libcharon/plugins/xauth_generic/xauth_generic.c [] []
/src/strongswan/src/libcharon/sa/ike_sa.c [] []
/src/strongswan/src/libcharon/sa/ikev2/task_manager_v2.c [] []
/src/strongswan/src/libstrongswan/utils/utils/string.c [] []
/src/strongswan/src/libcharon/plugins/vici/vici_authority.c [] []
/src/strongswan/src/libstrongswan/plugins/pkcs7/pkcs7_data.c [] []
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_crypter.c [] []
/src/strongswan/src/libcharon/encoding/payloads/ike_header.c [] []
/src/strongswan/src/libcharon/plugins/vici/vici_message.c ['fuzz_vici'] ['fuzz_vici']
/src/strongswan/src/libstrongswan/plugins/dnskey/dnskey_encoder.c [] []
/src/strongswan/src/libcharon/plugins/updown/updown_listener.c [] []
/src/strongswan/src/libcharon/network/sender.c [] []
/src/strongswan/src/libcharon/network/receiver.c [] []
/src/strongswan/src/libstrongswan/utils/parser_helper.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libimcv/pts/pts_file_meta.c [] []
/src/strongswan/src/libstrongswan/./utils/utils/byteorder.h [] []
/src/strongswan/src/libstrongswan/plugins/random/random_rng.c [] []
/src/strongswan/src/libtls/tls_fragmentation.c ['fuzz_tls'] []
/src/strongswan/src/libstrongswan/credentials/cred_encoding.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libcharon/sa/ikev1/iv_manager.c [] []
/src/strongswan/src/libstrongswan/crypto/prfs/prf.c [] []
/src/strongswan/src/libimcv/pts/pts_ima_event_list.c [] []
/src/strongswan/src/libstrongswan/settings/settings_lexer.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libcharon/plugins/kernel_netlink/kernel_netlink_plugin.c [] []
/src/strongswan/src/libimcv/swima/swima_events.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/crypto/rngs/rng.c [] []
/src/strongswan/src/libstrongswan/networking/streams/stream_service_vsock.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] []
/src/strongswan/src/libstrongswan/utils/utils/memory.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_certs_cus', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libstrongswan/plugins/sha2/sha2_hasher.c [] []
/src/strongswan/src/libcharon/sa/redirect_manager.c [] []
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_ec_public_key.c [] []
/src/strongswan/src/libcharon/encoding/payloads/encrypted_payload.c [] []
/src/strongswan/src/libstrongswan/credentials/auth_cfg.c ['fuzz_tls'] []
/src/strongswan/src/libcharon/sa/ikev2/authenticators/pubkey_authenticator.c [] []
/src/strongswan/src/libstrongswan/credentials/sets/ocsp_response_wrapper.c [] []
/src/strongswan/src/libcharon/plugins/vici/vici_attribute.c [] []
/src/strongswan/src/libimcv/tcg/seg/tcg_seg_attr_next_seg.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libcharon/processing/jobs/delete_child_sa_job.c [] []
/src/strongswan/src/libstrongswan/crypto/hashers/hash_algorithm_set.c [] []
/src/strongswan/src/libimcv/pts/components/pts_comp_func_name.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/./utils/utils/memory.h ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_tls', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus', 'fuzz_ike'] []
/src/strongswan/src/libstrongswan/plugins/pgp/pgp_encoder.c [] []
/src/strongswan/src/libstrongswan/plugins/sshkey/sshkey_plugin.c [] []
/src/strongswan/src/libcharon/encoding/payloads/payload.c [] []
/src/strongswan/src/libcharon/plugins/vici/vici_builder.c [] []
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_pkcs7.c [] []
/src/strongswan/src/libstrongswan/crypto/crypto_tester.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/fuzz/fuzz_vici.c ['fuzz_vici'] ['fuzz_vici']
/src/strongswan/src/libtls/tls_aead.c [] []
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_dh_nonce_params_resp.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/./utils/utils/path.h [] []
/src/strongswan/src/libstrongswan/plugins/pkcs1/pkcs1_builder.c [] []
/src/strongswan/src/libstrongswan/utils/utils/tty.c [] []
/usr/include/openssl/x509.h [] []
/src/strongswan/src/libstrongswan/plugins/pkcs1/pkcs1_encoder.c [] []
/src/strongswan/fuzz/fuzz_ocsp_req.c ['fuzz_ocsp_req_def', 'fuzz_ocsp_req_cus'] ['fuzz_ocsp_req_def', 'fuzz_ocsp_req_cus']
/src/strongswan/src/libcharon/sa/ikev2/tasks/ike_cert_pre.c [] []
/src/strongswan/src/libimcv/pts/pts_symlinks.c [] []
/src/strongswan/src/libradius/radius_client.c [] []
/src/strongswan/src/libimcv/tcg/seg/tcg_seg_attr_seg_env.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/ietf/pb_pa_msg.c [] []
/src/strongswan/src/libimcv/imv/imv_os_info.c [] []
/src/strongswan/src/libcharon/plugins/socket_default/socket_default_socket.c [] []
/src/strongswan/src/libstrongswan/plugins/kdf/kdf_kdf.c [] []
/src/strongswan/src/libstrongswan/credentials/credential_factory.c ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus'] ['fuzz_ids', 'fuzz_pa_tnc', 'fuzz_ocsp_req_def', 'fuzz_certs_cus', 'fuzz_crls_cus', 'fuzz_crls_def', 'fuzz_certs_def', 'fuzz_ocsp_req_cus', 'fuzz_pb_tnc', 'fuzz_ocsp_rsp_def', 'fuzz_ocsp_rsp_cus']
/src/strongswan/src/libimcv/ita/ita_attr_command.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libcharon/plugins/vici/vici_cert_info.c [] []

Directories in report

Directory
/src/strongswan/src/libcharon/../../src/libstrongswan/utils/utils/
/src/strongswan/src/libcharon/plugins/attr/
/src/strongswan/src/libtpmtss/
/src/strongswan/src/libcharon/encoding/payloads/
/src/strongswan/src/libcharon/plugins/kernel_netlink/
/src/strongswan/src/libstrongswan/credentials/sets/
/src/strongswan/src/libcharon/sa/ikev1/
/src/strongswan/src/libstrongswan/plugins/sha2/
/src/strongswan/src/libstrongswan/crypto/kdfs/
/src/strongswan/src/libcharon/sa/eap/
/src/strongswan/src/libstrongswan/plugins/revocation/
/src/strongswan/src/libstrongswan/processing/
/src/strongswan/src/libstrongswan/plugins/sshkey/
/src/strongswan/src/libstrongswan/credentials/keys/
/src/strongswan/src/libstrongswan/asn1/
/src/strongswan/src/libtnccs/plugins/tnccs_20/batch/
/src/strongswan/src/libimcv/
/src/strongswan/src/libimcv/ietf/
/src/strongswan/src/libimcv/generic/
/src/strongswan/src/libstrongswan/plugins/pem/
/src/strongswan/src/libstrongswan/bio/
/src/strongswan/src/libcharon/
/src/strongswan/src/libstrongswan/plugins/pkcs7/
/src/strongswan/src/libcharon/sa/ikev2/
/src/strongswan/src/libstrongswan/networking/streams/
/src/strongswan/src/libimcv/pa_tnc/
/src/strongswan/src/libcharon/plugins/xauth_generic/
/src/strongswan/src/libstrongswan/crypto/iv/
/src/strongswan/src/libstrongswan/selectors/
/src/strongswan/src/libimcv/pwg/
/src/strongswan/src/libstrongswan/processing/jobs/
/src/strongswan/src/libstrongswan/crypto/hashers/
/src/strongswan/src/libstrongswan/plugins/nonce/
/src/strongswan/src/libcharon/kernel/
/src/strongswan/src/libcharon/bus/listeners/
/src/strongswan/src/libstrongswan/plugins/cmac/
/src/strongswan/src/libstrongswan/crypto/
/src/strongswan/src/libstrongswan/plugins/openssl/../../../../src/libstrongswan/utils/
/src/strongswan/src/libstrongswan/crypto/signers/
/src/strongswan/src/libcharon/network/
/src/strongswan/src/libstrongswan/./
/src/strongswan/src/libimcv/pts/
/src/strongswan/src/libimcv/ita/
/src/strongswan/src/libcharon/attributes/
/src/strongswan/src/libstrongswan/plugins/pem/../../../../src/libstrongswan/utils/utils/
/usr/include/openssl/
/src/strongswan/src/libcharon/plugins/kernel_netlink/./
/src/strongswan/src/libstrongswan/credentials/certificates/
/src/strongswan/src/libstrongswan/networking/
/src/strongswan/src/libstrongswan/plugins/dnskey/
/src/strongswan/src/libimcv/tcg/seg/
/src/strongswan/src/libcharon/plugins/counters/
/src/strongswan/src/libstrongswan/credentials/
/usr/include/x86_64-linux-gnu/bits/
/src/strongswan/src/libstrongswan/threading/
/src/strongswan/src/libstrongswan/eap/
/src/strongswan/src/libstrongswan/database/
/src/strongswan/src/libcharon/plugins/socket_default/
/src/strongswan/src/libstrongswan/crypto/prfs/
/src/strongswan/src/libstrongswan/plugins/openssl/../../../../src/libstrongswan/plugins/
/src/strongswan/src/libimcv/os_info/
/src/strongswan/src/libimcv/ietf/swima/
/src/strongswan/src/libstrongswan/settings/
/src/strongswan/src/libstrongswan/plugins/constraints/
/src/strongswan/src/libcharon/encoding/
/src/strongswan/src/libstrongswan/crypto/rngs/
/src/strongswan/src/libstrongswan/plugins/pkcs1/
/src/strongswan/src/libstrongswan/utils/utils/
/src/strongswan/src/libstrongswan/plugins/gmp/../../../../src/libstrongswan/utils/utils/
/src/strongswan/src/libtnccs/plugins/tnccs_20/../../../../src/libstrongswan/pen/
/src/strongswan/src/libcharon/sa/ikev2/authenticators/
/src/strongswan/src/libstrongswan/plugins/drbg/
/src/strongswan/src/libstrongswan/./utils/
/src/strongswan/src/libstrongswan/utils/printf_hook/
/src/strongswan/src/libcharon/sa/ikev1/authenticators/
/src/strongswan/src/libstrongswan/fetcher/
/src/strongswan/src/libcharon/sa/ikev1/tasks/
/src/strongswan/src/libstrongswan/plugins/sshkey/../../../../src/libstrongswan/utils/utils/
/src/strongswan/src/libstrongswan/plugins/pubkey/
/src/strongswan/src/libimcv/pts/components/ita/
/src/strongswan/src/libstrongswan/plugins/kdf/
/src/strongswan/src/libimcv/pts/components/
/src/strongswan/src/libstrongswan/plugins/random/
/src/strongswan/src/libstrongswan/plugins/pkcs7/../../../../src/libstrongswan/utils/utils/
/src/strongswan/src/libstrongswan/plugins/openssl/../../../../src/libstrongswan/utils/utils/
/src/strongswan/src/libimcv/swima/
/src/strongswan/src/libstrongswan/plugins/pkcs7/../../../../src/libstrongswan/utils/
/src/strongswan/src/libstrongswan/credentials/containers/
/src/strongswan/fuzz/
/src/strongswan/src/libcharon/processing/jobs/
/src/strongswan/src/libcharon/bus/
/src/strongswan/src/libstrongswan/plugins/dnskey/../../../../src/libstrongswan/utils/utils/
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/ietf/
/src/strongswan/src/libstrongswan/utils/
/src/strongswan/src/libcharon/plugins/vici/
/src/strongswan/src/libcharon/plugins/updown/
/src/strongswan/src/libstrongswan/resolver/
/src/strongswan/src/libstrongswan/plugins/sha1/
/src/strongswan/src/libstrongswan/plugins/
/src/strongswan/src/libstrongswan/ipsec/
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/
/src/strongswan/src/libstrongswan/plugins/mgf1/
/src/strongswan/src/libcharon/plugins/eap_radius/
/src/strongswan/src/libcharon/sa/ikev2/tasks/
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/tcg/
/src/strongswan/src/libcharon/plugins/kernel_netlink/../../../../src/libstrongswan/selectors/
/src/strongswan/src/libcharon/control/
/src/strongswan/src/libtls/
/src/strongswan/src/libstrongswan/./crypto/proposal/
/src/strongswan/src/libstrongswan/collections/
/src/strongswan/src/libstrongswan/plugins/sha3/
/src/strongswan/src/libcharon/sa/xauth/
/src/strongswan/src/libimcv/../../src/libstrongswan/pen/
/src/strongswan/src/libstrongswan/plugins/x509/
/src/strongswan/src/libimcv/tcg/
/src/strongswan/src/libstrongswan/plugins/xcbc/
/src/strongswan/src/libstrongswan/plugins/pkcs8/
/src/strongswan/src/libstrongswan/plugins/pgp/
/src/strongswan/src/libstrongswan/crypto/crypters/
/src/strongswan/src/libstrongswan/metadata/
/src/strongswan/src/libstrongswan/./crypto/
/src/strongswan/src/libstrongswan/crypto/proposal/
/src/strongswan/src/libcharon/config/
/src/strongswan/src/libstrongswan/plugins/openssl/
/src/strongswan/src/libcharon/plugins/resolve/
/src/strongswan/src/libimcv/tcg/pts/
/src/strongswan/src/libimcv/imv/
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/ita/
/src/strongswan/src/libstrongswan/plugins/gmp/
/src/strongswan/src/libradius/
/src/strongswan/src/libstrongswan/crypto/xofs/
/src/strongswan/src/libcharon/sa/
/src/strongswan/src/libstrongswan/plugins/x509/../../../../src/libstrongswan/utils/utils/
/src/strongswan/src/libstrongswan/
/src/strongswan/src/libstrongswan/./utils/utils/

Metadata section

This sections shows the raw data that is used to produce this report. This is mainly used for further processing and developer debugging.

Fuzzer Calltree file Program data file Coverage file
fuzz_ids fuzzerLogFile-0-zS0h2MusGt.data fuzzerLogFile-0-zS0h2MusGt.data.yaml fuzz_ids.covreport
fuzz_radius fuzzerLogFile-0-chzU2e0l3P.data fuzzerLogFile-0-chzU2e0l3P.data.yaml fuzz_radius.covreport
fuzz_vici fuzzerLogFile-0-fpRqDDJdzr.data fuzzerLogFile-0-fpRqDDJdzr.data.yaml fuzz_vici.covreport
fuzz_pa_tnc fuzzerLogFile-0-5iHJXcqTWa.data fuzzerLogFile-0-5iHJXcqTWa.data.yaml fuzz_pa_tnc.covreport
fuzz_ocsp_req_def fuzzerLogFile-0-TLSIuJhr2l.data fuzzerLogFile-0-TLSIuJhr2l.data.yaml fuzz_ocsp_req_def.covreport
fuzz_tls fuzzerLogFile-0-lyk8Spkrho.data fuzzerLogFile-0-lyk8Spkrho.data.yaml fuzz_tls.covreport
fuzz_certs_cus fuzzerLogFile-0-JwYWo9s8Fx.data fuzzerLogFile-0-JwYWo9s8Fx.data.yaml fuzz_certs_cus.covreport
fuzz_crls_cus fuzzerLogFile-0-AlSu6Xh5mh.data fuzzerLogFile-0-AlSu6Xh5mh.data.yaml fuzz_crls_cus.covreport
fuzz_crls_def fuzzerLogFile-0-rprnNZdvxt.data fuzzerLogFile-0-rprnNZdvxt.data.yaml fuzz_crls_def.covreport
fuzz_certs_def fuzzerLogFile-0-9ixeflkE6v.data fuzzerLogFile-0-9ixeflkE6v.data.yaml fuzz_certs_def.covreport
fuzz_ocsp_req_cus fuzzerLogFile-0-woyZZF0Iyq.data fuzzerLogFile-0-woyZZF0Iyq.data.yaml fuzz_ocsp_req_cus.covreport
fuzz_pb_tnc fuzzerLogFile-0-EzZWvdoM8O.data fuzzerLogFile-0-EzZWvdoM8O.data.yaml fuzz_pb_tnc.covreport
fuzz_ocsp_rsp_def fuzzerLogFile-0-1kEEEj5ikr.data fuzzerLogFile-0-1kEEEj5ikr.data.yaml fuzz_ocsp_rsp_def.covreport
fuzz_ocsp_rsp_cus fuzzerLogFile-0-YmlN5tj7q6.data fuzzerLogFile-0-YmlN5tj7q6.data.yaml fuzz_ocsp_rsp_cus.covreport
fuzz_ike fuzzerLogFile-0-toTigaZZkA.data fuzzerLogFile-0-toTigaZZkA.data.yaml fuzz_ike.covreport