Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues
Report generation date: 2025-07-01

Project overview: opensc

High level conclusions

Reachability and coverage overview

Functions statically reachable by fuzzers
19.0%
600 / 3134
Cyclomatic complexity statically reachable by fuzzers
20.0%
5592 / 28339
Runtime code coverage of functions
4.0%
110 / 3134

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_scconf_parse_string

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 3 3.70%
gold [1:9] 1 1.23%
yellow [10:29] 3 3.70%
greenyellow [30:49] 2 2.46%
lawngreen 50+ 72 88.8%
All colors 81 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
2 2 1 :

['fgetc']

2 2 buf_nextch call site: 00009 /src/opensc/src/scconf/sclex.c:81
0 0 None 4 4 scconf_new call site: 00002 /src/opensc/src/scconf/scconf.c:40
0 0 None 2 12 scconf_block_add_internal call site: 00040 /src/opensc/src/scconf/parse.c:178
0 0 None 2 2 scconf_parse_token call site: 00018 /src/opensc/src/scconf/parse.c:268
0 0 None 2 2 scconf_list_add call site: 00033 /src/opensc/src/scconf/scconf.c:322
0 0 None 0 15 scconf_parse_string call site: 00006 /src/opensc/src/scconf/parse.c:423
0 0 None 0 10 scconf_block_add_internal call site: 00041 /src/opensc/src/scconf/parse.c:183
0 0 None 0 0 scconf_item_add_internal call site: 00021 /src/opensc/src/scconf/parse.c:109
0 0 None 0 0 scconf_new call site: 00004 /src/opensc/src/scconf/scconf.c:45
0 0 None 0 0 scconf_free call site: 00076 /src/opensc/src/scconf/scconf.c:59
0 0 None 0 0 buf_init call site: 00007 /src/opensc/src/scconf/sclex.c:48
0 0 None 0 0 buf_addch call site: 00013 /src/opensc/src/scconf/sclex.c:61

Runtime coverage analysis

Covered functions
27
Functions that are reachable but not covered
8
Reachable functions
35
Percentage of reachable functions covered
77.14%
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
tests/fuzzing/fuzz_scconf_parse_string.c 1
scconf/scconf.c 6
scconf/parse.c 11
scconf/sclex.c 8
common/compat_strlcpy.c 1

Fuzzer: fuzz_asn1_print

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 110 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 110 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
109 0 EP call site: 00000 sc_asn1_print_tags

Runtime coverage analysis

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

Files reached

filename functions hit
tests/fuzzing/fuzz_asn1_print.c 1
libopensc/asn1.c 19
libopensc/log.c 3
libopensc/sc.c 1

Fuzzer: fuzz_pkcs15_decode

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 1224 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 1224 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
1223 0 EP call site: 00000 sc_pkcs15_bind

Runtime coverage analysis

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

Files reached

filename functions hit
tests/fuzzing/fuzz_pkcs15_decode.c 2
libopensc/ctx.c 24
libopensc/log.c 8
common/simclist.c 14
libopensc/card.c 22
common/libscdl.c 4
libopensc/sc.c 22
scconf/scconf.c 11
scconf/parse.c 11
scconf/sclex.c 8
common/compat_strlcpy.c 1
libopensc/reader-ctapi.c 1
tests/fuzzing/fuzzer_reader.c 3
libopensc/errors.c 1
libopensc/reader-tr03119.c 2
libopensc/asn1.c 18
libopensc/pkcs15-algo.c 3
libopensc/dir.c 3
libopensc/ef-atr.c 1
libopensc/pkcs15.c 27
libopensc/pkcs15-prkey.c 1
libopensc/aux-data.c 1
libopensc/pkcs15-pubkey.c 8
libopensc/pkcs15-cert.c 1
libopensc/pkcs15-skey.c 1
libopensc/pkcs15-data.c 1
libopensc/pkcs15-pin.c 1
libopensc/pkcs15-syn.c 3
libopensc/pkcs15-emulator-filter.c 3
libopensc/pkcs15-cache.c 3

Fuzzer: fuzz_card

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 701 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 701 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
700 0 EP call site: 00000 fuzz_connect_card

Runtime coverage analysis

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

Files reached

filename functions hit
tests/fuzzing/fuzz_card.c 1
libopensc/ctx.c 22
libopensc/log.c 10
common/simclist.c 14
libopensc/card.c 22
common/libscdl.c 4
libopensc/sc.c 11
scconf/scconf.c 11
scconf/parse.c 11
scconf/sclex.c 8
common/compat_strlcpy.c 1
libopensc/reader-ctapi.c 1
tests/fuzzing/fuzzer_reader.c 4
libopensc/errors.c 1
libopensc/reader-tr03119.c 2
libopensc/asn1.c 17
libopensc/pkcs15-algo.c 2
libopensc/dir.c 1
libopensc/ef-atr.c 1
libopensc/sec.c 2

Fuzzer: fuzz_pkcs15_tool

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 2500 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 2500 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
2499 0 EP call site: 00000 _main

Runtime coverage analysis

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

Files reached

filename functions hit
tests/fuzzing/fuzz_pkcs15_tool.c 3
tests/fuzzing/fuzzer_tool.c 4
tests/fuzzing/../../../src/tools/pkcs15-tool.c 39
tests/fuzzing/../../tools/util.c 4
libopensc/ctx.c 23
libopensc/log.c 10
common/simclist.c 14
libopensc/card.c 24
common/libscdl.c 4
libopensc/sc.c 25
scconf/scconf.c 11
scconf/parse.c 11
scconf/sclex.c 8
common/compat_strlcpy.c 1
libopensc/reader-ctapi.c 1
libopensc/errors.c 1
tests/fuzzing/fuzzer_reader.c 3
libopensc/reader-tr03119.c 2
libopensc/asn1.c 33
libopensc/pkcs15-algo.c 4
libopensc/dir.c 3
libopensc/ef-atr.c 1
libopensc/pkcs15.c 53
libopensc/pkcs15-prkey.c 1
libopensc/aux-data.c 2
libopensc/pkcs15-pubkey.c 17
libopensc/pkcs15-cert.c 4
libopensc/pkcs15-skey.c 1
libopensc/pkcs15-data.c 3
libopensc/pkcs15-pin.c 10
libopensc/pkcs15-syn.c 3
libopensc/pkcs15-emulator-filter.c 3
libopensc/pkcs15-cache.c 3
tools/../pkcs11/pkcs11-display.c 2
libopensc/compression.c 4
ui/notify.c 1
libopensc/sec.c 1
libopensc/base64.c 2
common/compat_strlcat.c 1
libopensc/apdu.c 7
libopensc/sm.c 4

Fuzzer: fuzz_pkcs11

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 1 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 1 100

Runtime coverage analysis

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

Files reached

filename functions hit
tests/fuzzing/fuzz_pkcs11.c 1

Fuzzer: fuzz_pkcs15_reader

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 1782 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 1782 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
1781 0 EP call site: 00000 sc_pkcs15_compute_signature

Runtime coverage analysis

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

Files reached

filename functions hit
tests/fuzzing/fuzz_pkcs15_reader.c 1
libopensc/ctx.c 24
libopensc/log.c 11
common/simclist.c 14
libopensc/card.c 28
common/libscdl.c 4
libopensc/sc.c 26
scconf/scconf.c 11
scconf/parse.c 11
scconf/sclex.c 8
common/compat_strlcpy.c 1
libopensc/reader-ctapi.c 1
tests/fuzzing/fuzzer_reader.c 4
libopensc/errors.c 1
libopensc/reader-tr03119.c 2
libopensc/asn1.c 18
libopensc/pkcs15-algo.c 3
libopensc/dir.c 3
libopensc/ef-atr.c 1
libopensc/pkcs15.c 43
libopensc/pkcs15-prkey.c 1
libopensc/aux-data.c 1
libopensc/pkcs15-pubkey.c 3
libopensc/pkcs15-cert.c 1
libopensc/pkcs15-skey.c 1
libopensc/pkcs15-data.c 1
libopensc/pkcs15-pin.c 10
libopensc/pkcs15-syn.c 3
libopensc/pkcs15-emulator-filter.c 3
libopensc/pkcs15-cache.c 3
libopensc/pkcs15-sec.c 10
libopensc/padding.c 12
libopensc/sec.c 6
libopensc/compression.c 4
ui/notify.c 1
libopensc/../../src/common/constant-time.h 8
libopensc/../../src/libopensc/sc-ossl-compat.h 2

Fuzzer: fuzz_asn1_sig_value

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 410 76.2%
gold [1:9] 48 8.92%
yellow [10:29] 0 0.0%
greenyellow [30:49] 3 0.55%
lawngreen 50+ 77 14.3%
All colors 538 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
230 230 3 :

['free', 'ctapi_load_module', 'scconf_find_blocks']

230 230 ctapi_init call site: 00000 /src/opensc/src/libopensc/reader-ctapi.c:526
182 182 1 :

['sc_release_context']

182 185 sc_context_create call site: 00221 /src/opensc/src/libopensc/ctx.c:999
131 131 4 :

['free', 'load_parameters', 'scconf_find_blocks', 'strcmp']

131 192 process_config_file call site: 00096 /src/opensc/src/libopensc/ctx.c:734
34 38 3 :

['scconf_list_destroy', 'scconf_list_add', 'set_drivers']

34 262 sc_context_create call site: 00224 /src/opensc/src/libopensc/ctx.c:1006
2 2 1 :

['fclose']

220 638 sc_context_create call site: 00088 /src/opensc/src/libopensc/ctx.c:969
2 2 1 :

['atoi']

135 476 process_config_file call site: 00089 /src/opensc/src/libopensc/ctx.c:706
0 708 3 :

['sc_asn1_skip_tag', 'asn1_decode_entry', 'asn1_decode']

0 1489 asn1_decode call site: 00297 /src/opensc/src/libopensc/asn1.c:1767
0 279 1 :

['asn1_encode_entry']

0 857 asn1_encode_entry call site: 00436 /src/opensc/src/libopensc/asn1.c:1838
0 133 3 :

['sc_do_log_color', 'sc_do_log', 'sc_strerror']

0 133 asn1_write_element call site: 00521 /src/opensc/src/libopensc/asn1.c:1107
0 61 1 :

['sc_do_log']

0 61 sc_asn1_skip_tag call site: 00299 /src/opensc/src/libopensc/asn1.c:538
0 61 1 :

['sc_do_log']

0 61 sc_asn1_skip_tag call site: 00299 /src/opensc/src/libopensc/asn1.c:542
0 61 1 :

['sc_do_log']

0 61 sc_asn1_skip_tag call site: 00299 /src/opensc/src/libopensc/asn1.c:546

Runtime coverage analysis

Covered functions
88
Functions that are reachable but not covered
114
Reachable functions
161
Percentage of reachable functions covered
29.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
tests/fuzzing/fuzz_asn1_sig_value.c 1
libopensc/ctx.c 21
libopensc/log.c 8
common/simclist.c 12
libopensc/card.c 2
common/libscdl.c 4
libopensc/sc.c 9
scconf/scconf.c 11
scconf/parse.c 11
scconf/sclex.c 8
common/compat_strlcpy.c 1
libopensc/reader-ctapi.c 1
libopensc/asn1.c 31
libopensc/errors.c 1
libopensc/pkcs15-algo.c 3

Fuzzer: fuzz_piv_tool

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 988 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 988 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
987 0 EP call site: 00000 _main

Runtime coverage analysis

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

Files reached

filename functions hit
tests/fuzzing/fuzz_piv_tool.c 5
tests/fuzzing/fuzzer_tool.c 7
tests/fuzzing/../../../src/tools/piv-tool.c 7
tests/fuzzing/../../tools/util.c 2
libopensc/ctx.c 22
libopensc/log.c 11
common/simclist.c 14
libopensc/card.c 21
common/libscdl.c 4
libopensc/sc.c 13
scconf/scconf.c 11
scconf/parse.c 11
scconf/sclex.c 8
common/compat_strlcpy.c 1
libopensc/reader-ctapi.c 1
libopensc/errors.c 1
tests/fuzzing/fuzzer_reader.c 3
libopensc/reader-tr03119.c 2
libopensc/asn1.c 18
libopensc/pkcs15-algo.c 2
libopensc/dir.c 1
libopensc/ef-atr.c 1
libopensc/apdu.c 8
libopensc/sm.c 4

Fuzzer: fuzz_pkcs15_encode

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 1655 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 1655 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
1654 0 EP call site: 00000 sc_pkcs15_bind

Runtime coverage analysis

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

Files reached

filename functions hit
tests/fuzzing/fuzz_pkcs15_encode.c 1
libopensc/ctx.c 24
libopensc/log.c 9
common/simclist.c 14
libopensc/card.c 22
common/libscdl.c 4
libopensc/sc.c 23
scconf/scconf.c 11
scconf/parse.c 11
scconf/sclex.c 8
common/compat_strlcpy.c 1
libopensc/reader-ctapi.c 1
tests/fuzzing/fuzzer_reader.c 3
libopensc/errors.c 1
libopensc/reader-tr03119.c 2
libopensc/asn1.c 30
libopensc/pkcs15-algo.c 4
libopensc/dir.c 3
libopensc/ef-atr.c 1
libopensc/pkcs15.c 43
libopensc/pkcs15-prkey.c 3
libopensc/aux-data.c 1
libopensc/pkcs15-pubkey.c 11
libopensc/pkcs15-cert.c 2
libopensc/pkcs15-skey.c 2
libopensc/pkcs15-data.c 2
libopensc/pkcs15-pin.c 2
libopensc/pkcs15-syn.c 3
libopensc/pkcs15-emulator-filter.c 3
libopensc/pkcs15-cache.c 3
libopensc/compression.c 4

Fuzzer: fuzz_pkcs15init

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 2961 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 2961 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
2960 0 EP call site: 00000 do_generate_key

Runtime coverage analysis

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

Files reached

filename functions hit
tests/fuzzing/fuzz_pkcs15init.c 11
libopensc/ctx.c 24
libopensc/log.c 8
common/simclist.c 14
libopensc/card.c 28
common/libscdl.c 4
libopensc/sc.c 34
scconf/scconf.c 11
scconf/parse.c 12
scconf/sclex.c 9
common/compat_strlcpy.c 1
libopensc/reader-ctapi.c 1
tests/fuzzing/fuzzer_reader.c 3
libopensc/errors.c 1
libopensc/reader-tr03119.c 2
libopensc/asn1.c 33
libopensc/pkcs15-algo.c 4
libopensc/dir.c 8
libopensc/ef-atr.c 1
tests/fuzzing/../../../src/pkcs15init/pkcs15-lib.c 59
tests/fuzzing/../../../src/pkcs15init/profile.c 30
libopensc/pkcs15.c 59
libopensc/pkcs15-prkey.c 2
libopensc/aux-data.c 4
libopensc/pkcs15-pubkey.c 12
libopensc/pkcs15-cert.c 4
libopensc/pkcs15-skey.c 1
libopensc/pkcs15-data.c 1
libopensc/pkcs15-pin.c 8
libopensc/pkcs15-cache.c 3
libopensc/compression.c 4
libopensc/sec.c 1
ui/notify.c 1
libopensc/pkcs15-syn.c 3
libopensc/pkcs15-emulator-filter.c 3

Fuzzer: fuzz_pkcs15_crypt

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 1860 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 1860 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
1859 0 EP call site: 00000 _main

Runtime coverage analysis

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

Files reached

filename functions hit
tests/fuzzing/fuzz_pkcs15_crypt.c 4
tests/fuzzing/fuzzer_tool.c 7
tests/fuzzing/../../../src/tools/pkcs15-crypt.c 8
tests/fuzzing/../../tools/util.c 2
libopensc/ctx.c 23
libopensc/log.c 9
common/simclist.c 14
libopensc/card.c 28
common/libscdl.c 4
libopensc/sc.c 27
scconf/scconf.c 11
scconf/parse.c 11
scconf/sclex.c 8
common/compat_strlcpy.c 1
libopensc/reader-ctapi.c 1
libopensc/errors.c 1
tests/fuzzing/fuzzer_reader.c 3
libopensc/reader-tr03119.c 2
libopensc/asn1.c 31
libopensc/pkcs15-algo.c 4
libopensc/dir.c 3
libopensc/ef-atr.c 1
libopensc/pkcs15.c 49
libopensc/pkcs15-prkey.c 1
libopensc/aux-data.c 1
libopensc/pkcs15-pubkey.c 3
libopensc/pkcs15-cert.c 1
libopensc/pkcs15-skey.c 1
libopensc/pkcs15-data.c 1
libopensc/pkcs15-pin.c 8
libopensc/pkcs15-syn.c 3
libopensc/pkcs15-emulator-filter.c 3
libopensc/pkcs15-cache.c 3
libopensc/compression.c 4
ui/notify.c 1
libopensc/sec.c 4
libopensc/pkcs15-sec.c 6
libopensc/padding.c 12
libopensc/../../src/common/constant-time.h 8
libopensc/../../src/libopensc/sc-ossl-compat.h 2

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
iasecc_card_ctl /src/opensc/src/libopensc/card-iasecc.c 3 ['N/A', 'size_t', 'N/A'] 21 0 162 15 16 155 0 1570 685
pkcs15_create_object /src/opensc/src/pkcs11/framework-pkcs15.c 4 ['N/A', 'N/A', 'size_t', 'N/A'] 21 0 348 45 15 413 0 3427 513
pgp_card_ctl /src/opensc/src/libopensc/card-openpgp.c 3 ['N/A', 'size_t', 'N/A'] 19 0 294 42 7 145 0 1359 468
cosm_emu_update_any_df /src/opensc/src/pkcs15init/pkcs15-oberthur.c 4 ['N/A', 'N/A', 'int', 'N/A'] 24 0 115 14 2 258 0 2162 450
dnie_sm_get_wrapped_apdu /src/opensc/src/libopensc/card-dnie.c 3 ['N/A', 'N/A', 'N/A'] 18 0 201 32 10 131 0 994 409
piv_init /src/opensc/src/libopensc/card-piv.c 1 ['N/A'] 20 0 465 65 20 137 0 1227 351
gids_card_ctl /src/opensc/src/libopensc/card-gids.c 3 ['N/A', 'size_t', 'N/A'] 20 0 158 20 21 203 0 1617 311

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

Functions statically reachable by fuzzers
27.0%
844 / 3134
Cyclomatic complexity statically reachable by fuzzers
31.0%
8683 / 28339

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.

tests/fuzzing/fuzz_scconf_parse_string.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=['scconf_lex_engine', 'scconf_parse_token']

tests/fuzzing/fuzz_asn1_print.c

Dictionary

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


tests/fuzzing/fuzz_pkcs15_decode.c

Dictionary

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


tests/fuzzing/fuzz_card.c

Dictionary

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


tests/fuzzing/fuzz_pkcs15_tool.c

Dictionary

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


tests/fuzzing/fuzz_pkcs11.c

Dictionary

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


tests/fuzzing/fuzz_pkcs15_reader.c

Dictionary

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


tests/fuzzing/fuzz_asn1_sig_value.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=['asn1_decode_entry', 'asn1_encode', 'scconf_lex_parse', 'sc_do_log', 'process_config_file', 'load_card_drivers', 'sc_context_create', 'asn1_encode_entry', 'scconf_block_destroy', 'asn1_decode']

tests/fuzzing/fuzz_piv_tool.c

Dictionary

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


tests/fuzzing/fuzz_pkcs15_encode.c

Dictionary

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


tests/fuzzing/fuzz_pkcs15init.c

Dictionary

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


tests/fuzzing/fuzz_pkcs15_crypt.c

Dictionary

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


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/opensc/src/libopensc/card.c ['fuzz_pkcs15_decode', 'fuzz_card', 'fuzz_pkcs15_tool', 'fuzz_pkcs15_reader', 'fuzz_asn1_sig_value', 'fuzz_piv_tool', 'fuzz_pkcs15_encode', 'fuzz_pkcs15init', 'fuzz_pkcs15_crypt'] ['fuzz_asn1_sig_value']
/src/opensc/src/libopensc/pkcs15-starcert.c [] []
/src/opensc/src/libopensc/card-sc-hsm.c [] []
/src/opensc/src/libopensc/pkcs15-esinit.c [] []
/src/opensc/src/libopensc/../../src/common/constant-time.h ['fuzz_pkcs15_reader', 'fuzz_pkcs15_crypt'] []
/src/opensc/src/libopensc/pkcs15-skeid.c [] []
/src/opensc/src/pkcs15init/pkcs15-lib.c [] []
/src/opensc/src/libopensc/iso7816.c [] []
/src/opensc/src/libopensc/card-coolkey.c [] []
/src/opensc/src/libopensc/card-epass2003.c [] []
/src/opensc/src/libopensc/pkcs15-esteid2018.c [] []
/src/opensc/src/tests/fuzzing/fuzz_pkcs15_encode.c ['fuzz_pkcs15_encode'] []
/src/opensc/src/libopensc/errors.c ['fuzz_pkcs15_decode', 'fuzz_card', 'fuzz_pkcs15_tool', 'fuzz_pkcs15_reader', 'fuzz_asn1_sig_value', 'fuzz_piv_tool', 'fuzz_pkcs15_encode', 'fuzz_pkcs15init', 'fuzz_pkcs15_crypt'] ['fuzz_asn1_sig_value']
/src/opensc/src/libopensc/aux-data.c ['fuzz_pkcs15_decode', 'fuzz_pkcs15_tool', 'fuzz_pkcs15_reader', 'fuzz_pkcs15_encode', 'fuzz_pkcs15init', 'fuzz_pkcs15_crypt'] []
/src/opensc/src/pkcs11/pkcs11-display.c [] []
/src/opensc/src/libopensc/sm.c ['fuzz_pkcs15_tool', 'fuzz_piv_tool'] []
/src/opensc/src/libopensc/card-masktech.c [] []
/src/opensc/src/libopensc/card-openpgp.c [] []
/src/opensc/src/pkcs15init/pkcs15-openpgp.c [] []
/src/opensc/src/libopensc/muscle-filesystem.c [] []
/src/opensc/src/libopensc/card-skeid.c [] []
/src/opensc/src/libopensc/pkcs15-pin.c ['fuzz_pkcs15_decode', 'fuzz_pkcs15_tool', 'fuzz_pkcs15_reader', 'fuzz_pkcs15_encode', 'fuzz_pkcs15init', 'fuzz_pkcs15_crypt'] []
/src/opensc/src/libopensc/pkcs15-cardos.c [] []
/src/opensc/src/libopensc/card-setcos.c [] []
/src/opensc/src/libopensc/pkcs15-pubkey.c ['fuzz_pkcs15_decode', 'fuzz_pkcs15_tool', 'fuzz_pkcs15_reader', 'fuzz_pkcs15_encode', 'fuzz_pkcs15init', 'fuzz_pkcs15_crypt'] []
/src/opensc/src/pkcs15init/pkcs15-cflex.c [] []
/src/opensc/src/libopensc/cwa14890.c [] []
/src/opensc/src/sm/sm-eac.c [] []
/src/opensc/src/libopensc/iasecc-sdo.c [] []
/src/opensc/src/tests/fuzzing/fuzz_asn1_sig_value.c ['fuzz_asn1_sig_value'] ['fuzz_asn1_sig_value']
/src/opensc/src/pkcs15init/pkcs15-starcos.c [] []
/src/opensc/src/pkcs15init/profile.c [] []
/src/opensc/src/tests/fuzzing/fuzzer_reader.c ['fuzz_pkcs15_decode', 'fuzz_card', 'fuzz_pkcs15_tool', 'fuzz_pkcs15_reader', 'fuzz_piv_tool', 'fuzz_pkcs15_encode', 'fuzz_pkcs15init', 'fuzz_pkcs15_crypt'] []
/src/opensc/src/libopensc/log.c ['fuzz_asn1_print', 'fuzz_pkcs15_decode', 'fuzz_card', 'fuzz_pkcs15_tool', 'fuzz_pkcs15_reader', 'fuzz_asn1_sig_value', 'fuzz_piv_tool', 'fuzz_pkcs15_encode', 'fuzz_pkcs15init', 'fuzz_pkcs15_crypt'] ['fuzz_asn1_sig_value']
/src/opensc/src/libopensc/dir.c ['fuzz_pkcs15_decode', 'fuzz_card', 'fuzz_pkcs15_tool', 'fuzz_pkcs15_reader', 'fuzz_piv_tool', 'fuzz_pkcs15_encode', 'fuzz_pkcs15init', 'fuzz_pkcs15_crypt'] []
/src/opensc/src/libopensc/reader-tr03119.c ['fuzz_pkcs15_decode', 'fuzz_card', 'fuzz_pkcs15_tool', 'fuzz_pkcs15_reader', 'fuzz_piv_tool', 'fuzz_pkcs15_encode', 'fuzz_pkcs15init', 'fuzz_pkcs15_crypt'] []
/src/opensc/src/libopensc/card-cac1.c [] []
/src/opensc/src/pkcs15init/pkcs15-gids.c [] []
/src/opensc/src/tests/fuzzing/../../../src/tools/piv-tool.c ['fuzz_piv_tool'] []
/src/opensc/src/libopensc/card-idprime.c [] []
/src/opensc/src/pkcs15init/pkcs15-entersafe.c [] []
/src/opensc/src/libopensc/pkcs15-actalis.c [] []
/src/opensc/src/libopensc/card-cac.c [] []
/src/opensc/src/libopensc/pkcs15-dtrust.c [] []
/src/opensc/src/tests/fuzzing/../../tools/util.c ['fuzz_pkcs15_tool', 'fuzz_piv_tool', 'fuzz_pkcs15_crypt'] []
/src/opensc/src/libopensc/card-authentic.c [] []
/src/opensc/src/tests/fuzzing/fuzz_pkcs15_decode.c ['fuzz_pkcs15_decode'] []
/src/opensc/src/libopensc/padding.c ['fuzz_pkcs15_reader', 'fuzz_pkcs15_crypt'] []
/src/opensc/src/common/compat_strlcpy.c ['fuzz_scconf_parse_string', 'fuzz_pkcs15_decode', 'fuzz_card', 'fuzz_pkcs15_tool', 'fuzz_pkcs15_reader', 'fuzz_asn1_sig_value', 'fuzz_piv_tool', 'fuzz_pkcs15_encode', 'fuzz_pkcs15init', 'fuzz_pkcs15_crypt'] ['fuzz_scconf_parse_string']
/src/opensc/src/libopensc/pkcs15-oberthur.c [] []
/src/opensc/src/libopensc/card-gids.c [] []
/src/opensc/src/tests/fuzzing/fuzz_piv_tool.c ['fuzz_piv_tool'] []
/src/opensc/src/libopensc/./../tools/fread_to_eof.c [] []
/src/opensc/src/libopensc/pkcs15-gids.c [] []
/src/opensc/src/libopensc/card-cardos.c [] []
/src/opensc/src/libopensc/card-isoApplet.c [] []
/src/opensc/src/libopensc/ctx.c ['fuzz_pkcs15_decode', 'fuzz_card', 'fuzz_pkcs15_tool', 'fuzz_pkcs15_reader', 'fuzz_asn1_sig_value', 'fuzz_piv_tool', 'fuzz_pkcs15_encode', 'fuzz_pkcs15init', 'fuzz_pkcs15_crypt'] ['fuzz_asn1_sig_value']
/src/opensc/src/scconf/scconf.c ['fuzz_scconf_parse_string', 'fuzz_pkcs15_decode', 'fuzz_card', 'fuzz_pkcs15_tool', 'fuzz_pkcs15_reader', 'fuzz_asn1_sig_value', 'fuzz_piv_tool', 'fuzz_pkcs15_encode', 'fuzz_pkcs15init', 'fuzz_pkcs15_crypt'] ['fuzz_scconf_parse_string', 'fuzz_asn1_sig_value']
/src/opensc/src/libopensc/pkcs15-sec.c ['fuzz_pkcs15_reader', 'fuzz_pkcs15_crypt'] []
/src/opensc/src/pkcs11/../../src/libopensc/sc-ossl-compat.h [] []
/src/opensc/src/pkcs15init/pkcs15-asepcos.c [] []
/src/opensc/src/libopensc/card-entersafe.c [] []
/src/opensc/src/libopensc/card-starcos.c [] []
/src/opensc/src/libopensc/../../src/libopensc/sc-ossl-compat.h ['fuzz_pkcs15_reader', 'fuzz_pkcs15_crypt'] []
/src/opensc/src/libopensc/card-gemsafeV1.c [] []
/src/opensc/src/libopensc/pkcs15-algo.c ['fuzz_pkcs15_decode', 'fuzz_card', 'fuzz_pkcs15_tool', 'fuzz_pkcs15_reader', 'fuzz_asn1_sig_value', 'fuzz_piv_tool', 'fuzz_pkcs15_encode', 'fuzz_pkcs15init', 'fuzz_pkcs15_crypt'] []
/src/opensc/src/libopensc/pkcs15-pteid.c [] []
/src/opensc/src/pkcs15init/pkcs15-sc-hsm.c [] []
/src/opensc/src/libopensc/card-cac-common.c [] []
/src/opensc/src/libopensc/pkcs15-emulator-filter.c ['fuzz_pkcs15_decode', 'fuzz_pkcs15_tool', 'fuzz_pkcs15_reader', 'fuzz_pkcs15_encode', 'fuzz_pkcs15init', 'fuzz_pkcs15_crypt'] []
/src/opensc/src/tests/fuzzing/fuzz_pkcs11.c ['fuzz_pkcs11'] []
/src/opensc/src/libopensc/card-esteid2025.c [] []
/src/opensc/src/pkcs11/../../src/common/constant-time.h [] []
/src/opensc/src/pkcs11/slot.c [] []
/src/opensc/src/libopensc/iasecc-sm.c [] []
/src/opensc/src/pkcs11/mechanism.c [] []
/src/opensc/src/pkcs11/openssl.c [] []
/src/opensc/src/pkcs15init/pkcs15-iasecc.c [] []
/src/opensc/src/pkcs11/pkcs11-global.c [] []
/src/opensc/src/libopensc/card-itacns.c [] []
/src/opensc/src/libopensc/pkcs15-prkey.c ['fuzz_pkcs15_decode', 'fuzz_pkcs15_tool', 'fuzz_pkcs15_reader', 'fuzz_pkcs15_encode', 'fuzz_pkcs15init', 'fuzz_pkcs15_crypt'] []
/src/opensc/src/libopensc/muscle.c [] []
/src/opensc/src/libopensc/card-rutoken.c [] []
/src/opensc/src/libopensc/card-mcrd.c [] []
/src/opensc/src/libopensc/card-dtrust.c [] []
/src/opensc/src/pkcs11/debug.c [] []
/src/opensc/src/libopensc/ef-atr.c ['fuzz_pkcs15_decode', 'fuzz_card', 'fuzz_pkcs15_tool', 'fuzz_pkcs15_reader', 'fuzz_piv_tool', 'fuzz_pkcs15_encode', 'fuzz_pkcs15init', 'fuzz_pkcs15_crypt'] []
/src/opensc/src/tests/fuzzing/../../../src/tools/pkcs15-crypt.c ['fuzz_pkcs15_crypt'] []
/src/opensc/src/libopensc/apdu.c ['fuzz_pkcs15_tool', 'fuzz_piv_tool'] []
/src/opensc/src/libopensc/reader-ctapi.c ['fuzz_pkcs15_decode', 'fuzz_card', 'fuzz_pkcs15_tool', 'fuzz_pkcs15_reader', 'fuzz_asn1_sig_value', 'fuzz_piv_tool', 'fuzz_pkcs15_encode', 'fuzz_pkcs15init', 'fuzz_pkcs15_crypt'] ['fuzz_asn1_sig_value']
/src/opensc/src/libopensc/pkcs15-tccardos.c [] []
/src/opensc/src/common/simclist.c ['fuzz_pkcs15_decode', 'fuzz_card', 'fuzz_pkcs15_tool', 'fuzz_pkcs15_reader', 'fuzz_asn1_sig_value', 'fuzz_piv_tool', 'fuzz_pkcs15_encode', 'fuzz_pkcs15init', 'fuzz_pkcs15_crypt'] ['fuzz_asn1_sig_value']
/src/opensc/src/libopensc/cwa-dnie.c [] []
/src/opensc/src/libopensc/pkcs15-idprime.c [] []
/src/opensc/src/libopensc/pkcs15-cache.c ['fuzz_pkcs15_decode', 'fuzz_pkcs15_tool', 'fuzz_pkcs15_reader', 'fuzz_pkcs15_encode', 'fuzz_pkcs15init', 'fuzz_pkcs15_crypt'] []
/src/opensc/src/pkcs11/pkcs11-session.c [] []
/src/opensc/src/libopensc/card-esteid2018.c [] []
/src/opensc/src/libopensc/pkcs15-esteid2025.c [] []
/src/opensc/src/common/compat_strlcat.c ['fuzz_pkcs15_tool'] []
/src/opensc/src/scconf/sclex.c ['fuzz_scconf_parse_string', 'fuzz_pkcs15_decode', 'fuzz_card', 'fuzz_pkcs15_tool', 'fuzz_pkcs15_reader', 'fuzz_asn1_sig_value', 'fuzz_piv_tool', 'fuzz_pkcs15_encode', 'fuzz_pkcs15init', 'fuzz_pkcs15_crypt'] ['fuzz_scconf_parse_string', 'fuzz_asn1_sig_value']
/src/opensc/src/pkcs15init/pkcs15-rutoken.c [] []
/src/opensc/src/libopensc/card-iasecc.c [] []
/src/opensc/src/libopensc/pkcs15-din-66291.c [] []
/src/opensc/src/libopensc/pkcs15-coolkey.c [] []
/src/opensc/src/tests/fuzzing/fuzz_pkcs15init.c ['fuzz_pkcs15init'] []
/src/opensc/src/pkcs15init/pkcs15-isoApplet.c [] []
/src/opensc/src/pkcs11/framework-pkcs15.c [] []
/src/opensc/src/libopensc/pkcs15-eoi.c [] []
/src/opensc/src/libopensc/pkcs15-iasecc.c [] []
/src/opensc/src/tests/fuzzing/../../../src/pkcs15init/pkcs15-lib.c ['fuzz_pkcs15init'] []
/src/opensc/src/pkcs15init/pkcs15-myeid.c [] []
/src/opensc/src/libopensc/card-flex.c [] []
/src/opensc/src/libopensc/card-asepcos.c [] []
/src/opensc/src/libopensc/card-rtecp.c [] []
/src/opensc/src/libopensc/card-muscle.c [] []
/src/opensc/src/libopensc/pkcs15-jpki.c [] []
/src/opensc/src/libopensc/card-jpki.c [] []
/src/opensc/src/libopensc/gp.c [] []
/src/opensc/src/libopensc/pkcs15.c ['fuzz_pkcs15_decode', 'fuzz_pkcs15_tool', 'fuzz_pkcs15_reader', 'fuzz_pkcs15_encode', 'fuzz_pkcs15init', 'fuzz_pkcs15_crypt'] []
/src/opensc/src/libopensc/card-default.c [] []
/src/opensc/src/tests/fuzzing/fuzzer_tool.c ['fuzz_pkcs15_tool', 'fuzz_piv_tool', 'fuzz_pkcs15_crypt'] []
/src/opensc/src/libopensc/ef-gdo.c [] []
/src/opensc/src/libopensc/card-tcos.c [] []
/src/opensc/src/libopensc/base64.c ['fuzz_pkcs15_tool'] []
/src/opensc/src/tests/fuzzing/fuzz_pkcs15_crypt.c ['fuzz_pkcs15_crypt'] []
/src/opensc/src/libopensc/card-npa.c [] []
/src/opensc/src/common/libscdl.c ['fuzz_pkcs15_decode', 'fuzz_card', 'fuzz_pkcs15_tool', 'fuzz_pkcs15_reader', 'fuzz_asn1_sig_value', 'fuzz_piv_tool', 'fuzz_pkcs15_encode', 'fuzz_pkcs15init', 'fuzz_pkcs15_crypt'] []
/src/opensc/src/libopensc/ctbcs.c [] []
/src/opensc/src/tests/fuzzing/fuzz_asn1_print.c ['fuzz_asn1_print'] []
/src/opensc/src/libopensc/pkcs15-atrust-acos.c [] []
/src/opensc/src/pkcs15init/pkcs15-oberthur-awp.c [] []
/src/opensc/src/scconf/parse.c ['fuzz_scconf_parse_string', 'fuzz_pkcs15_decode', 'fuzz_card', 'fuzz_pkcs15_tool', 'fuzz_pkcs15_reader', 'fuzz_asn1_sig_value', 'fuzz_piv_tool', 'fuzz_pkcs15_encode', 'fuzz_pkcs15init', 'fuzz_pkcs15_crypt'] ['fuzz_scconf_parse_string', 'fuzz_asn1_sig_value']
/src/opensc/src/libopensc/compression.c ['fuzz_pkcs15_tool', 'fuzz_pkcs15_reader', 'fuzz_pkcs15_encode', 'fuzz_pkcs15init', 'fuzz_pkcs15_crypt'] []
/src/opensc/src/pkcs11/misc.c [] []
/src/opensc/src/libopensc/pkcs15-cac.c [] []
/src/opensc/src/libopensc/pkcs15-starcos-esign.c [] []
/src/opensc/src/libopensc/pkcs15-syn.c ['fuzz_pkcs15_decode', 'fuzz_pkcs15_tool', 'fuzz_pkcs15_reader', 'fuzz_pkcs15_encode', 'fuzz_pkcs15init', 'fuzz_pkcs15_crypt'] []
/src/opensc/src/libopensc/simpletlv.c [] []
/src/opensc/src/pkcs15init/pkcs15-authentic.c [] []
/src/opensc/src/libopensc/card-belpic.c [] []
/src/opensc/src/pkcs15init/pkcs15-setcos.c [] []
/src/opensc/src/tests/fuzzing/fuzz_pkcs15_tool.c ['fuzz_pkcs15_tool'] []
/src/opensc/src/libopensc/pkcs15-openpgp.c [] []
/src/opensc/src/libopensc/pkcs15-nqApplet.c [] []
/src/opensc/src/tests/fuzzing/fuzz_card.c ['fuzz_card'] []
/src/opensc/src/libopensc/pkcs15-dnie.c [] []
/src/opensc/src/pkcs11/pkcs11-object.c [] []
/usr/include/x86_64-linux-gnu/bits/uintn-identity.h [] []
/src/opensc/src/libopensc/pkcs15-cert.c ['fuzz_pkcs15_decode', 'fuzz_pkcs15_tool', 'fuzz_pkcs15_reader', 'fuzz_pkcs15_encode', 'fuzz_pkcs15init', 'fuzz_pkcs15_crypt'] []
/src/opensc/src/pkcs11/framework-pkcs15init.c [] []
/src/opensc/src/pkcs15init/pkcs15-rtecp.c [] []
/src/opensc/src/libopensc/card-myeid.c [] []
/src/opensc/src/libopensc/card-oberthur.c [] []
/src/opensc/src/tests/fuzzing/../../../src/pkcs15init/profile.c ['fuzz_pkcs15init'] []
/src/opensc/src/pkcs15init/pkcs15-epass2003.c [] []
/src/opensc/src/libopensc/card-nqApplet.c [] []
/src/opensc/src/libopensc/pkcs15-piv.c [] []
/src/opensc/src/libopensc/pkcs15-data.c ['fuzz_pkcs15_decode', 'fuzz_pkcs15_tool', 'fuzz_pkcs15_reader', 'fuzz_pkcs15_encode', 'fuzz_pkcs15init', 'fuzz_pkcs15_crypt'] []
/src/opensc/src/libopensc/sec.c ['fuzz_card', 'fuzz_pkcs15_tool', 'fuzz_pkcs15_reader', 'fuzz_pkcs15init', 'fuzz_pkcs15_crypt'] []
/src/opensc/src/libopensc/card-piv.c [] []
/src/opensc/src/ui/notify.c ['fuzz_pkcs15_tool', 'fuzz_pkcs15_reader', 'fuzz_pkcs15init', 'fuzz_pkcs15_crypt'] []
/src/opensc/src/libopensc/pkcs15-sc-hsm.c [] []
/src/opensc/src/tests/fuzzing/fuzz_pkcs15_reader.c ['fuzz_pkcs15_reader'] []
/src/opensc/src/libopensc/card-cardos-common.c [] []
/src/opensc/src/libopensc/pkcs15-gemsafeV1.c [] []
/src/opensc/src/pkcs15init/pkcs15-cardos.c [] []
/src/opensc/src/tools/../pkcs11/pkcs11-display.c ['fuzz_pkcs15_tool'] []
/src/opensc/src/pkcs15init/pkcs15-oberthur.c [] []
/src/opensc/src/libopensc/sc.c ['fuzz_asn1_print', 'fuzz_pkcs15_decode', 'fuzz_card', 'fuzz_pkcs15_tool', 'fuzz_pkcs15_reader', 'fuzz_asn1_sig_value', 'fuzz_piv_tool', 'fuzz_pkcs15_encode', 'fuzz_pkcs15init', 'fuzz_pkcs15_crypt'] ['fuzz_asn1_sig_value']
/src/opensc/src/tests/fuzzing/fuzz_scconf_parse_string.c ['fuzz_scconf_parse_string'] ['fuzz_scconf_parse_string']
/src/opensc/src/libopensc/pkcs15-itacns.c [] []
/src/opensc/src/libopensc/pkcs15-skey.c ['fuzz_pkcs15_decode', 'fuzz_pkcs15_tool', 'fuzz_pkcs15_reader', 'fuzz_pkcs15_encode', 'fuzz_pkcs15init', 'fuzz_pkcs15_crypt'] []
/src/opensc/src/pkcs15init/pkcs15-muscle.c [] []
/src/opensc/src/libopensc/card-atrust-acos.c [] []
/src/opensc/src/tests/fuzzing/../../../src/tools/pkcs15-tool.c ['fuzz_pkcs15_tool'] []
/src/opensc/src/libopensc/pkcs15-tcos.c [] []
/src/opensc/src/libopensc/asn1.c ['fuzz_asn1_print', 'fuzz_pkcs15_decode', 'fuzz_card', 'fuzz_pkcs15_tool', 'fuzz_pkcs15_reader', 'fuzz_asn1_sig_value', 'fuzz_piv_tool', 'fuzz_pkcs15_encode', 'fuzz_pkcs15init', 'fuzz_pkcs15_crypt'] ['fuzz_asn1_sig_value']
/src/opensc/src/libopensc/card-dnie.c [] []

Directories in report

Directory
/src/opensc/src/pkcs11/../../src/libopensc/
/src/opensc/src/tests/fuzzing/../../tools/
/src/opensc/src/libopensc/
/src/opensc/src/common/
/src/opensc/src/sm/
/src/opensc/src/tools/../pkcs11/
/src/opensc/src/pkcs11/
/src/opensc/src/libopensc/./../tools/
/src/opensc/src/pkcs11/../../src/common/
/src/opensc/src/pkcs15init/
/src/opensc/src/libopensc/../../src/common/
/src/opensc/src/tests/fuzzing/
/usr/include/x86_64-linux-gnu/bits/
/src/opensc/src/tests/fuzzing/../../../src/tools/
/src/opensc/src/scconf/
/src/opensc/src/ui/
/src/opensc/src/libopensc/../../src/libopensc/
/src/opensc/src/tests/fuzzing/../../../src/pkcs15init/

Metadata section

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

Fuzzer Calltree file Program data file Coverage file
fuzz_scconf_parse_string fuzzerLogFile-0-o6K1tyYvxZ.data fuzzerLogFile-0-o6K1tyYvxZ.data.yaml fuzz_scconf_parse_string.covreport
fuzz_asn1_print fuzzerLogFile-0-i2EqlgZT7o.data fuzzerLogFile-0-i2EqlgZT7o.data.yaml fuzz_asn1_print.covreport
fuzz_pkcs15_decode fuzzerLogFile-0-2qCOwyZxb4.data fuzzerLogFile-0-2qCOwyZxb4.data.yaml fuzz_pkcs15_decode.covreport
fuzz_card fuzzerLogFile-0-Ug1PQpyH6Q.data fuzzerLogFile-0-Ug1PQpyH6Q.data.yaml fuzz_card.covreport
fuzz_pkcs15_tool fuzzerLogFile-0-z39n1OFH62.data fuzzerLogFile-0-z39n1OFH62.data.yaml fuzz_pkcs15_tool.covreport
fuzz_pkcs11 fuzzerLogFile-0-Q1nOVfwgw3.data fuzzerLogFile-0-Q1nOVfwgw3.data.yaml fuzz_pkcs11.covreport
fuzz_pkcs15_reader fuzzerLogFile-0-lOYybTW4ow.data fuzzerLogFile-0-lOYybTW4ow.data.yaml fuzz_pkcs15_reader.covreport
fuzz_asn1_sig_value fuzzerLogFile-0-ecJ3PrF4CJ.data fuzzerLogFile-0-ecJ3PrF4CJ.data.yaml fuzz_asn1_sig_value.covreport
fuzz_piv_tool fuzzerLogFile-0-NP1z5JcTEi.data fuzzerLogFile-0-NP1z5JcTEi.data.yaml fuzz_piv_tool.covreport
fuzz_pkcs15_encode fuzzerLogFile-0-WWy1YosVtZ.data fuzzerLogFile-0-WWy1YosVtZ.data.yaml fuzz_pkcs15_encode.covreport
fuzz_pkcs15init fuzzerLogFile-0-mAwUxli339.data fuzzerLogFile-0-mAwUxli339.data.yaml fuzz_pkcs15init.covreport
fuzz_pkcs15_crypt fuzzerLogFile-0-aWjK8H7KUm.data fuzzerLogFile-0-aWjK8H7KUm.data.yaml fuzz_pkcs15_crypt.covreport