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 666 62.5%
gold [1:9] 24 2.25%
yellow [10:29] 11 1.03%
greenyellow [30:49] 10 0.93%
lawngreen 50+ 354 33.2%
All colors 1065 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
79 337 array_get call site: 00337 yy_get_next_buffer
59 273 settings_parser_lex_init_extra call site: 00273 settings_parser_parse
57 550 settings_section_extend call site: 00550 add_setting
46 747 stream_manager_create call site: 00747 stream_parse_uri_tcp
34 141 library_init call site: 00141 print_icmp
32 79 library_init call site: 00079 identity_to_string
26 885 plugin_loader_create call site: 00885 plugin_feature_hash
24 454 array_remove call site: 00454 section_purge
21 829 stream_manager_create call site: 00829 stream_service_create_from_fd
21 852 stream_manager_create call site: 00852 stream_initialize_socket_vsock
18 122 create_rdn_enumerator call site: 00122 chunk_printable
18 522 settings_section_extend call site: 00522 settings_kv_add

Runtime coverage analysis

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

Fuzzer: fuzz_certs

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 637 67.0%
gold [1:9] 243 25.5%
yellow [10:29] 29 3.05%
greenyellow [30:49] 10 1.05%
lawngreen 50+ 31 3.26%
All colors 950 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
79 337 array_get call site: 00337 yy_get_next_buffer
61 79 library_init call site: 00079 identity_to_string
59 273 settings_parser_lex_init_extra call site: 00273 settings_parser_parse
57 550 settings_section_extend call site: 00550 add_setting
46 747 stream_manager_create call site: 00747 stream_parse_uri_tcp
34 141 library_init call site: 00141 print_icmp
24 454 array_remove call site: 00454 section_purge
21 829 stream_manager_create call site: 00829 stream_service_create_from_fd
21 852 stream_manager_create call site: 00852 stream_initialize_socket_vsock
18 522 settings_section_extend call site: 00522 settings_kv_add
18 796 stream_manager_create call site: 00796 stream_parse_uri_tcp
14 45 library_init call site: 00045 is_anyaddr

Runtime coverage analysis

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

Fuzzer: fuzz_ocsp_req

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 631 66.4%
gold [1:9] 6 0.63%
yellow [10:29] 0 0.0%
greenyellow [30:49] 1 0.10%
lawngreen 50+ 312 32.8%
All colors 950 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
79 337 array_get call site: 00337 yy_get_next_buffer
59 273 settings_parser_lex_init_extra call site: 00273 settings_parser_parse
57 550 settings_section_extend call site: 00550 add_setting
41 752 strneq call site: 00752 host_create_from_dns
34 141 library_init call site: 00141 print_icmp
32 79 library_init call site: 00079 identity_to_string
24 454 array_remove call site: 00454 section_purge
21 829 stream_manager_create call site: 00829 stream_service_create_from_fd
21 852 stream_manager_create call site: 00852 stream_initialize_socket_vsock
19 121 asn1_unwrap call site: 00121 chunk_printable
18 522 settings_section_extend call site: 00522 settings_kv_add
18 796 stream_manager_create call site: 00796 stream_parse_uri_tcp

Runtime coverage analysis

Covered functions
322
Functions that are reachable but not covered
195
Reachable functions
335
Percentage of reachable functions covered
41.79%
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
/src/strongswan/fuzz/fuzz_ocsp_req.c 1
libstrongswan/utils/debug.c 2
libstrongswan/library.c 4
libstrongswan/utils/chunk.c 13
libstrongswan/./utils/utils/string.h 5
libstrongswan/threading/thread.c 9
libstrongswan/collections/linked_list.c 1
libstrongswan/threading/mutex.c 2
libstrongswan/threading/thread_value.c 1
libstrongswan/utils/utils.c 2
libstrongswan/utils/utils/atomics.c 2
libstrongswan/utils/utils/strerror.c 5
libstrongswan/collections/array.c 25
libstrongswan/utils/backtrace.c 2
libstrongswan/utils/printf_hook/printf_hook_glibc.c 2
libstrongswan/./utils/utils/memory.h 4
libstrongswan/utils/utils/memory.c 1
libstrongswan/networking/host.c 9
libstrongswan/utils/enum.c 4
libstrongswan/utils/utils/time.c 3
libstrongswan/utils/identification.c 6
libstrongswan/./utils/chunk.h 3
libstrongswan/asn1/asn1.c 2
libstrongswan/collections/enumerator.c 2
libstrongswan/selectors/traffic_selector.c 4
libstrongswan/selectors/traffic_selector.h 2
libstrongswan/crypto/proposal/proposal.c 2
libstrongswan/crypto/transform.c 1
libstrongswan/./crypto/transform.h 1
libstrongswan/collections/hashtable.c 7
libstrongswan/settings/settings.c 5
libstrongswan/settings/settings_types.c 18
libstrongswan/threading/rwlock.c 1
libstrongswan/settings/settings_parser.y 9
libstrongswan/utils/parser_helper.c 3
libstrongswan/bio/bio_writer.c 1
libstrongswan/settings/settings_lexer.c 31
libstrongswan/settings/settings_lexer.l 3
libstrongswan/settings/settings_parser.c 8
libstrongswan/networking/host_resolver.c 3
libstrongswan/crypto/proposal/proposal_keywords.c 1
libstrongswan/utils/capabilities.c 1
libstrongswan/crypto/crypto_factory.c 1
libstrongswan/crypto/crypto_tester.c 1
libstrongswan/credentials/credential_factory.c 1
libstrongswan/credentials/credential_manager.c 1
libstrongswan/credentials/sets/cert_cache.c 1
libstrongswan/credentials/cred_encoding.c 1
libstrongswan/credentials/ocsp_responders.c 1
libstrongswan/metadata/metadata_factory.c 3
libstrongswan/metadata/metadata_int.c 2
libstrongswan/fetcher/fetcher_manager.c 1
libstrongswan/resolver/resolver_manager.c 1
libstrongswan/database/database_factory.c 1
libstrongswan/processing/processor.c 1
libstrongswan/processing/scheduler.c 4
libstrongswan/processing/jobs/callback_job.c 2
libstrongswan/processing/watcher.c 2
libstrongswan/networking/streams/stream_manager.c 3
libstrongswan/networking/streams/stream_tcp.c 2
libstrongswan/networking/streams/stream.c 1
libstrongswan/networking/streams/stream_service_tcp.c 1
libstrongswan/networking/streams/stream_service.c 1
libstrongswan/networking/streams/stream_unix.c 2
libstrongswan/networking/streams/stream_service_unix.c 1
libstrongswan/networking/streams/stream_vsock.c 3
libstrongswan/networking/streams/stream_service_vsock.c 1
libstrongswan/plugins/plugin_loader.c 4
libstrongswan/collections/hashlist.c 3
libstrongswan/plugins/plugin_feature.c 3
libstrongswan/crypto/key_exchange.c 4
libstrongswan/utils/utils/string.c 1
/src/strongswan/fuzz/../src/libstrongswan/utils/chunk.h 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 646 58.6%
gold [1:9] 5 0.45%
yellow [10:29] 4 0.36%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 447 40.5%
All colors 1102 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
79 337 array_get call site: 00337 yy_get_next_buffer
59 273 settings_parser_lex_init_extra call site: 00273 settings_parser_parse
57 550 settings_section_extend call site: 00550 add_setting
46 747 stream_manager_create call site: 00747 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
24 454 array_remove call site: 00454 section_purge
21 829 stream_manager_create call site: 00829 stream_service_create_from_fd
21 852 stream_manager_create call site: 00852 stream_initialize_socket_vsock
18 522 settings_section_extend call site: 00522 settings_kv_add
18 796 stream_manager_create call site: 00796 stream_parse_uri_tcp

Runtime coverage analysis

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

Fuzzer: fuzz_crls

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 629 66.2%
gold [1:9] 5 0.52%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 316 33.2%
All colors 950 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
79 337 array_get call site: 00337 yy_get_next_buffer
59 273 settings_parser_lex_init_extra call site: 00273 settings_parser_parse
57 550 settings_section_extend call site: 00550 add_setting
41 752 strneq call site: 00752 host_create_from_dns
34 141 library_init call site: 00141 print_icmp
31 79 library_init call site: 00079 identity_to_string
24 454 array_remove call site: 00454 section_purge
21 829 stream_manager_create call site: 00829 stream_service_create_from_fd
21 852 stream_manager_create call site: 00852 stream_initialize_socket_vsock
19 121 asn1_unwrap call site: 00121 chunk_printable
18 522 settings_section_extend call site: 00522 settings_kv_add
18 796 stream_manager_create call site: 00796 stream_parse_uri_tcp

Runtime coverage analysis

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

Fuzzer: fuzz_ocsp_rsp

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 631 66.4%
gold [1:9] 5 0.52%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 314 33.0%
All colors 950 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
79 337 array_get call site: 00337 yy_get_next_buffer
59 273 settings_parser_lex_init_extra call site: 00273 settings_parser_parse
57 550 settings_section_extend call site: 00550 add_setting
41 752 strneq call site: 00752 host_create_from_dns
34 141 library_init call site: 00141 print_icmp
32 79 library_init call site: 00079 identity_to_string
24 454 array_remove call site: 00454 section_purge
21 829 stream_manager_create call site: 00829 stream_service_create_from_fd
21 852 stream_manager_create call site: 00852 stream_initialize_socket_vsock
19 121 asn1_unwrap call site: 00121 chunk_printable
18 522 settings_section_extend call site: 00522 settings_kv_add
18 796 stream_manager_create call site: 00796 stream_parse_uri_tcp

Runtime coverage analysis

Covered functions
328
Functions that are reachable but not covered
195
Reachable functions
335
Percentage of reachable functions covered
41.79%
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
/src/strongswan/fuzz/fuzz_ocsp_rsp.c 1
libstrongswan/utils/debug.c 2
libstrongswan/library.c 4
libstrongswan/utils/chunk.c 13
libstrongswan/./utils/utils/string.h 5
libstrongswan/threading/thread.c 9
libstrongswan/collections/linked_list.c 1
libstrongswan/threading/mutex.c 2
libstrongswan/threading/thread_value.c 1
libstrongswan/utils/utils.c 2
libstrongswan/utils/utils/atomics.c 2
libstrongswan/utils/utils/strerror.c 5
libstrongswan/collections/array.c 25
libstrongswan/utils/backtrace.c 2
libstrongswan/utils/printf_hook/printf_hook_glibc.c 2
libstrongswan/./utils/utils/memory.h 4
libstrongswan/utils/utils/memory.c 1
libstrongswan/networking/host.c 9
libstrongswan/utils/enum.c 4
libstrongswan/utils/utils/time.c 3
libstrongswan/utils/identification.c 6
libstrongswan/./utils/chunk.h 3
libstrongswan/asn1/asn1.c 2
libstrongswan/collections/enumerator.c 2
libstrongswan/selectors/traffic_selector.c 4
libstrongswan/selectors/traffic_selector.h 2
libstrongswan/crypto/proposal/proposal.c 2
libstrongswan/crypto/transform.c 1
libstrongswan/./crypto/transform.h 1
libstrongswan/collections/hashtable.c 7
libstrongswan/settings/settings.c 5
libstrongswan/settings/settings_types.c 18
libstrongswan/threading/rwlock.c 1
libstrongswan/settings/settings_parser.y 9
libstrongswan/utils/parser_helper.c 3
libstrongswan/bio/bio_writer.c 1
libstrongswan/settings/settings_lexer.c 31
libstrongswan/settings/settings_lexer.l 3
libstrongswan/settings/settings_parser.c 8
libstrongswan/networking/host_resolver.c 3
libstrongswan/crypto/proposal/proposal_keywords.c 1
libstrongswan/utils/capabilities.c 1
libstrongswan/crypto/crypto_factory.c 1
libstrongswan/crypto/crypto_tester.c 1
libstrongswan/credentials/credential_factory.c 1
libstrongswan/credentials/credential_manager.c 1
libstrongswan/credentials/sets/cert_cache.c 1
libstrongswan/credentials/cred_encoding.c 1
libstrongswan/credentials/ocsp_responders.c 1
libstrongswan/metadata/metadata_factory.c 3
libstrongswan/metadata/metadata_int.c 2
libstrongswan/fetcher/fetcher_manager.c 1
libstrongswan/resolver/resolver_manager.c 1
libstrongswan/database/database_factory.c 1
libstrongswan/processing/processor.c 1
libstrongswan/processing/scheduler.c 4
libstrongswan/processing/jobs/callback_job.c 2
libstrongswan/processing/watcher.c 2
libstrongswan/networking/streams/stream_manager.c 3
libstrongswan/networking/streams/stream_tcp.c 2
libstrongswan/networking/streams/stream.c 1
libstrongswan/networking/streams/stream_service_tcp.c 1
libstrongswan/networking/streams/stream_service.c 1
libstrongswan/networking/streams/stream_unix.c 2
libstrongswan/networking/streams/stream_service_unix.c 1
libstrongswan/networking/streams/stream_vsock.c 3
libstrongswan/networking/streams/stream_service_vsock.c 1
libstrongswan/plugins/plugin_loader.c 4
libstrongswan/collections/hashlist.c 3
libstrongswan/plugins/plugin_feature.c 3
libstrongswan/crypto/key_exchange.c 4
libstrongswan/utils/utils/string.c 1
/src/strongswan/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 637 66.8%
gold [1:9] 5 0.52%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 311 32.6%
All colors 953 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
79 337 array_get call site: 00337 yy_get_next_buffer
59 273 settings_parser_lex_init_extra call site: 00273 settings_parser_parse
57 550 settings_section_extend call site: 00550 add_setting
46 747 stream_manager_create call site: 00747 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
24 454 array_remove call site: 00454 section_purge
21 829 stream_manager_create call site: 00829 stream_service_create_from_fd
21 852 stream_manager_create call site: 00852 stream_initialize_socket_vsock
18 522 settings_section_extend call site: 00522 settings_kv_add
18 796 stream_manager_create call site: 00796 stream_parse_uri_tcp

Runtime coverage analysis

Covered functions
303
Functions that are reachable but not covered
202
Reachable functions
336
Percentage of reachable functions covered
39.88%
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
/src/strongswan/fuzz/fuzz_pb_tnc.c 1
libstrongswan/utils/debug.c 2
libstrongswan/library.c 4
libstrongswan/utils/chunk.c 13
libstrongswan/./utils/utils/string.h 5
libstrongswan/threading/thread.c 9
libstrongswan/collections/linked_list.c 1
libstrongswan/threading/mutex.c 2
libstrongswan/threading/thread_value.c 1
libstrongswan/utils/utils.c 2
libstrongswan/utils/utils/atomics.c 2
libstrongswan/utils/utils/strerror.c 5
libstrongswan/collections/array.c 25
libstrongswan/utils/backtrace.c 2
libstrongswan/utils/printf_hook/printf_hook_glibc.c 2
libstrongswan/./utils/utils/memory.h 4
libstrongswan/utils/utils/memory.c 1
libstrongswan/networking/host.c 9
libstrongswan/utils/enum.c 4
libstrongswan/utils/utils/time.c 3
libstrongswan/utils/identification.c 6
libstrongswan/./utils/chunk.h 3
libstrongswan/asn1/asn1.c 2
libstrongswan/collections/enumerator.c 2
libstrongswan/selectors/traffic_selector.c 4
libstrongswan/selectors/traffic_selector.h 2
libstrongswan/crypto/proposal/proposal.c 2
libstrongswan/crypto/transform.c 1
libstrongswan/./crypto/transform.h 1
libstrongswan/collections/hashtable.c 7
libstrongswan/settings/settings.c 5
libstrongswan/settings/settings_types.c 18
libstrongswan/threading/rwlock.c 1
libstrongswan/settings/settings_parser.y 9
libstrongswan/utils/parser_helper.c 3
libstrongswan/bio/bio_writer.c 1
libstrongswan/settings/settings_lexer.c 31
libstrongswan/settings/settings_lexer.l 3
libstrongswan/settings/settings_parser.c 8
libstrongswan/networking/host_resolver.c 3
libstrongswan/crypto/proposal/proposal_keywords.c 1
libstrongswan/utils/capabilities.c 1
libstrongswan/crypto/crypto_factory.c 1
libstrongswan/crypto/crypto_tester.c 1
libstrongswan/credentials/credential_factory.c 1
libstrongswan/credentials/credential_manager.c 1
libstrongswan/credentials/sets/cert_cache.c 1
libstrongswan/credentials/cred_encoding.c 1
libstrongswan/credentials/ocsp_responders.c 1
libstrongswan/metadata/metadata_factory.c 3
libstrongswan/metadata/metadata_int.c 2
libstrongswan/fetcher/fetcher_manager.c 1
libstrongswan/resolver/resolver_manager.c 1
libstrongswan/database/database_factory.c 1
libstrongswan/processing/processor.c 1
libstrongswan/processing/scheduler.c 4
libstrongswan/processing/jobs/callback_job.c 2
libstrongswan/processing/watcher.c 2
libstrongswan/networking/streams/stream_manager.c 3
libstrongswan/networking/streams/stream_tcp.c 2
libstrongswan/networking/streams/stream.c 1
libstrongswan/networking/streams/stream_service_tcp.c 1
libstrongswan/networking/streams/stream_service.c 1
libstrongswan/networking/streams/stream_unix.c 2
libstrongswan/networking/streams/stream_service_unix.c 1
libstrongswan/networking/streams/stream_vsock.c 3
libstrongswan/networking/streams/stream_service_vsock.c 1
libstrongswan/plugins/plugin_loader.c 4
libstrongswan/collections/hashlist.c 3
libstrongswan/plugins/plugin_feature.c 3
libstrongswan/crypto/key_exchange.c 4
libstrongswan/utils/utils/string.c 1
/src/strongswan/fuzz/../src/libstrongswan/utils/chunk.h 1
libtnccs/plugins/tnccs_20/batch/pb_tnc_batch.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 185 28 7 66 0 417 326
sshkey_public_key_load /src/strongswan/src/libstrongswan/plugins/sshkey/sshkey_builder.c 2 ['int', 'N/A'] 7 0 181 30 8 64 0 411 261
x509_ocsp_response_gen /src/strongswan/src/libstrongswan/plugins/x509/x509_ocsp_response.c 2 ['int', 'N/A'] 11 0 467 59 16 60 0 315 228
validate_online /src/strongswan/src/libstrongswan/plugins/revocation/revocation_validator.c 6 ['N/A', 'N/A', 'N/A', 'int', 'bool', 'N/A'] 6 0 307 39 6 31 0 212 179
validate /src/strongswan/src/libstrongswan/plugins/constraints/constraints_validator.c 6 ['N/A', 'N/A', 'N/A', 'int', 'bool', 'N/A'] 10 0 134 18 8 66 0 320 174
load_plugins /src/strongswan/src/libstrongswan/plugins/plugin_loader.c 2 ['N/A', 'N/A'] 13 0 267 38 14 66 0 252 144
openssl_rsa_private_key_load /src/strongswan/src/libstrongswan/plugins/openssl/openssl_rsa_private_key.c 2 ['int', 'N/A'] 2 0 659 98 31 35 0 124 124

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

Functions statically reachable by fuzzers
27.0%
521 / 1938
Cyclomatic complexity statically reachable by fuzzers
31.0%
3087 / 9996

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.

/src/strongswan/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=['array_get', 'settings_parser_lex_init_extra', 'settings_section_extend', 'stream_manager_create', 'library_init', 'plugin_loader_create', 'array_remove']

/src/strongswan/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=['array_get', 'library_init', 'settings_parser_lex_init_extra', 'settings_section_extend', 'stream_manager_create', 'array_remove']

/src/strongswan/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=['array_get', 'settings_parser_lex_init_extra', 'settings_section_extend', 'strneq', 'library_init', 'array_remove', 'stream_manager_create', 'asn1_unwrap']

/src/strongswan/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=['array_get', 'settings_parser_lex_init_extra', 'settings_section_extend', 'stream_manager_create', 'library_init', 'chunk_create_clone', 'array_remove']

/src/strongswan/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=['array_get', 'settings_parser_lex_init_extra', 'settings_section_extend', 'strneq', 'library_init', 'array_remove', 'stream_manager_create', 'asn1_unwrap']

/src/strongswan/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=['array_get', 'settings_parser_lex_init_extra', 'settings_section_extend', 'strneq', 'library_init', 'array_remove', 'stream_manager_create', 'asn1_unwrap']

/src/strongswan/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=['array_get', 'settings_parser_lex_init_extra', 'settings_section_extend', 'stream_manager_create', 'library_init', 'chunk_create_clone', 'array_remove']

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_pa_tnc', 'fuzz_ids', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_ocsp_req', 'fuzz_certs']
find_sections_buffered 64 19 29.68% ['fuzz_pa_tnc', 'fuzz_ids', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_ocsp_req', 'fuzz_certs']
settings_parser_parse_file 43 21 48.83% ['fuzz_pa_tnc', 'fuzz_ids', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_ocsp_req', 'fuzz_certs']
settings_section_extend 98 23 23.46% ['fuzz_pa_tnc', 'fuzz_ids', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_ocsp_req', 'fuzz_certs']
file_include 38 12 31.57% ['fuzz_pa_tnc', 'fuzz_ids', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_ocsp_req', 'fuzz_certs']
file_next 33 14 42.42% ['fuzz_pa_tnc', 'fuzz_ids', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_ocsp_req', 'fuzz_certs']
plugin_feature_hash 85 25 29.41% ['fuzz_pa_tnc', 'fuzz_ids', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_ocsp_req', 'fuzz_certs']
plugin_feature_matches 67 18 26.86% ['fuzz_pa_tnc', 'fuzz_ids', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_ocsp_req', 'fuzz_certs']
plugin_feature_equals 48 25 52.08% ['fuzz_pa_tnc', 'fuzz_ids', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_ocsp_req', 'fuzz_certs']
plugin_feature_load 111 27 24.32% ['fuzz_pa_tnc', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_ocsp_req', 'fuzz_certs']
plugin_feature_unload 87 19 21.83% ['fuzz_pa_tnc', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_ocsp_req', 'fuzz_certs']
load_plugin 74 18 24.32% ['fuzz_pa_tnc', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_ocsp_req', 'fuzz_certs']
create_plugin 44 24 54.54% ['fuzz_pa_tnc', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_ocsp_req', 'fuzz_certs']
parse_otherName 53 28 52.83% ['fuzz_crls']
x509_crl_gen 78 17 21.79% ['fuzz_crls']
x509_ocsp_response_gen 80 19 23.75% ['fuzz_ocsp_rsp']

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/libimcv/pts/pts_file_meas.c [] []
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_crypter.c [] []
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_proto_caps.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/pts/components/pts_component_manager.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/networking/streams/stream_service.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] []
/src/strongswan/src/libstrongswan/utils/identification.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_crls', 'fuzz_ocsp_rsp']
/src/strongswan/src/libimcv/ita/ita_attr_angel.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/threading/thread.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libstrongswan/plugins/pkcs7/pkcs7_data.c [] []
/src/strongswan/src/libstrongswan/plugins/constraints/constraints_validator.c [] []
/src/strongswan/src/libstrongswan/plugins/pkcs7/pkcs7_attributes.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/string.h ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] []
/src/strongswan/src/libstrongswan/plugins/pkcs7/../../../../src/libstrongswan/utils/utils/memory.h [] []
/src/strongswan/src/libstrongswan/plugins/pem/pem_encoder.c [] []
/src/strongswan/src/libtpmtss/tpm_tss_quote_info.c [] []
/src/strongswan/src/libimcv/pa_tnc/pa_tnc_msg.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/openssl/../../../../src/libstrongswan/utils/chunk.h [] []
/src/strongswan/src/libstrongswan/plugins/x509/x509_ocsp_response.c [] []
/src/strongswan/src/libstrongswan/crypto/prfs/prf.c [] []
/src/strongswan/src/libstrongswan/plugins/random/random_plugin.c [] []
/src/strongswan/src/libstrongswan/crypto/signers/mac_signer.c [] []
/src/strongswan/src/libimcv/imv/imv_os_info.c [] []
/src/strongswan/src/libstrongswan/plugins/pgp/pgp_builder.c [] []
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_get_aik.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/tcg/pb_pdp_referral_msg.c [] []
/src/strongswan/src/libimcv/ita/ita_attr_command.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/utils/printf_hook/printf_hook_glibc.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libstrongswan/credentials/sets/auth_cfg_wrapper.c [] []
/src/strongswan/src/libstrongswan/plugins/x509/x509_ocsp_request.c [] []
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/pb_tnc_msg.c [] []
/src/strongswan/src/libstrongswan/crypto/pkcs5.c [] []
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_rsa_private_key.c [] []
/src/strongswan/src/libstrongswan/credentials/keys/signature_params.c [] []
/src/strongswan/src/libstrongswan/threading/thread_value.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libstrongswan/plugins/drbg/drbg_plugin.c [] []
/src/strongswan/src/libstrongswan/eap/eap.c [] []
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_hmac.c [] []
/src/strongswan/fuzz/fuzz_pb_tnc.c ['fuzz_pb_tnc'] ['fuzz_pb_tnc']
/src/strongswan/src/libstrongswan/database/database_factory.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libimcv/ietf/swima/ietf_swima_attr_sw_ev.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libtpmtss/tpm_tss_trousers.c [] []
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/ietf/pb_reason_string_msg.c [] []
/src/strongswan/src/libstrongswan/metadata/metadata_int.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/pkcs7/pkcs7_generic.c [] []
/src/strongswan/src/libstrongswan/plugins/constraints/constraints_plugin.c [] []
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_rng.c [] []
/src/strongswan/src/libstrongswan/plugins/nonce/nonce_plugin.c [] []
/src/strongswan/src/libstrongswan/asn1/asn1_parser.c [] []
/src/strongswan/src/libstrongswan/collections/hashlist.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libimcv/pwg/pwg_attr.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_file_meas.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/library.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libimcv/pts/components/pts_comp_evidence.c [] []
/src/strongswan/src/libimcv/ietf/ietf_attr_pa_tnc_error.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/dnskey/dnskey_encoder.c [] []
/src/strongswan/src/libstrongswan/crypto/iv/iv_gen_seq.c [] []
/src/strongswan/src/libstrongswan/crypto/crypto_tester.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libstrongswan/plugins/xcbc/xcbc.c [] []
/src/strongswan/fuzz/fuzz_pa_tnc.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/networking/streams/stream_manager.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/usr/include/openssl/x509.h [] []
/src/strongswan/src/libstrongswan/plugins/xcbc/xcbc_plugin.c [] []
/src/strongswan/src/libstrongswan/credentials/certificates/x509.c [] []
/src/strongswan/src/libstrongswan/settings/settings_parser.y ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libimcv/ietf/ietf_attr_remediation_instr.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/ietf/swima/ietf_swima_attr_sw_inv.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/networking/streams/stream.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] []
/src/strongswan/src/libstrongswan/plugins/sshkey/../../../../src/libstrongswan/utils/utils/string.h [] []
/src/strongswan/src/libstrongswan/./utils/utils/memory.h ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] []
/src/strongswan/src/libstrongswan/credentials/auth_cfg.c [] []
/src/strongswan/src/libstrongswan/credentials/cred_encoding.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libstrongswan/processing/processor.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/ietf/pb_access_recommendation_msg.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/pkcs7/../../../../src/libstrongswan/utils/chunk.h [] []
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_plugin.c [] []
/src/strongswan/src/libstrongswan/utils/utils/strerror.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libimcv/imv/imv_session.c [] []
/src/strongswan/src/libstrongswan/collections/linked_list.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_engine.c [] []
/src/strongswan/src/libstrongswan/plugins/plugin_loader.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libstrongswan/./utils/chunk.h ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] []
/src/strongswan/src/libimcv/ietf/ietf_attr_fwd_enabled.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_pkcs7.c [] []
/src/strongswan/src/libstrongswan/utils/utils/time.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] []
/src/strongswan/src/libstrongswan/utils/lexparser.c [] []
/src/strongswan/src/libimcv/ita/ita_attr_settings.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libtnccs/plugins/tnccs_20/../../../../src/libstrongswan/pen/pen.h [] []
/src/strongswan/src/libstrongswan/credentials/certificates/certificate.c [] []
/src/strongswan/src/libimcv/ietf/ietf_attr_attr_request.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/ita/ita_attr_get_settings.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/resolver/resolver_manager.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libstrongswan/utils/utils.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libstrongswan/credentials/ocsp_responders.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_diffie_hellman.c [] []
/src/strongswan/src/libstrongswan/selectors/traffic_selector.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] []
/src/strongswan/src/libstrongswan/asn1/asn1.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_crls', 'fuzz_ocsp_rsp']
/src/strongswan/src/libstrongswan/plugins/x509/../../../../src/libstrongswan/utils/utils/align.h [] []
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_unix_file_meta.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/processing/jobs/callback_job.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libstrongswan/crypto/rngs/rng_tester.c [] []
/src/strongswan/src/libimcv/tcg/seg/tcg_seg_attr_seg_env.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_ec_diffie_hellman.c [] []
/src/strongswan/src/libstrongswan/settings/settings_types.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libstrongswan/utils/capabilities.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libstrongswan/credentials/containers/pkcs12.c [] []
/src/strongswan/src/libstrongswan/plugins/pgp/pgp_encoder.c [] []
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_dh_nonce_finish.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_simple_evid_final.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/generic/generic_attr_string.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/crypto/proposal/proposal_keywords.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libstrongswan/plugins/pkcs1/pkcs1_builder.c [] []
/src/strongswan/src/libstrongswan/plugins/plugin_feature.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_xof.c [] []
/src/strongswan/src/libimcv/ietf/ietf_attr_op_status.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/fuzz/fuzz_ocsp_req.c ['fuzz_ocsp_req'] ['fuzz_ocsp_req']
/src/strongswan/src/libstrongswan/plugins/x509/../../../../src/libstrongswan/utils/utils/string.h [] []
/src/strongswan/src/libstrongswan/crypto/prfs/mac_prf.c [] []
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/ietf/pb_assessment_result_msg.c [] []
/src/strongswan/src/libimcv/ita/ita_attr_symlinks.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/swima/swima_event.c [] []
/src/strongswan/src/libstrongswan/plugins/sshkey/sshkey_builder.c [] []
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_simple_comp_evid.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/pts/components/ita/ita_comp_tgrub.c ['fuzz_pa_tnc'] []
/src/strongswan/src/libstrongswan/fetcher/fetcher_manager.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libstrongswan/collections/enumerator.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libstrongswan/plugins/nonce/nonce_nonceg.c [] []
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_meas_algo.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/utils/chunk.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/usr/include/openssl/cms.h [] []
/src/strongswan/src/libstrongswan/credentials/sets/ocsp_response_wrapper.c [] []
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_crl.c [] []
/src/strongswan/src/libstrongswan/plugins/pkcs7/pkcs7_enveloped_data.c [] []
/src/strongswan/src/libimcv/ita/ita_attr.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_aik.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/imv/imv_workitem.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_signed_data.c [] []
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_ec_public_key.c [] []
/src/strongswan/src/libimcv/pts/pts_ima_bios_list.c [] []
/src/strongswan/src/libstrongswan/credentials/keys/private_key.c [] []
/src/strongswan/fuzz/fuzz_ocsp_rsp.c ['fuzz_ocsp_rsp'] ['fuzz_ocsp_rsp']
/src/strongswan/src/libimcv/ietf/ietf_attr_assess_result.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/pts/components/ita/ita_comp_ima.c ['fuzz_pa_tnc'] []
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/ietf/pb_experimental_msg.c [] []
/src/strongswan/src/libstrongswan/utils/debug.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libstrongswan/./utils/utils/byteorder.h [] []
/src/strongswan/src/libtpmtss/tpm_tss.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_rsa_public_key.c [] []
/src/strongswan/src/libstrongswan/plugins/pkcs7/pkcs7_encrypted_data.c [] []
/src/strongswan/src/libstrongswan/utils/parser_helper.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/usr/include/x86_64-linux-gnu/bits/byteswap.h [] []
/src/strongswan/src/libstrongswan/settings/settings_lexer.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libimcv/../../src/libstrongswan/pen/pen.h ['fuzz_pa_tnc'] []
/src/strongswan/src/libstrongswan/plugins/openssl/../../../../src/libstrongswan/plugins/plugin_feature.h [] []
/src/strongswan/src/libstrongswan/networking/streams/stream_unix.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] []
/src/strongswan/src/libstrongswan/crypto/key_exchange.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libimcv/ietf/ietf_attr_numeric_version.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/x509/x509_pkcs10.c [] []
/src/strongswan/src/libstrongswan/plugins/pem/pem_plugin.c [] []
/src/strongswan/fuzz/fuzz_crls.c ['fuzz_crls'] ['fuzz_crls']
/src/strongswan/src/libstrongswan/networking/host.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] []
/src/strongswan/src/libstrongswan/plugins/pkcs1/pkcs1_encoder.c [] []
/src/strongswan/src/libstrongswan/networking/host_resolver.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libstrongswan/threading/spinlock.c [] []
/src/strongswan/src/libstrongswan/plugins/dnskey/../../../../src/libstrongswan/utils/utils/byteorder.h [] []
/src/strongswan/src/libstrongswan/plugins/sshkey/sshkey_encoder.c [] []
/src/strongswan/fuzz/fuzz_certs.c ['fuzz_certs'] ['fuzz_certs']
/src/strongswan/src/libimcv/ita/ita_attr_dummy.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/utils/utils/path.c [] []
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_req_func_comp_evid.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/credentials/sets/mem_cred.c [] []
/src/strongswan/src/libstrongswan/crypto/hashers/hasher.c [] []
/src/strongswan/src/libimcv/swima/swima_events.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/./crypto/proposal/proposal_keywords_static.txt [] []
/src/strongswan/src/libstrongswan/plugins/pem/pem_builder.c [] []
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_hasher.c [] []
/src/strongswan/src/libimcv/tcg/tcg_attr.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/crypto/proposal/proposal.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] []
/src/strongswan/src/libimcv/tcg/seg/tcg_seg_attr_seg_contract.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/utils/enum.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] []
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_ed_public_key.c [] []
/src/strongswan/src/libstrongswan/processing/watcher.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libstrongswan/plugins/drbg/drbg_hmac.c [] []
/src/strongswan/src/libstrongswan/networking/streams/stream_service_tcp.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] []
/src/strongswan/src/libstrongswan/bio/bio_writer.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libstrongswan/crypto/crypto_factory.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libstrongswan/utils/utils/atomics.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libimcv/pts/pts_symlinks.c [] []
/src/strongswan/src/libstrongswan/plugins/openssl/../../../../src/libstrongswan/utils/utils/byteorder.h [] []
/src/strongswan/src/libstrongswan/crypto/rngs/rng.c [] []
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_pkcs12.c [] []
/src/strongswan/src/libstrongswan/settings/settings.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libstrongswan/crypto/transform.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] []
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_ec_private_key.c [] []
/src/strongswan/src/libimcv/ietf/ietf_attr_installed_packages.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/processing/scheduler.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libstrongswan/settings/settings_parser.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] []
/src/strongswan/src/libstrongswan/plugins/pkcs8/pkcs8_builder.c [] []
/src/strongswan/src/libstrongswan/plugins/cmac/cmac.c [] []
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_x509.c [] []
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_gen_attest_evid.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/utils/utils/tty.c [] []
/src/strongswan/src/libimcv/imv/imv_session_manager.c ['fuzz_pa_tnc'] []
/src/strongswan/src/libstrongswan/crypto/kdfs/kdf.c [] []
/src/strongswan/src/libimcv/ietf/ietf_attr_product_info.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/pts/components/ita/ita_comp_tboot.c ['fuzz_pa_tnc'] []
/src/strongswan/src/libstrongswan/collections/array.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libstrongswan/collections/hashtable.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_sha1_prf.c [] []
/src/strongswan/src/libstrongswan/threading/mutex.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libimcv/os_info/os_info.c [] []
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/ietf/pb_remediation_parameters_msg.c [] []
/src/strongswan/src/libstrongswan/selectors/traffic_selector.h ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] []
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/ietf/pb_language_preference_msg.c [] []
/src/strongswan/src/libstrongswan/plugins/pem/../../../../src/libstrongswan/utils/utils/string.h [] []
/src/strongswan/src/libimcv/swima/swima_record.c [] []
/src/strongswan/src/libstrongswan/plugins/pubkey/pubkey_cert.c [] []
/src/strongswan/src/libstrongswan/credentials/keys/public_key.c [] []
/src/strongswan/src/libtpmtss/tpm_tss_tss2_v2.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/networking/streams/stream_tcp.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] []
/src/strongswan/src/libstrongswan/plugins/openssl/../../../../src/libstrongswan/utils/utils/memory.h [] []
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_x_diffie_hellman.c [] []
/usr/include/openssl/x509v3.h [] []
/src/strongswan/src/libstrongswan/networking/streams/stream_service_vsock.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] []
/src/strongswan/src/libstrongswan/plugins/revocation/revocation_validator.c [] []
/src/strongswan/src/libimcv/generic/generic_attr_bool.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/settings/settings_lexer.l ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/ita/pb_mutual_capability_msg.c [] []
/src/strongswan/src/libstrongswan/utils/utils/memory.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] []
/src/strongswan/src/libstrongswan/plugins/openssl/../../../../src/libstrongswan/utils/utils/string.h [] []
/src/strongswan/src/libstrongswan/networking/streams/stream_vsock.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] []
/src/strongswan/src/libstrongswan/credentials/credential_factory.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libstrongswan/threading/rwlock.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libstrongswan/plugins/cmac/cmac_plugin.c [] []
/src/strongswan/src/libimcv/pts/components/pts_comp_func_name.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/pts/pts_file_meta.c [] []
/src/strongswan/src/libstrongswan/credentials/certificates/crl.c [] []
/src/strongswan/src/libimcv/ietf/swima/ietf_swima_attr_req.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/usr/include/x86_64-linux-gnu/bits/uintn-identity.h [] []
/src/strongswan/src/libimcv/pts/pts_meas_algo.c [] []
/src/strongswan/src/libstrongswan/./crypto/transform.h ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] []
/src/strongswan/src/libstrongswan/plugins/pkcs7/pkcs7_plugin.c [] []
/src/strongswan/src/libimcv/ietf/ietf_attr_port_filter.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/pa_tnc/pa_tnc_attr_manager.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/x509/x509_plugin.c [] []
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_dh_nonce_params_req.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/x509/x509_ac.c [] []
/src/strongswan/src/libstrongswan/plugins/sshkey/sshkey_plugin.c [] []
/src/strongswan/src/libstrongswan/plugins/x509/x509_crl.c [] []
/src/strongswan/src/libstrongswan/crypto/xofs/xof.c [] []
/src/strongswan/src/libstrongswan/credentials/sets/cert_cache.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libstrongswan/plugins/dnskey/dnskey_builder.c [] []
/src/strongswan/src/libstrongswan/metadata/metadata_factory.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libimcv/imv/imv_database.c ['fuzz_pa_tnc'] []
/src/strongswan/src/libstrongswan/utils/backtrace.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libimcv/ietf/ietf_attr.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/pgp/pgp_plugin.c [] []
/src/strongswan/src/libimcv/tcg/seg/tcg_seg_attr_next_seg.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/fuzz/fuzz_ids.c ['fuzz_ids'] ['fuzz_ids']
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_tpm_version_info.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/ietf/pb_error_msg.c [] []
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_ed_private_key.c [] []
/src/strongswan/src/libstrongswan/plugins/pgp/pgp_cert.c [] []
/src/strongswan/src/libstrongswan/plugins/pgp/pgp_utils.c [] []
/src/strongswan/src/libstrongswan/credentials/certificates/ocsp_single_response.c [] []
/src/strongswan/src/libimcv/pwg/pwg_attr_vendor_smi_code.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/swima/swima_inventory.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/networking/streams/stream_service_unix.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] []
/src/strongswan/src/libtnccs/plugins/tnccs_20/batch/pb_tnc_batch.c ['fuzz_pb_tnc'] ['fuzz_pb_tnc']
/src/strongswan/src/libstrongswan/crypto/crypters/crypter.c [] []
/src/strongswan/src/libstrongswan/plugins/kdf/kdf_kdf.c [] []
/src/strongswan/src/libimcv/ietf/ietf_attr_string_version.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/ietf/pb_pa_msg.c [] []
/src/strongswan/src/libimcv/pts/pts_ima_event_list.c [] []
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_util.c [] []
/src/strongswan/src/libstrongswan/./utils/utils/time.h [] []
/src/strongswan/src/libstrongswan/plugins/pkcs1/pkcs1_plugin.c [] []
/src/strongswan/src/libstrongswan/bio/bio_reader.c [] []
/src/strongswan/src/libstrongswan/plugins/dnskey/dnskey_plugin.c [] []
/src/strongswan/src/libtpmtss/tpm_tss_tss2_v1.c [] []
/src/strongswan/src/libstrongswan/plugins/drbg/drbg_ctr.c [] []
/src/strongswan/src/libstrongswan/./plugin_constructors.c [] []
/src/strongswan/src/libstrongswan/plugins/openssl/openssl_aead.c [] []
/src/strongswan/src/libstrongswan/credentials/credential_manager.c ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_ids', 'fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libstrongswan/plugins/x509/x509_cert.c [] []
/src/strongswan/src/libstrongswan/plugins/pkcs8/pkcs8_plugin.c [] []
/src/strongswan/src/libstrongswan/utils/utils/string.c ['fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc'] ['fuzz_certs', 'fuzz_ocsp_req', 'fuzz_pa_tnc', 'fuzz_crls', 'fuzz_ocsp_rsp', 'fuzz_pb_tnc']
/src/strongswan/src/libstrongswan/plugins/revocation/revocation_plugin.c [] []
/src/strongswan/src/libstrongswan/plugins/pubkey/pubkey_plugin.c [] []
/src/strongswan/src/libimcv/imcv.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_req_file_meta.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/./utils/utils/path.h [] []
/src/strongswan/src/libimcv/generic/generic_attr_chunk.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/kdf/kdf_plugin.c [] []
/src/strongswan/src/libstrongswan/plugins/random/random_rng.c [] []
/usr/include/openssl/asn1.h [] []

Directories in report

Directory
/src/strongswan/src/libstrongswan/plugins/
/src/strongswan/src/libimcv/tcg/
/src/strongswan/src/libstrongswan/plugins/pkcs7/../../../../src/libstrongswan/utils/
/src/strongswan/src/libstrongswan/plugins/sshkey/../../../../src/libstrongswan/utils/utils/
/src/strongswan/src/libimcv/ita/
/src/strongswan/src/libimcv/
/src/strongswan/src/libstrongswan/collections/
/src/strongswan/src/libstrongswan/plugins/x509/
/src/strongswan/src/libimcv/ietf/
/src/strongswan/src/libstrongswan/plugins/pem/../../../../src/libstrongswan/utils/utils/
/src/strongswan/src/libstrongswan/resolver/
/src/strongswan/src/libimcv/tcg/pts/
/src/strongswan/src/libimcv/ietf/swima/
/src/strongswan/src/libstrongswan/credentials/keys/
/src/strongswan/src/libtpmtss/
/src/strongswan/src/libstrongswan/plugins/pubkey/
/usr/include/openssl/
/src/strongswan/src/libstrongswan/database/
/src/strongswan/src/libimcv/tcg/seg/
/src/strongswan/src/libimcv/pts/components/
/src/strongswan/src/libstrongswan/plugins/sshkey/
/src/strongswan/src/libstrongswan/utils/printf_hook/
/src/strongswan/src/libstrongswan/selectors/
/src/strongswan/src/libstrongswan/plugins/openssl/
/src/strongswan/src/libstrongswan/plugins/cmac/
/src/strongswan/src/libstrongswan/plugins/openssl/../../../../src/libstrongswan/utils/
/src/strongswan/src/libstrongswan/plugins/pkcs8/
/src/strongswan/src/libstrongswan/credentials/certificates/
/src/strongswan/src/libstrongswan/./crypto/
/usr/include/x86_64-linux-gnu/bits/
/src/strongswan/src/libstrongswan/plugins/constraints/
/src/strongswan/src/libstrongswan/credentials/sets/
/src/strongswan/src/libstrongswan/./utils/utils/
/src/strongswan/src/libstrongswan/crypto/prfs/
/src/strongswan/src/libstrongswan/plugins/dnskey/../../../../src/libstrongswan/utils/utils/
/src/strongswan/src/libimcv/os_info/
/src/strongswan/src/libstrongswan/crypto/proposal/
/src/strongswan/src/libimcv/generic/
/src/strongswan/src/libstrongswan/plugins/pgp/
/src/strongswan/src/libstrongswan/plugins/xcbc/
/src/strongswan/src/libstrongswan/plugins/pkcs1/
/src/strongswan/src/libstrongswan/crypto/kdfs/
/src/strongswan/src/libstrongswan/crypto/rngs/
/src/strongswan/src/libstrongswan/networking/streams/
/src/strongswan/src/libimcv/swima/
/src/strongswan/src/libstrongswan/plugins/pkcs7/
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/
/src/strongswan/src/libstrongswan/bio/
/src/strongswan/src/libstrongswan/asn1/
/src/strongswan/src/libstrongswan/fetcher/
/src/strongswan/src/libtnccs/plugins/tnccs_20/../../../../src/libstrongswan/pen/
/src/strongswan/src/libstrongswan/./utils/
/src/strongswan/src/libimcv/pts/components/ita/
/src/strongswan/src/libimcv/pwg/
/src/strongswan/src/libstrongswan/./crypto/proposal/
/src/strongswan/src/libstrongswan/metadata/
/src/strongswan/src/libstrongswan/./
/src/strongswan/src/libstrongswan/eap/
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/ietf/
/src/strongswan/src/libstrongswan/processing/jobs/
/src/strongswan/src/libstrongswan/plugins/openssl/../../../../src/libstrongswan/utils/utils/
/src/strongswan/src/libstrongswan/threading/
/src/strongswan/src/libstrongswan/
/src/strongswan/src/libstrongswan/plugins/random/
/src/strongswan/src/libimcv/../../src/libstrongswan/pen/
/src/strongswan/src/libstrongswan/plugins/revocation/
/src/strongswan/src/libstrongswan/plugins/drbg/
/src/strongswan/src/libstrongswan/utils/utils/
/src/strongswan/src/libstrongswan/processing/
/src/strongswan/src/libimcv/pa_tnc/
/src/strongswan/src/libstrongswan/settings/
/src/strongswan/src/libstrongswan/plugins/nonce/
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/tcg/
/src/strongswan/src/libstrongswan/plugins/kdf/
/src/strongswan/src/libstrongswan/crypto/crypters/
/src/strongswan/src/libstrongswan/crypto/xofs/
/src/strongswan/src/libstrongswan/crypto/
/src/strongswan/src/libstrongswan/plugins/dnskey/
/src/strongswan/src/libimcv/imv/
/src/strongswan/src/libstrongswan/crypto/hashers/
/src/strongswan/src/libstrongswan/plugins/pkcs7/../../../../src/libstrongswan/utils/utils/
/src/strongswan/src/libstrongswan/crypto/signers/
/src/strongswan/src/libimcv/pts/
/src/strongswan/src/libstrongswan/plugins/x509/../../../../src/libstrongswan/utils/utils/
/src/strongswan/src/libstrongswan/credentials/
/src/strongswan/fuzz/
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/ita/
/src/strongswan/src/libstrongswan/utils/
/src/strongswan/src/libstrongswan/plugins/openssl/../../../../src/libstrongswan/plugins/
/src/strongswan/src/libstrongswan/networking/
/src/strongswan/src/libtnccs/plugins/tnccs_20/batch/
/src/strongswan/src/libstrongswan/crypto/iv/
/src/strongswan/src/libstrongswan/plugins/pem/
/src/strongswan/src/libstrongswan/credentials/containers/