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

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 578 61.2%
gold [1:9] 24 2.54%
yellow [10:29] 17 1.80%
greenyellow [30:49] 14 1.48%
lawngreen 50+ 311 32.9%
All colors 944 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
23 28 2 :

['enumerator_create_empty', 'parser_helper_log']

23 28 file_include call site: 00000 /src/strongswan/src/libstrongswan/utils/parser_helper.c:150
23 23 2 :

['path_dirname', 'free']

53 86 file_include call site: 00000 /src/strongswan/src/libstrongswan/utils/parser_helper.c:148
18 55 2 :

['has_section', 'array_insert_create']

18 554 find_sections_buffered call site: 00000 /src/strongswan/src/libstrongswan/settings/settings.c:243
18 18 3 :

['strerror_safe', 'stat', '__errno_location']

18 18 enumerate_glob_enum call site: 00000 /src/strongswan/src/libstrongswan/collections/enumerator.c:225
16 16 2 :

['strerror_safe', '__errno_location']

16 16 enumerator_create_glob call site: 00000 /src/strongswan/src/libstrongswan/collections/enumerator.c:265
16 16 2 :

['strerror_safe', '__errno_location']

16 16 create_notify call site: 00682 /src/strongswan/src/libstrongswan/processing/watcher.c:682
11 11 1 :

['insert_tail']

11 17 array_insert call site: 00243 /src/strongswan/src/libstrongswan/collections/array.c:322
8 8 4 :

['getpid', 'time', 'random', 'srandom']

8 8 chunk_hash_seed call site: 00007 /src/strongswan/src/libstrongswan/utils/chunk.c:1063
6 6 2 :

['__errno_location', 'strtoul']

6 6 settings_value_as_int call site: 00000 /src/strongswan/src/libstrongswan/settings/settings.c:608
2 2 1 :

['__errno_location']

2 2 settings_parser_lex_init_extra call site: 00258 /src/strongswan/src/libstrongswan/settings/settings_lexer.c:2877
2 2 1 :

['fclose']

2 2 parser_helper_file_destroy call site: 00000 /src/strongswan/src/libstrongswan/utils/parser_helper.c:71
0 47 2 :

['array_get', 'array_remove']

31 121 file_next call site: 00000 /src/strongswan/src/libstrongswan/utils/parser_helper.c:103

Runtime coverage analysis

Covered functions
217
Functions that are reachable but not covered
210
Reachable functions
353
Percentage of reachable functions covered
40.51%
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 3
libstrongswan/utils/chunk.c 15
libstrongswan/./utils/utils/string.h 4
libstrongswan/threading/thread.c 7
libstrongswan/collections/linked_list.c 1
libstrongswan/threading/mutex.c 1
libstrongswan/threading/thread_value.c 1
libstrongswan/utils/utils.c 3
libstrongswan/utils/utils/atomics.c 2
libstrongswan/utils/utils/strerror.c 5
libstrongswan/collections/array.c 23
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 14
libstrongswan/utils/utils/memory.h 2
libstrongswan/./utils/chunk.h 4
libstrongswan/asn1/asn1.c 9
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/collections/hashtable.c 3
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 32
libstrongswan/settings/settings_lexer.l 3
libstrongswan/settings/settings_parser.c 8
libstrongswan/networking/host_resolver.c 2
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 1
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/plugins/plugin_loader.c 3
libstrongswan/collections/hashlist.c 3
libstrongswan/plugins/plugin_feature.c 1
libstrongswan/crypto/key_exchange.c 1
/src/strongswan/fuzz/../src/libstrongswan/utils/chunk.h 1
libstrongswan/utils/utils/string.h 3
libstrongswan/utils/chunk.h 2

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 549 65.5%
gold [1:9] 6 0.71%
yellow [10:29] 0 0.0%
greenyellow [30:49] 1 0.11%
lawngreen 50+ 281 33.5%
All colors 837 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
23 28 2 :

['enumerator_create_empty', 'parser_helper_log']

23 28 file_include call site: 00000 /src/strongswan/src/libstrongswan/utils/parser_helper.c:150
23 23 2 :

['path_dirname', 'free']

53 86 file_include call site: 00000 /src/strongswan/src/libstrongswan/utils/parser_helper.c:148
18 55 2 :

['has_section', 'array_insert_create']

18 554 find_sections_buffered call site: 00000 /src/strongswan/src/libstrongswan/settings/settings.c:243
18 18 3 :

['strerror_safe', 'stat', '__errno_location']

18 18 enumerate_glob_enum call site: 00000 /src/strongswan/src/libstrongswan/collections/enumerator.c:225
16 16 2 :

['strerror_safe', '__errno_location']

16 16 enumerator_create_glob call site: 00000 /src/strongswan/src/libstrongswan/collections/enumerator.c:265
16 16 2 :

['strerror_safe', '__errno_location']

16 16 create_notify call site: 00682 /src/strongswan/src/libstrongswan/processing/watcher.c:682
8 8 4 :

['getpid', 'time', 'random', 'srandom']

8 8 chunk_hash_seed call site: 00007 /src/strongswan/src/libstrongswan/utils/chunk.c:1063
6 6 2 :

['__errno_location', 'strtoul']

6 6 settings_value_as_int call site: 00000 /src/strongswan/src/libstrongswan/settings/settings.c:608
5 10 2 :

['enumerator_create_filter', 'linked_list_create_from_enumerator']

5 10 _cb_plugin_filter call site: 00000 /src/strongswan/src/libstrongswan/plugins/plugin_loader.c:516
2 2 1 :

['__errno_location']

2 2 settings_parser_lex_init_extra call site: 00258 /src/strongswan/src/libstrongswan/settings/settings_lexer.c:2877
2 2 1 :

['fclose']

2 2 parser_helper_file_destroy call site: 00000 /src/strongswan/src/libstrongswan/utils/parser_helper.c:71
0 299 3 :

['asn1_parse_integer_uint64', 'hasher_algorithm_from_oid', 'asn1_parse_algorithmIdentifier']

0 299 rsa_pss_params_parse call site: 00000 /src/strongswan/src/libstrongswan/credentials/keys/signature_params.c:314

Runtime coverage analysis

Covered functions
327
Functions that are reachable but not covered
192
Reachable functions
334
Percentage of reachable functions covered
42.51%
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 3
libstrongswan/utils/chunk.c 13
libstrongswan/./utils/utils/string.h 4
libstrongswan/threading/thread.c 7
libstrongswan/collections/linked_list.c 1
libstrongswan/threading/mutex.c 1
libstrongswan/threading/thread_value.c 1
libstrongswan/utils/utils.c 3
libstrongswan/utils/utils/atomics.c 2
libstrongswan/utils/utils/strerror.c 5
libstrongswan/collections/array.c 23
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 5
libstrongswan/utils/utils/memory.h 1
libstrongswan/./utils/chunk.h 3
libstrongswan/asn1/asn1.c 2
libstrongswan/collections/enumerator.c 3
libstrongswan/selectors/traffic_selector.c 4
libstrongswan/selectors/traffic_selector.h 2
libstrongswan/crypto/proposal/proposal.c 2
libstrongswan/crypto/transform.c 1
libstrongswan/collections/hashtable.c 3
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 32
libstrongswan/settings/settings_lexer.l 3
libstrongswan/settings/settings_parser.c 8
libstrongswan/networking/host_resolver.c 2
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 1
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/plugins/plugin_loader.c 4
libstrongswan/collections/hashlist.c 3
libstrongswan/plugins/plugin_feature.c 1
libstrongswan/crypto/key_exchange.c 1
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 548 65.4%
gold [1:9] 3 0.35%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 286 34.1%
All colors 837 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
23 28 2 :

['enumerator_create_empty', 'parser_helper_log']

23 28 file_include call site: 00000 /src/strongswan/src/libstrongswan/utils/parser_helper.c:150
23 23 2 :

['path_dirname', 'free']

53 86 file_include call site: 00000 /src/strongswan/src/libstrongswan/utils/parser_helper.c:148
18 55 2 :

['has_section', 'array_insert_create']

18 554 find_sections_buffered call site: 00000 /src/strongswan/src/libstrongswan/settings/settings.c:243
18 18 3 :

['strerror_safe', 'stat', '__errno_location']

18 18 enumerate_glob_enum call site: 00000 /src/strongswan/src/libstrongswan/collections/enumerator.c:225
16 16 2 :

['strerror_safe', '__errno_location']

16 16 enumerator_create_glob call site: 00000 /src/strongswan/src/libstrongswan/collections/enumerator.c:265
16 16 2 :

['strerror_safe', '__errno_location']

16 16 create_notify call site: 00682 /src/strongswan/src/libstrongswan/processing/watcher.c:682
8 8 4 :

['getpid', 'time', 'random', 'srandom']

8 8 chunk_hash_seed call site: 00007 /src/strongswan/src/libstrongswan/utils/chunk.c:1063
6 6 2 :

['__errno_location', 'strtoul']

6 6 settings_value_as_int call site: 00000 /src/strongswan/src/libstrongswan/settings/settings.c:608
5 10 2 :

['enumerator_create_filter', 'linked_list_create_from_enumerator']

5 10 _cb_plugin_filter call site: 00000 /src/strongswan/src/libstrongswan/plugins/plugin_loader.c:516
2 2 1 :

['__errno_location']

2 2 settings_parser_lex_init_extra call site: 00258 /src/strongswan/src/libstrongswan/settings/settings_lexer.c:2877
2 2 1 :

['fclose']

2 2 parser_helper_file_destroy call site: 00000 /src/strongswan/src/libstrongswan/utils/parser_helper.c:71
0 47 2 :

['array_get', 'array_remove']

31 121 file_next call site: 00000 /src/strongswan/src/libstrongswan/utils/parser_helper.c:103

Runtime coverage analysis

Covered functions
425
Functions that are reachable but not covered
189
Reachable functions
334
Percentage of reachable functions covered
43.41%
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_ocsp_rsp.c 1
libstrongswan/utils/debug.c 2
libstrongswan/library.c 3
libstrongswan/utils/chunk.c 13
libstrongswan/./utils/utils/string.h 4
libstrongswan/threading/thread.c 7
libstrongswan/collections/linked_list.c 1
libstrongswan/threading/mutex.c 1
libstrongswan/threading/thread_value.c 1
libstrongswan/utils/utils.c 3
libstrongswan/utils/utils/atomics.c 2
libstrongswan/utils/utils/strerror.c 5
libstrongswan/collections/array.c 23
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 5
libstrongswan/utils/utils/memory.h 1
libstrongswan/./utils/chunk.h 3
libstrongswan/asn1/asn1.c 2
libstrongswan/collections/enumerator.c 3
libstrongswan/selectors/traffic_selector.c 4
libstrongswan/selectors/traffic_selector.h 2
libstrongswan/crypto/proposal/proposal.c 2
libstrongswan/crypto/transform.c 1
libstrongswan/collections/hashtable.c 3
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 32
libstrongswan/settings/settings_lexer.l 3
libstrongswan/settings/settings_parser.c 8
libstrongswan/networking/host_resolver.c 2
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 1
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/plugins/plugin_loader.c 4
libstrongswan/collections/hashlist.c 3
libstrongswan/plugins/plugin_feature.c 1
libstrongswan/crypto/key_exchange.c 1
libstrongswan/utils/utils/string.c 1
/src/strongswan/fuzz/../src/libstrongswan/utils/chunk.h 1

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 546 65.2%
gold [1:9] 3 0.35%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 288 34.4%
All colors 837 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
23 28 2 :

['enumerator_create_empty', 'parser_helper_log']

23 28 file_include call site: 00000 /src/strongswan/src/libstrongswan/utils/parser_helper.c:150
23 23 2 :

['path_dirname', 'free']

53 86 file_include call site: 00000 /src/strongswan/src/libstrongswan/utils/parser_helper.c:148
18 55 2 :

['has_section', 'array_insert_create']

18 554 find_sections_buffered call site: 00000 /src/strongswan/src/libstrongswan/settings/settings.c:243
18 18 3 :

['strerror_safe', 'stat', '__errno_location']

18 18 enumerate_glob_enum call site: 00000 /src/strongswan/src/libstrongswan/collections/enumerator.c:225
16 16 2 :

['strerror_safe', '__errno_location']

16 16 enumerator_create_glob call site: 00000 /src/strongswan/src/libstrongswan/collections/enumerator.c:265
16 16 2 :

['strerror_safe', '__errno_location']

16 16 create_notify call site: 00682 /src/strongswan/src/libstrongswan/processing/watcher.c:682
8 8 4 :

['getpid', 'time', 'random', 'srandom']

8 8 chunk_hash_seed call site: 00007 /src/strongswan/src/libstrongswan/utils/chunk.c:1063
6 6 2 :

['__errno_location', 'strtoul']

6 6 settings_value_as_int call site: 00000 /src/strongswan/src/libstrongswan/settings/settings.c:608
5 10 2 :

['enumerator_create_filter', 'linked_list_create_from_enumerator']

5 10 _cb_plugin_filter call site: 00000 /src/strongswan/src/libstrongswan/plugins/plugin_loader.c:516
2 2 1 :

['__errno_location']

2 2 settings_parser_lex_init_extra call site: 00258 /src/strongswan/src/libstrongswan/settings/settings_lexer.c:2877
2 2 1 :

['fclose']

2 2 parser_helper_file_destroy call site: 00000 /src/strongswan/src/libstrongswan/utils/parser_helper.c:71
0 47 2 :

['array_get', 'array_remove']

31 121 file_next call site: 00000 /src/strongswan/src/libstrongswan/utils/parser_helper.c:103

Runtime coverage analysis

Covered functions
441
Functions that are reachable but not covered
188
Reachable functions
334
Percentage of reachable functions covered
43.71%
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_certs.c 1
libstrongswan/utils/debug.c 2
libstrongswan/library.c 3
libstrongswan/utils/chunk.c 13
libstrongswan/./utils/utils/string.h 4
libstrongswan/threading/thread.c 7
libstrongswan/collections/linked_list.c 1
libstrongswan/threading/mutex.c 1
libstrongswan/threading/thread_value.c 1
libstrongswan/utils/utils.c 3
libstrongswan/utils/utils/atomics.c 2
libstrongswan/utils/utils/strerror.c 5
libstrongswan/collections/array.c 23
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 5
libstrongswan/utils/utils/memory.h 1
libstrongswan/./utils/chunk.h 3
libstrongswan/asn1/asn1.c 2
libstrongswan/collections/enumerator.c 3
libstrongswan/selectors/traffic_selector.c 4
libstrongswan/selectors/traffic_selector.h 2
libstrongswan/crypto/proposal/proposal.c 2
libstrongswan/crypto/transform.c 1
libstrongswan/collections/hashtable.c 3
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 32
libstrongswan/settings/settings_lexer.l 3
libstrongswan/settings/settings_parser.c 8
libstrongswan/networking/host_resolver.c 2
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 1
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/plugins/plugin_loader.c 4
libstrongswan/collections/hashlist.c 3
libstrongswan/plugins/plugin_feature.c 1
libstrongswan/crypto/key_exchange.c 1
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 553 65.8%
gold [1:9] 5 0.59%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 282 33.5%
All colors 840 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
23 28 2 :

['enumerator_create_empty', 'parser_helper_log']

23 28 file_include call site: 00000 /src/strongswan/src/libstrongswan/utils/parser_helper.c:150
23 23 2 :

['path_dirname', 'free']

53 86 file_include call site: 00000 /src/strongswan/src/libstrongswan/utils/parser_helper.c:148
18 55 2 :

['has_section', 'array_insert_create']

18 554 find_sections_buffered call site: 00000 /src/strongswan/src/libstrongswan/settings/settings.c:243
18 18 3 :

['strerror_safe', 'stat', '__errno_location']

18 18 enumerate_glob_enum call site: 00000 /src/strongswan/src/libstrongswan/collections/enumerator.c:225
16 16 2 :

['strerror_safe', '__errno_location']

16 16 enumerator_create_glob call site: 00000 /src/strongswan/src/libstrongswan/collections/enumerator.c:265
16 16 2 :

['strerror_safe', '__errno_location']

16 16 create_notify call site: 00682 /src/strongswan/src/libstrongswan/processing/watcher.c:682
8 8 4 :

['getpid', 'time', 'random', 'srandom']

8 8 chunk_hash_seed call site: 00007 /src/strongswan/src/libstrongswan/utils/chunk.c:1063
6 6 2 :

['__errno_location', 'strtoul']

6 6 settings_value_as_int call site: 00000 /src/strongswan/src/libstrongswan/settings/settings.c:608
5 10 2 :

['enumerator_create_filter', 'linked_list_create_from_enumerator']

5 10 _cb_plugin_filter call site: 00000 /src/strongswan/src/libstrongswan/plugins/plugin_loader.c:516
2 2 1 :

['__errno_location']

2 2 settings_parser_lex_init_extra call site: 00258 /src/strongswan/src/libstrongswan/settings/settings_lexer.c:2877
2 2 1 :

['fclose']

2 2 parser_helper_file_destroy call site: 00000 /src/strongswan/src/libstrongswan/utils/parser_helper.c:71
0 47 2 :

['array_get', 'array_remove']

31 121 file_next call site: 00000 /src/strongswan/src/libstrongswan/utils/parser_helper.c:103

Runtime coverage analysis

Covered functions
310
Functions that are reachable but not covered
199
Reachable functions
335
Percentage of reachable functions covered
40.6%
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 3
libstrongswan/utils/chunk.c 13
libstrongswan/./utils/utils/string.h 4
libstrongswan/threading/thread.c 7
libstrongswan/collections/linked_list.c 1
libstrongswan/threading/mutex.c 1
libstrongswan/threading/thread_value.c 1
libstrongswan/utils/utils.c 3
libstrongswan/utils/utils/atomics.c 2
libstrongswan/utils/utils/strerror.c 5
libstrongswan/collections/array.c 23
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 5
libstrongswan/utils/utils/memory.h 1
libstrongswan/./utils/chunk.h 3
libstrongswan/asn1/asn1.c 2
libstrongswan/collections/enumerator.c 3
libstrongswan/selectors/traffic_selector.c 4
libstrongswan/selectors/traffic_selector.h 2
libstrongswan/crypto/proposal/proposal.c 2
libstrongswan/crypto/transform.c 1
libstrongswan/collections/hashtable.c 3
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 32
libstrongswan/settings/settings_lexer.l 3
libstrongswan/settings/settings_parser.c 8
libstrongswan/networking/host_resolver.c 2
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 1
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/plugins/plugin_loader.c 4
libstrongswan/collections/hashlist.c 3
libstrongswan/plugins/plugin_feature.c 1
libstrongswan/crypto/key_exchange.c 1
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

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 547 65.3%
gold [1:9] 5 0.59%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 285 34.0%
All colors 837 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
23 28 2 :

['enumerator_create_empty', 'parser_helper_log']

23 28 file_include call site: 00000 /src/strongswan/src/libstrongswan/utils/parser_helper.c:150
23 23 2 :

['path_dirname', 'free']

53 86 file_include call site: 00000 /src/strongswan/src/libstrongswan/utils/parser_helper.c:148
18 55 2 :

['has_section', 'array_insert_create']

18 554 find_sections_buffered call site: 00000 /src/strongswan/src/libstrongswan/settings/settings.c:243
18 18 3 :

['strerror_safe', 'stat', '__errno_location']

18 18 enumerate_glob_enum call site: 00000 /src/strongswan/src/libstrongswan/collections/enumerator.c:225
16 16 2 :

['strerror_safe', '__errno_location']

16 16 enumerator_create_glob call site: 00000 /src/strongswan/src/libstrongswan/collections/enumerator.c:265
16 16 2 :

['strerror_safe', '__errno_location']

16 16 create_notify call site: 00682 /src/strongswan/src/libstrongswan/processing/watcher.c:682
8 8 4 :

['getpid', 'time', 'random', 'srandom']

8 8 chunk_hash_seed call site: 00007 /src/strongswan/src/libstrongswan/utils/chunk.c:1063
6 6 2 :

['__errno_location', 'strtoul']

6 6 settings_value_as_int call site: 00000 /src/strongswan/src/libstrongswan/settings/settings.c:608
5 10 2 :

['enumerator_create_filter', 'linked_list_create_from_enumerator']

5 10 _cb_plugin_filter call site: 00000 /src/strongswan/src/libstrongswan/plugins/plugin_loader.c:516
2 2 1 :

['__errno_location']

2 2 settings_parser_lex_init_extra call site: 00258 /src/strongswan/src/libstrongswan/settings/settings_lexer.c:2877
2 2 1 :

['fclose']

2 2 parser_helper_file_destroy call site: 00000 /src/strongswan/src/libstrongswan/utils/parser_helper.c:71
0 47 2 :

['array_get', 'array_remove']

31 121 file_next call site: 00000 /src/strongswan/src/libstrongswan/utils/parser_helper.c:103

Runtime coverage analysis

Covered functions
344
Functions that are reachable but not covered
191
Reachable functions
334
Percentage of reachable functions covered
42.81%
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 3
libstrongswan/utils/chunk.c 13
libstrongswan/./utils/utils/string.h 4
libstrongswan/threading/thread.c 7
libstrongswan/collections/linked_list.c 1
libstrongswan/threading/mutex.c 1
libstrongswan/threading/thread_value.c 1
libstrongswan/utils/utils.c 3
libstrongswan/utils/utils/atomics.c 2
libstrongswan/utils/utils/strerror.c 5
libstrongswan/collections/array.c 23
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 5
libstrongswan/utils/utils/memory.h 1
libstrongswan/./utils/chunk.h 3
libstrongswan/asn1/asn1.c 2
libstrongswan/collections/enumerator.c 3
libstrongswan/selectors/traffic_selector.c 4
libstrongswan/selectors/traffic_selector.h 2
libstrongswan/crypto/proposal/proposal.c 2
libstrongswan/crypto/transform.c 1
libstrongswan/collections/hashtable.c 3
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 32
libstrongswan/settings/settings_lexer.l 3
libstrongswan/settings/settings_parser.c 8
libstrongswan/networking/host_resolver.c 2
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 1
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/plugins/plugin_loader.c 4
libstrongswan/collections/hashlist.c 3
libstrongswan/plugins/plugin_feature.c 1
libstrongswan/crypto/key_exchange.c 1
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 561 56.4%
gold [1:9] 3 0.30%
yellow [10:29] 2 0.20%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 427 43.0%
All colors 993 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
30 30 2 :

['imv_database_create', 'imv_session_manager_create']

30 30 libimcv_init call site: 00976 /src/strongswan/src/libimcv/imcv.c:230
23 28 2 :

['enumerator_create_empty', 'parser_helper_log']

23 28 file_include call site: 00000 /src/strongswan/src/libstrongswan/utils/parser_helper.c:150
23 23 2 :

['path_dirname', 'free']

53 86 file_include call site: 00000 /src/strongswan/src/libstrongswan/utils/parser_helper.c:148
18 55 2 :

['has_section', 'array_insert_create']

18 554 find_sections_buffered call site: 00000 /src/strongswan/src/libstrongswan/settings/settings.c:243
18 18 3 :

['strerror_safe', 'stat', '__errno_location']

18 18 enumerate_glob_enum call site: 00000 /src/strongswan/src/libstrongswan/collections/enumerator.c:225
16 16 2 :

['strerror_safe', '__errno_location']

16 16 enumerator_create_glob call site: 00000 /src/strongswan/src/libstrongswan/collections/enumerator.c:265
16 16 2 :

['strerror_safe', '__errno_location']

16 16 create_notify call site: 00682 /src/strongswan/src/libstrongswan/processing/watcher.c:682
8 8 4 :

['getpid', 'time', 'random', 'srandom']

8 8 chunk_hash_seed call site: 00007 /src/strongswan/src/libstrongswan/utils/chunk.c:1063
6 6 2 :

['__errno_location', 'strtoul']

6 6 settings_value_as_int call site: 00000 /src/strongswan/src/libstrongswan/settings/settings.c:608
5 10 2 :

['enumerator_create_filter', 'linked_list_create_from_enumerator']

5 10 _cb_plugin_filter call site: 00000 /src/strongswan/src/libstrongswan/plugins/plugin_loader.c:516
2 1356 3 :

['library_deinit', 'library_init', 'openlog']

32 1400 libimcv_init call site: 00830 /src/strongswan/src/libimcv/imcv.c:154
2 2 1 :

['__errno_location']

2 2 settings_parser_lex_init_extra call site: 00258 /src/strongswan/src/libstrongswan/settings/settings_lexer.c:2877

Runtime coverage analysis

Covered functions
558
Functions that are reachable but not covered
194
Reachable functions
403
Percentage of reachable functions covered
51.86%
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_pa_tnc.c 1
libstrongswan/utils/debug.c 2
libstrongswan/library.c 3
libstrongswan/utils/chunk.c 13
libstrongswan/./utils/utils/string.h 4
libstrongswan/threading/thread.c 7
libstrongswan/collections/linked_list.c 1
libstrongswan/threading/mutex.c 1
libstrongswan/threading/thread_value.c 1
libstrongswan/utils/utils.c 3
libstrongswan/utils/utils/atomics.c 2
libstrongswan/utils/utils/strerror.c 5
libstrongswan/collections/array.c 23
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 5
libstrongswan/utils/utils/memory.h 1
libstrongswan/./utils/chunk.h 3
libstrongswan/asn1/asn1.c 2
libstrongswan/collections/enumerator.c 3
libstrongswan/selectors/traffic_selector.c 4
libstrongswan/selectors/traffic_selector.h 2
libstrongswan/crypto/proposal/proposal.c 2
libstrongswan/crypto/transform.c 1
libstrongswan/collections/hashtable.c 3
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 32
libstrongswan/settings/settings_lexer.l 3
libstrongswan/settings/settings_parser.c 8
libstrongswan/networking/host_resolver.c 2
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 1
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/plugins/plugin_loader.c 4
libstrongswan/collections/hashlist.c 3
libstrongswan/plugins/plugin_feature.c 1
libstrongswan/crypto/key_exchange.c 1
libstrongswan/utils/utils/string.c 1
libimcv/imcv.c 3
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

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
x509_cert_load /src/strongswan/src/libstrongswan/plugins/x509/x509_cert.c 2 ['int', 'struct.__va_list_tag *'] 8 0 205 28 7 66 0 428 339
sshkey_public_key_load /src/strongswan/src/libstrongswan/plugins/sshkey/sshkey_builder.c 2 ['int', 'struct.__va_list_tag *'] 7 0 202 30 8 65 0 414 261
x509_ocsp_response_gen /src/strongswan/src/libstrongswan/plugins/x509/x509_ocsp_response.c 2 ['int', 'struct.__va_list_tag *'] 11 0 505 59 16 39 0 280 187
validate_online /src/strongswan/src/libstrongswan/plugins/revocation/revocation_validator.c 6 ['struct.private_revocation_validator_t *', 'struct.certificate_t *', 'struct.certificate_t *', 'int', 'bool', 'struct.auth_cfg_t *'] 6 0 320 39 6 30 0 209 176
load_plugins /src/strongswan/src/libstrongswan/plugins/plugin_loader.c 2 ['struct.private_plugin_loader_t *', 'char *'] 13 0 279 38 14 66 0 249 138
validate /src/strongswan/src/libstrongswan/plugins/constraints/constraints_validator.c 6 ['struct.private_constraints_validator_t *', 'struct.certificate_t *', 'struct.certificate_t *', 'int', 'bool', 'struct.auth_cfg_t *'] 7 0 141 18 8 25 0 155 124
verify /src/strongswan/src/libstrongswan/plugins/curve25519/curve25519_public_key.c 6 ['struct.private_curve25519_public_key_t *', 'int', 'char *', 'char *', 'size_t', 'struct.chunk_t *'] 4 0 320 38 15 36 0 122 116

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

Functions statically reachable by fuzzers
27.0%
532 / 1945
Cyclomatic complexity statically reachable by fuzzers
31.0%
3040 / 9710

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

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

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

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

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

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

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

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/./utils/chunk.h ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] []
/src/strongswan/src/libstrongswan/crypto/rngs/rng_tester.c [] []
/src/strongswan/fuzz/fuzz_ids.c ['fuzz_ids'] ['fuzz_ids']
/src/strongswan/src/libimcv/ita/ita_attr_get_settings.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/libstrongswan/./utils/utils/memory.h ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] []
/src/strongswan/src/libtnccs/plugins/tnccs_20/../../../../src/libstrongswan/pen/pen.h [] []
/src/strongswan/src/libstrongswan/plugins/curve25519/ref10/ref10.c [] []
/src/strongswan/src/libstrongswan/plugins/cmac/cmac.c [] []
/src/strongswan/src/libimcv/imv/imv_session.c [] []
/src/strongswan/src/libimcv/ietf/swima/ietf_swima_attr_sw_inv.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/pkcs12/../../../../src/libstrongswan/utils/chunk.h [] []
/src/strongswan/src/libstrongswan/plugins/random/random_rng.c [] []
/src/strongswan/src/libstrongswan/credentials/credential_factory.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/pkcs7/../../../../src/libstrongswan/utils/utils/memory.h [] []
/src/strongswan/src/libstrongswan/plugins/sha1/sha1_plugin.c [] []
/src/strongswan/src/libtpmtss/tpm_tss.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/fuzz/fuzz_ocsp_rsp.c ['fuzz_ocsp_rsp'] ['fuzz_ocsp_rsp']
/src/strongswan/src/libstrongswan/plugins/hmac/hmac_plugin.c [] []
/src/strongswan/src/libstrongswan/plugins/curve25519/curve25519_dh.c [] []
/src/strongswan/src/libimcv/pts/components/pts_component_manager.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/bio/bio_writer.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libimcv/generic/generic_attr_chunk.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/x509/x509_pkcs10.c [] []
/src/strongswan/src/libstrongswan/networking/streams/stream_tcp.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] []
/src/strongswan/src/libstrongswan/plugins/constraints/constraints_plugin.c [] []
/src/strongswan/src/libstrongswan/plugins/pkcs12/pkcs12_decode.c [] []
/src/strongswan/src/libstrongswan/plugins/x509/x509_crl.c [] []
/src/strongswan/src/libstrongswan/plugins/random/random_plugin.c [] []
/src/strongswan/src/libstrongswan/plugins/drbg/drbg_ctr.c [] []
/src/strongswan/src/libimcv/ietf/swima/ietf_swima_attr_sw_ev.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_req_file_meas.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/pgp/pgp_plugin.c [] []
/src/strongswan/src/libstrongswan/utils/lexparser.c [] []
/src/strongswan/src/libimcv/pts/components/ita/ita_comp_tgrub.c ['fuzz_pa_tnc'] []
/src/strongswan/src/libimcv/../../src/libstrongswan/pen/pen.h ['fuzz_pa_tnc'] []
/src/strongswan/src/libimcv/pwg/pwg_attr_vendor_smi_code.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/generic/generic_attr_bool.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_dh_nonce_params_req.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/fuzz/fuzz_certs.c ['fuzz_certs'] ['fuzz_certs']
/src/strongswan/src/libstrongswan/./utils/utils/byteorder.h [] []
/src/strongswan/src/libstrongswan/networking/streams/stream_service_unix.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] []
/src/strongswan/src/libstrongswan/eap/eap.c [] []
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_dh_nonce_finish.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/plugins/pubkey/pubkey_plugin.c [] []
/src/strongswan/src/libstrongswan/plugins/nonce/nonce_plugin.c [] []
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_meas_algo.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/ita/ita_attr_symlinks.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libtpmtss/tpm_tss_tss2_v1.c [] []
/src/strongswan/src/libstrongswan/collections/linked_list.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/revocation/revocation_plugin.c [] []
/src/strongswan/src/libstrongswan/collections/array.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/pkcs8/pkcs8_builder.c [] []
/src/strongswan/src/libstrongswan/plugins/pgp/pgp_cert.c [] []
/src/strongswan/src/libstrongswan/utils/utils/path.c [] []
/src/strongswan/src/libstrongswan/networking/streams/stream_unix.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] []
/src/strongswan/src/libstrongswan/plugins/nonce/nonce_nonceg.c [] []
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/ietf/pb_remediation_parameters_msg.c [] []
/src/strongswan/src/libimcv/pts/pts_file_meas.c [] []
/src/strongswan/src/libimcv/swima/swima_inventory.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/./utils/utils/time.h [] []
/src/strongswan/src/libstrongswan/plugins/plugin_feature.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/pkcs7/pkcs7_attributes.c [] []
/src/strongswan/src/libstrongswan/plugins/gcm/gcm_plugin.c [] []
/src/strongswan/src/libstrongswan/plugins/xcbc/xcbc.c [] []
/src/strongswan/src/libimcv/imv/imv_database.c ['fuzz_pa_tnc'] []
/src/strongswan/src/libstrongswan/plugins/sshkey/sshkey_plugin.c [] []
/src/strongswan/src/libstrongswan/plugins/curve25519/curve25519_private_key.c [] []
/src/strongswan/src/libstrongswan/utils/utils/byteorder.h [] []
/src/strongswan/src/libstrongswan/asn1/asn1_parser.c [] []
/src/strongswan/src/libimcv/ietf/ietf_attr_op_status.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/imv/imv_workitem.c [] []
/src/strongswan/src/libimcv/pts/components/ita/ita_comp_ima.c ['fuzz_pa_tnc'] []
/src/strongswan/src/libstrongswan/processing/watcher.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/settings/settings_lexer.l ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/networking/streams/stream_manager.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/crypto/xofs/xof.c [] []
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_req_func_comp_evid.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/swima/swima_events.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/utils/utils/strerror.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/ietf/pb_assessment_result_msg.c [] []
/src/strongswan/src/libimcv/os_info/os_info.c [] []
/src/strongswan/src/libstrongswan/plugins/pem/pem_encoder.c [] []
/src/strongswan/src/libimcv/imv/imv_session_manager.c ['fuzz_pa_tnc'] []
/src/strongswan/src/libstrongswan/plugins/x509/x509_ocsp_request.c [] []
/src/strongswan/src/libstrongswan/threading/thread_value.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/gmp/gmp_rsa_public_key.c [] []
/src/strongswan/src/libstrongswan/./utils/utils/path.h [] []
/src/strongswan/src/libstrongswan/crypto/crypto_tester.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/pgp/pgp_utils.c [] []
/src/strongswan/src/libstrongswan/crypto/pkcs5.c [] []
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/ietf/pb_experimental_msg.c [] []
/src/strongswan/src/libimcv/pts/components/pts_comp_func_name.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/pwg/pwg_attr.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/md5/md5_plugin.c [] []
/src/strongswan/src/libimcv/ita/ita_attr_settings.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/mgf1/mgf1_plugin.c [] []
/src/strongswan/src/libstrongswan/crypto/transform.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] []
/src/strongswan/src/libstrongswan/utils/backtrace.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/crypto/kdfs/kdf.c [] []
/src/strongswan/src/libstrongswan/processing/processor.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/plugin_loader.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/ietf/pb_language_preference_msg.c [] []
/src/strongswan/src/libstrongswan/credentials/certificates/ocsp_single_response.c [] []
/src/strongswan/src/libimcv/ietf/ietf_attr_assess_result.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/pa_tnc/pa_tnc_msg.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/usr/include/x86_64-linux-gnu/bits/byteswap.h [] []
/src/strongswan/src/libstrongswan/utils/parser_helper.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/crypto/iv/iv_gen_seq.c [] []
/src/strongswan/src/libstrongswan/utils/utils/tty.c [] []
/src/strongswan/src/libstrongswan/threading/rwlock.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/sshkey/../../../../src/libstrongswan/utils/chunk.h [] []
/src/strongswan/src/libstrongswan/plugins/pkcs7/pkcs7_enveloped_data.c [] []
/src/strongswan/src/libstrongswan/plugins/aes/aes_plugin.c [] []
/src/strongswan/fuzz/fuzz_pb_tnc.c ['fuzz_pb_tnc'] ['fuzz_pb_tnc']
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/pb_tnc_msg.c [] []
/src/strongswan/src/libstrongswan/plugins/pkcs7/pkcs7_encrypted_data.c [] []
/src/strongswan/src/libstrongswan/plugins/fips_prf/fips_prf.c [] []
/src/strongswan/src/libstrongswan/plugins/pkcs12/pkcs12_plugin.c [] []
/src/strongswan/src/libstrongswan/plugins/pkcs8/pkcs8_plugin.c [] []
/src/strongswan/src/libimcv/ietf/ietf_attr_port_filter.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/ita/ita_attr_angel.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_get_tpm_version_info.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/pts/pts_ima_event_list.c [] []
/src/strongswan/src/libstrongswan/crypto/prfs/prf.c [] []
/src/strongswan/src/libstrongswan/utils/debug.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/md5/md5_hasher.c [] []
/src/strongswan/src/libtnccs/plugins/tnccs_20/batch/pb_tnc_batch.c ['fuzz_pb_tnc'] ['fuzz_pb_tnc']
/src/strongswan/src/libimcv/imv/imv_os_info.c [] []
/src/strongswan/src/libstrongswan/threading/mutex.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libimcv/ietf/ietf_attr_numeric_version.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/utils/utils.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/mgf1/mgf1_xof.c [] []
/src/strongswan/src/libstrongswan/plugins/drbg/drbg_hmac.c [] []
/src/strongswan/src/libstrongswan/plugins/constraints/constraints_validator.c [] []
/src/strongswan/src/libstrongswan/plugins/pgp/pgp_builder.c [] []
/src/strongswan/src/libstrongswan/plugins/pkcs1/pkcs1_encoder.c [] []
/src/strongswan/src/libstrongswan/processing/scheduler.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/ita/pb_mutual_capability_msg.c [] []
/src/strongswan/src/libstrongswan/credentials/ocsp_responders.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/fuzz/fuzz_crls.c ['fuzz_crls'] ['fuzz_crls']
/src/strongswan/src/libstrongswan/utils/utils/time.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] []
/src/strongswan/src/libstrongswan/credentials/keys/private_key.c [] []
/src/strongswan/src/libstrongswan/crypto/proposal/proposal_keywords.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/crypto/rngs/rng.c [] []
/src/strongswan/src/libimcv/tcg/seg/tcg_seg_attr_next_seg.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/gmp/gmp_plugin.c [] []
/src/strongswan/src/libstrongswan/plugins/fips_prf/fips_prf_plugin.c [] []
/src/strongswan/src/libstrongswan/credentials/sets/mem_cred.c [] []
/src/strongswan/src/libstrongswan/plugins/des/des_crypter.c [] []
/src/strongswan/src/libstrongswan/asn1/asn1.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/x509/x509_cert.c [] []
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/tcg/pb_pdp_referral_msg.c [] []
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_proto_caps.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/sshkey/sshkey_builder.c [] []
/src/strongswan/src/libstrongswan/utils/enum.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] []
/src/strongswan/src/libstrongswan/credentials/certificates/certificate.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_reason_string_msg.c [] []
/src/strongswan/src/libimcv/pts/pts_meas_algo.c [] []
/src/strongswan/src/libstrongswan/collections/hashlist.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/networking/streams/stream_service_tcp.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] []
/src/strongswan/src/libimcv/pts/pts_symlinks.c [] []
/usr/include/x86_64-linux-gnu/bits/uintn-identity.h [] []
/src/strongswan/src/libstrongswan/settings/settings_types.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/utils/utils/string.c ['fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/dnskey/dnskey_plugin.c [] []
/src/strongswan/src/libstrongswan/crypto/signers/mac_signer.c [] []
/src/strongswan/src/libstrongswan/plugins/pubkey/pubkey_cert.c [] []
/src/strongswan/src/libstrongswan/plugins/kdf/kdf_plugin.c [] []
/src/strongswan/src/libimcv/ietf/swima/ietf_swima_attr_req.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/x509/../../../../src/libstrongswan/utils/utils/string.h [] ['fuzz_ids']
/src/strongswan/src/libstrongswan/credentials/sets/auth_cfg_wrapper.c [] []
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_file_meas.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/crypto/prfs/mac_prf.c [] []
/src/strongswan/src/libstrongswan/crypto/key_exchange.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/gcm/gcm_aead.c [] []
/src/strongswan/src/libstrongswan/credentials/containers/pkcs12.c [] []
/src/strongswan/src/libstrongswan/plugins/pem/../../../../src/libstrongswan/utils/utils/string.h [] ['fuzz_ids']
/src/strongswan/src/libstrongswan/metadata/metadata_int.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] []
/src/strongswan/src/libstrongswan/credentials/keys/signature_params.c [] []
/src/strongswan/src/libstrongswan/plugins/sshkey/sshkey_encoder.c [] []
/src/strongswan/src/libimcv/ietf/ietf_attr.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/curve25519/curve25519_drv_portable.c [] []
/src/strongswan/src/libstrongswan/settings/settings.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/gmp/gmp_rsa_private_key.c [] []
/src/strongswan/src/libstrongswan/library.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/networking/host.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] []
/src/strongswan/src/libimcv/ietf/ietf_attr_fwd_enabled.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_dh_nonce_params_resp.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/hmac/hmac.c [] []
/src/strongswan/src/libstrongswan/plugins/curve25519/../../../../src/libstrongswan/utils/utils/byteorder.h [] []
/src/strongswan/src/libstrongswan/plugins/sshkey/../../../../src/libstrongswan/utils/utils/memory.h [] []
/src/strongswan/src/libstrongswan/credentials/keys/public_key.c [] []
/src/strongswan/fuzz/fuzz_ocsp_req.c ['fuzz_ocsp_req'] ['fuzz_ocsp_req']
/src/strongswan/src/libimcv/pts/components/pts_comp_evidence.c [] []
/src/strongswan/src/libstrongswan/credentials/credential_manager.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/sha2/sha2_hasher.c [] []
/src/strongswan/src/libstrongswan/networking/host_resolver.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/utils/utils/memory.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/dnskey/../../../../src/libstrongswan/utils/utils/byteorder.h [] []
/src/strongswan/src/libimcv/swima/swima_record.c [] []
/src/strongswan/src/libtpmtss/tpm_tss_trousers.c [] []
/src/strongswan/src/libstrongswan/credentials/auth_cfg.c [] []
/src/strongswan/src/libstrongswan/plugins/pkcs1/pkcs1_plugin.c [] []
/src/strongswan/src/libstrongswan/collections/enumerator.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/settings/settings_parser.y ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/ietf/pb_pa_msg.c [] []
/src/strongswan/src/libimcv/ita/ita_attr_command.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/sha2/sha2_plugin.c [] []
/src/strongswan/src/libstrongswan/crypto/crypters/crypter.c [] []
/src/strongswan/src/libimcv/ietf/ietf_attr_string_version.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.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] []
/src/strongswan/src/libstrongswan/plugins/xcbc/xcbc_plugin.c [] []
/src/strongswan/src/libstrongswan/plugins/x509/x509_ac.c [] []
/src/strongswan/src/libstrongswan/utils/capabilities.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/pkcs7/pkcs7_data.c [] []
/src/strongswan/src/libimcv/imcv.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/crypto/crypto_factory.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/aes/aes_crypter.c [] []
/src/strongswan/src/libstrongswan/plugins/pkcs1/pkcs1_builder.c [] []
/src/strongswan/src/libstrongswan/plugins/sha1/sha1_prf.c [] []
/src/strongswan/src/libstrongswan/plugins/pkcs7/pkcs7_plugin.c [] []
/src/strongswan/src/libstrongswan/plugins/pem/pem_plugin.c [] []
/src/strongswan/src/libstrongswan/plugins/revocation/revocation_validator.c [] []
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_simple_comp_evid.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/selectors/traffic_selector.h ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] []
/src/strongswan/src/libstrongswan/processing/jobs/callback_job.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/./crypto/proposal/proposal_keywords_static.txt [] []
/src/strongswan/src/libstrongswan/plugins/x509/../../../../src/libstrongswan/utils/utils/align.h [] []
/src/strongswan/src/libstrongswan/plugins/dnskey/dnskey_encoder.c [] []
/src/strongswan/src/libstrongswan/utils/chunk.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libimcv/pts/components/ita/ita_comp_tboot.c ['fuzz_pa_tnc'] []
/src/strongswan/src/libimcv/pts/pts_ima_bios_list.c [] []
/src/strongswan/src/libstrongswan/plugins/x509/x509_ocsp_response.c [] []
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/ietf/pb_access_recommendation_msg.c [] []
/src/strongswan/src/libstrongswan/credentials/sets/ocsp_response_wrapper.c [] []
/src/strongswan/src/libstrongswan/threading/thread.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_unix_file_meta.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/pkcs7/pkcs7_signed_data.c [] []
/src/strongswan/src/libstrongswan/plugins/cmac/cmac_plugin.c [] []
/src/strongswan/src/libstrongswan/threading/spinlock.c [] []
/src/strongswan/src/libtpmtss/tpm_tss_quote_info.c [] []
/src/strongswan/src/libtnccs/plugins/tnccs_20/messages/ietf/pb_error_msg.c [] []
/src/strongswan/src/libimcv/ita/ita_attr_dummy.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/settings/settings_lexer.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/credentials/certificates/x509.c [] []
/src/strongswan/src/libstrongswan/plugins/curve25519/curve25519_public_key.c [] []
/src/strongswan/src/libstrongswan/utils/identification.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libimcv/tcg/seg/tcg_seg_attr_seg_env.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libtpmtss/tpm_tss_tss2_v2.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/utils/utils/atomics.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libimcv/swima/swima_event.c [] []
/src/strongswan/src/libstrongswan/./utils/utils/string.h ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids']
/src/strongswan/src/libstrongswan/plugins/pkcs7/pkcs7_generic.c [] []
/src/strongswan/src/libstrongswan/credentials/certificates/crl.c [] []
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_get_aik.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/plugins/sshkey/../../../../src/libstrongswan/utils/utils/string.h [] ['fuzz_ids']
/src/strongswan/src/libstrongswan/plugins/pem/pem_builder.c [] []
/src/strongswan/src/libstrongswan/utils/printf_hook/printf_hook_glibc.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/credentials/sets/cert_cache.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/sha1/sha1_hasher.c [] []
/src/strongswan/src/libstrongswan/plugins/kdf/kdf_kdf.c [] []
/src/strongswan/src/libstrongswan/metadata/metadata_factory.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/curve25519/curve25519_drv.c [] []
/src/strongswan/src/libstrongswan/plugins/curve25519/curve25519_identity_hasher.c [] []
/src/strongswan/src/libstrongswan/settings/settings_parser.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', '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/libimcv/ietf/ietf_attr_pa_tnc_error.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/ietf/ietf_attr_installed_packages.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/x509/x509_plugin.c [] []
/src/strongswan/src/libstrongswan/bio/bio_reader.c [] []
/src/strongswan/src/libstrongswan/plugins/drbg/drbg_plugin.c [] []
/src/strongswan/src/libstrongswan/./plugin_constructors.c [] []
/src/strongswan/src/libstrongswan/plugins/curve25519/curve25519_plugin.c [] []
/src/strongswan/src/libstrongswan/credentials/cred_encoding.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/crypto/hashers/hasher.c [] []
/src/strongswan/src/libstrongswan/collections/hashtable.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/database/database_factory.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_aik.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/tcg/seg/tcg_seg_attr_seg_contract.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libimcv/ietf/ietf_attr_product_info.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/utils/utils/string.h ['fuzz_ids'] ['fuzz_ids']
/src/strongswan/src/libimcv/tcg/pts/tcg_pts_attr_simple_evid_final.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/rc2/rc2_plugin.c [] []
/src/strongswan/src/libstrongswan/plugins/pkcs7/../../../../src/libstrongswan/utils/chunk.h [] []
/src/strongswan/src/libstrongswan/resolver/resolver_manager.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/des/des_plugin.c [] []
/src/strongswan/src/libstrongswan/fetcher/fetcher_manager.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc']
/src/strongswan/fuzz/fuzz_pa_tnc.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/plugins/rc2/rc2_crypter.c [] []
/src/strongswan/src/libstrongswan/networking/streams/stream.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] []
/src/strongswan/src/libstrongswan/plugins/dnskey/dnskey_builder.c [] []
/src/strongswan/src/libstrongswan/plugins/pgp/pgp_encoder.c [] []
/src/strongswan/src/libimcv/ietf/ietf_attr_attr_request.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/networking/streams/stream_service.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] []
/src/strongswan/src/libstrongswan/plugins/gmp/gmp_diffie_hellman.c [] []
/src/strongswan/src/libimcv/tcg/tcg_attr.c ['fuzz_pa_tnc'] ['fuzz_pa_tnc']
/src/strongswan/src/libstrongswan/selectors/traffic_selector.c ['fuzz_ids', 'fuzz_ocsp_req', 'fuzz_ocsp_rsp', 'fuzz_certs', 'fuzz_pb_tnc', 'fuzz_crls', 'fuzz_pa_tnc'] ['fuzz_certs']
/src/strongswan/src/libimcv/pts/pts_file_meta.c [] []

Directories in report

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