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

Project functions overview

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

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

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

Fuzzer details

Fuzzer: fuzz_ids

Call tree

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

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 692 64.9%
gold [1:9] 24 2.25%
yellow [10:29] 10 0.93%
greenyellow [30:49] 19 1.78%
lawngreen 50+ 320 30.0%
All colors 1065 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 25 2 :

['parser_helper_log', 'enumerator_create_empty']

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

['path_dirname', 'free']

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

['has_section', 'array_insert_create']

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

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

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

['__errno_location', 'strerror_safe']

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

['__errno_location', 'strerror_safe']

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

['insert_tail']

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

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

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: 00269 /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 48 2 :

['array_remove', 'array_get']

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

Runtime coverage analysis

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

Files reached

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

Fuzzer: fuzz_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 664 69.8%
gold [1:9] 5 0.52%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 281 29.5%
All colors 950 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 25 2 :

['parser_helper_log', 'enumerator_create_empty']

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

['path_dirname', 'free']

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

['has_section', 'array_insert_create']

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

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

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

['__errno_location', 'strerror_safe']

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

['__errno_location', 'strerror_safe']

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

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

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 7 2 :

['enumerator_create_filter', 'linked_list_create_from_enumerator']

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

['__errno_location']

2 2 settings_parser_lex_init_extra call site: 00269 /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 48 2 :

['array_remove', 'array_get']

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

Runtime coverage analysis

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

Files reached

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

Fuzzer: fuzz_ocsp_rsp

Call tree

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

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 666 70.1%
gold [1:9] 5 0.52%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 279 29.3%
All colors 950 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 25 2 :

['parser_helper_log', 'enumerator_create_empty']

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

['path_dirname', 'free']

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

['has_section', 'array_insert_create']

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

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

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

['__errno_location', 'strerror_safe']

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

['__errno_location', 'strerror_safe']

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

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

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 7 2 :

['enumerator_create_filter', 'linked_list_create_from_enumerator']

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

['__errno_location']

2 2 settings_parser_lex_init_extra call site: 00269 /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 48 2 :

['array_remove', 'array_get']

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

Runtime coverage analysis

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

Files reached

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

Fuzzer: fuzz_pb_tnc

Call tree

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

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 670 70.3%
gold [1:9] 5 0.52%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 278 29.1%
All colors 953 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 25 2 :

['parser_helper_log', 'enumerator_create_empty']

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

['path_dirname', 'free']

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

['has_section', 'array_insert_create']

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

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

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

['__errno_location', 'strerror_safe']

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

['__errno_location', 'strerror_safe']

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

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

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 7 2 :

['enumerator_create_filter', 'linked_list_create_from_enumerator']

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

['__errno_location']

2 2 settings_parser_lex_init_extra call site: 00269 /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 48 2 :

['array_remove', 'array_get']

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

Runtime coverage analysis

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

Files reached

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

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 666 70.1%
gold [1:9] 6 0.63%
yellow [10:29] 0 0.0%
greenyellow [30:49] 1 0.10%
lawngreen 50+ 277 29.1%
All colors 950 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 25 2 :

['parser_helper_log', 'enumerator_create_empty']

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

['path_dirname', 'free']

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

['has_section', 'array_insert_create']

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

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

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

['__errno_location', 'strerror_safe']

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

['__errno_location', 'strerror_safe']

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

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

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 7 2 :

['enumerator_create_filter', 'linked_list_create_from_enumerator']

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

['__errno_location']

2 2 settings_parser_lex_init_extra call site: 00269 /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 48 2 :

['array_remove', 'array_get']

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

Runtime coverage analysis

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

Files reached

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

Fuzzer: fuzz_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 672 70.7%
gold [1:9] 208 21.8%
yellow [10:29] 29 3.05%
greenyellow [30:49] 10 1.05%
lawngreen 50+ 31 3.26%
All colors 950 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 25 2 :

['parser_helper_log', 'enumerator_create_empty']

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

['path_dirname', 'free']

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

['has_section', 'array_insert_create']

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

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

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

['__errno_location', 'strerror_safe']

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

['__errno_location', 'strerror_safe']

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

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

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 7 2 :

['enumerator_create_filter', 'linked_list_create_from_enumerator']

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

['__errno_location']

2 2 settings_parser_lex_init_extra call site: 00269 /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 48 2 :

['array_remove', 'array_get']

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

Runtime coverage analysis

Covered functions
257
Functions that are reachable but not covered
205
Reachable functions
335
Percentage of reachable functions covered
38.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.
Function name source code lines source lines hit percentage hit

Files reached

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

Fuzzer: fuzz_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 681 61.7%
gold [1:9] 5 0.45%
yellow [10:29] 0 0.0%
greenyellow [30:49] 2 0.18%
lawngreen 50+ 414 37.5%
All colors 1102 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_session_manager_create', 'imv_database_create']

30 30 libimcv_init call site: 01085 /src/strongswan/src/libimcv/imcv.c:230
23 25 2 :

['parser_helper_log', 'enumerator_create_empty']

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

['path_dirname', 'free']

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

['has_section', 'array_insert_create']

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

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

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

['__errno_location', 'strerror_safe']

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

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

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 7 2 :

['enumerator_create_filter', 'linked_list_create_from_enumerator']

5 7 _cb_plugin_filter call site: 00000 /src/strongswan/src/libstrongswan/plugins/plugin_loader.c:531
2 1390 3 :

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

32 1434 libimcv_init call site: 00938 /src/strongswan/src/libimcv/imcv.c:154
2 2 1 :

['__errno_location']

2 2 settings_parser_lex_init_extra call site: 00269 /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

Runtime coverage analysis

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

Files reached

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

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

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

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
openssl_x509_load /src/strongswan/src/libstrongswan/plugins/openssl/openssl_x509.c 2 ['int', 'N/A'] 8 0 191 28 7 66 0 420 329
sshkey_public_key_load /src/strongswan/src/libstrongswan/plugins/sshkey/sshkey_builder.c 2 ['int', 'N/A'] 7 0 186 30 8 64 0 411 261
x509_ocsp_response_gen /src/strongswan/src/libstrongswan/plugins/x509/x509_ocsp_response.c 2 ['int', 'N/A'] 11 0 476 59 16 60 0 317 230
validate_online /src/strongswan/src/libstrongswan/plugins/revocation/revocation_validator.c 6 ['N/A', 'N/A', 'N/A', 'int', 'bool', 'N/A'] 6 0 316 39 6 31 0 212 179
validate /src/strongswan/src/libstrongswan/plugins/constraints/constraints_validator.c 6 ['N/A', 'N/A', 'N/A', 'int', 'bool', 'N/A'] 10 0 141 18 8 66 0 320 174
load_plugins /src/strongswan/src/libstrongswan/plugins/plugin_loader.c 2 ['N/A', 'N/A'] 13 0 279 38 14 64 0 243 137
openssl_rsa_private_key_load /src/strongswan/src/libstrongswan/plugins/openssl/openssl_rsa_private_key.c 2 ['int', 'N/A'] 2 0 683 98 31 35 0 124 124

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

Functions statically reachable by fuzzers
27.0%
520 / 1936
Cyclomatic complexity statically reachable by fuzzers
31.0%
3083 / 10001

All functions overview

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

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

Fuzz engine guidance

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

/src/strongswan/fuzz/fuzz_ids.c

Dictionary

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


Fuzzer function priority

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

-focus_function=['array_get', 'printf_hook_create', 'create_rdn_enumerator', 'settings_parser_lex_init_extra', 'settings_section_extend', 'stream_manager_create', 'plugin_loader_create', 'array_remove']

/src/strongswan/fuzz/fuzz_crls.c

Dictionary

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


Fuzzer function priority

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

-focus_function=['array_get', 'memeq', 'asn1_unwrap', 'settings_parser_lex_init_extra', 'settings_section_extend', 'strneq', 'array_remove', '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=['array_get', 'memeq', 'asn1_unwrap', 'settings_parser_lex_init_extra', 'settings_section_extend', 'strneq', 'array_remove', '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=['array_get', 'chunk_create_clone', 'memeq', 'settings_parser_lex_init_extra', 'settings_section_extend', 'stream_manager_create', 'array_remove']

/src/strongswan/fuzz/fuzz_ocsp_req.c

Dictionary

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


Fuzzer function priority

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

-focus_function=['array_get', 'memeq', 'asn1_unwrap', 'settings_parser_lex_init_extra', 'settings_section_extend', 'strneq', 'array_remove', '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=['printf_hook_create', 'array_get', 'settings_parser_lex_init_extra', 'settings_section_extend', 'stream_manager_create', 'array_remove']

/src/strongswan/fuzz/fuzz_pa_tnc.c

Dictionary

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


Fuzzer function priority

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

-focus_function=['array_get', 'chunk_create_clone', 'memeq', 'settings_parser_lex_init_extra', 'settings_section_extend', 'stream_manager_create', 'array_remove']

Runtime coverage analysis

This section shows analysis of runtime coverage data.

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

Complex functions with low coverage

Func name Function total lines Lines covered at runtime percentage covered Reached by fuzzers
library_init 97 11 11.34% ['fuzz_crls', 'fuzz_certs', 'fuzz_ocsp_rsp', 'fuzz_ids', 'fuzz_pa_tnc', 'fuzz_pb_tnc', 'fuzz_ocsp_req']
remove_event 31 7 22.58% ['fuzz_crls', 'fuzz_certs', 'fuzz_ocsp_rsp', 'fuzz_ids', 'fuzz_pa_tnc', 'fuzz_pb_tnc', 'fuzz_ocsp_req']
find_sections_buffered 65 19 29.23% ['fuzz_crls', 'fuzz_certs', 'fuzz_ocsp_rsp', 'fuzz_ids', 'fuzz_pa_tnc', 'fuzz_pb_tnc', 'fuzz_ocsp_req']
settings_parser_parse_file 43 21 48.83% ['fuzz_crls', 'fuzz_certs', 'fuzz_ocsp_rsp', 'fuzz_ids', 'fuzz_pa_tnc', 'fuzz_pb_tnc', 'fuzz_ocsp_req']
settings_section_extend 99 23 23.23% ['fuzz_crls', 'fuzz_certs', 'fuzz_ocsp_rsp', 'fuzz_ids', 'fuzz_pa_tnc', 'fuzz_pb_tnc', 'fuzz_ocsp_req']
file_include 38 12 31.57% ['fuzz_crls', 'fuzz_certs', 'fuzz_ocsp_rsp', 'fuzz_ids', 'fuzz_pa_tnc', 'fuzz_pb_tnc', 'fuzz_ocsp_req']
file_next 33 14 42.42% ['fuzz_crls', 'fuzz_certs', 'fuzz_ocsp_rsp', 'fuzz_ids', 'fuzz_pa_tnc', 'fuzz_pb_tnc', 'fuzz_ocsp_req']
plugin_feature_hash 85 25 29.41% ['fuzz_crls', 'fuzz_certs', 'fuzz_ocsp_rsp', 'fuzz_ids', 'fuzz_pa_tnc', 'fuzz_pb_tnc', 'fuzz_ocsp_req']
plugin_feature_matches 67 18 26.86% ['fuzz_crls', 'fuzz_certs', 'fuzz_ocsp_rsp', 'fuzz_ids', 'fuzz_pa_tnc', 'fuzz_pb_tnc', 'fuzz_ocsp_req']
plugin_feature_equals 48 25 52.08% ['fuzz_crls', 'fuzz_certs', 'fuzz_ocsp_rsp', 'fuzz_ids', 'fuzz_pa_tnc', 'fuzz_pb_tnc', 'fuzz_ocsp_req']
plugin_feature_load 111 27 24.32% ['fuzz_crls', 'fuzz_certs', 'fuzz_ocsp_rsp', 'fuzz_pa_tnc', 'fuzz_pb_tnc', 'fuzz_ocsp_req']
plugin_feature_unload 87 19 21.83% ['fuzz_crls', 'fuzz_certs', 'fuzz_ocsp_rsp', 'fuzz_pa_tnc', 'fuzz_pb_tnc', 'fuzz_ocsp_req']
load_plugin 69 18 26.08% ['fuzz_crls', 'fuzz_certs', 'fuzz_ocsp_rsp', 'fuzz_pa_tnc', 'fuzz_pb_tnc', 'fuzz_ocsp_req']
create_plugin 37 20 54.05% ['fuzz_crls', 'fuzz_certs', 'fuzz_ocsp_rsp', 'fuzz_pa_tnc', 'fuzz_pb_tnc', 'fuzz_ocsp_req']
parse_otherName 53 28 52.83% ['fuzz_crls']
x509_crl_gen 79 17 21.51% ['fuzz_crls']
x509_ocsp_response_gen 81 20 24.69% ['fuzz_ocsp_rsp']

Files and Directories in report

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

Files in report

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

Directories in report

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