Warning:
The number of runtime covered functions are larger than the
number of reachable functions. This means that Fuzz Introspector found
there are more functions covered at runtime than what is considered
reachable based on the static analysis. This is a limitation in the
analysis as anything covered at runtime is by definition reachable by the
fuzzers.
This is likely due to a limitation in the static analysis. In this case, the
count of functions covered at runtime is the true value, which means this
is what should be considered "achieved" by the fuzzer.
Use the project functions table below to query all functions that were not covered at runtime.
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 | Fuzzers runtime hit | Func lines hit % | I Count | BB Count | Cyclomatic complexity | Functions reached | Reached by functions | Accumulated cyclomatic complexity | Undiscovered complexity |
---|
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 | 12 | 60.0% |
gold | [1:9] | 7 | 35.0% |
yellow | [10:29] | 0 | 0.0% |
greenyellow | [30:49] | 0 | 0.0% |
lawngreen | 50+ | 1 | 5.0% |
All colors | 20 | 100 |
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 |
---|---|---|---|---|---|---|---|
0 | 0 | None | 104 | 104 | crypto_get_arm_hwcap2_from_cpuinfo(STRING_PIECEconst*) | call site: 00000 | /src/boringssl/fuzz/../crypto/cpu_arm_linux.h:140 |
0 | 0 | None | 24 | 44 | extract_cpuinfo_field(STRING_PIECE*,STRING_PIECEconst*,charconst*) | call site: 00000 | /src/boringssl/fuzz/../crypto/cpu_arm_linux.h:109 |
0 | 0 | None | 0 | 0 | STRING_PIECE_split(STRING_PIECE*,STRING_PIECE*,STRING_PIECEconst*,char) | call site: 00000 | /src/boringssl/fuzz/../crypto/cpu_arm_linux.h:59 |
0 | 0 | None | 0 | 0 | OPENSSL_memchr(voidconst*,int,unsignedlong) | call site: 00000 | /src/boringssl/fuzz/../crypto/internal.h:822 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/boringssl/fuzz/arm_cpuinfo.cc | 1 |
/src/boringssl/fuzz/../crypto/cpu_arm_linux.h | 7 |
/src/boringssl/fuzz/../crypto/internal.h | 2 |
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 | 1.66% |
gold | [1:9] | 0 | 0.0% |
yellow | [10:29] | 0 | 0.0% |
greenyellow | [30:49] | 2 | 3.33% |
lawngreen | 50+ | 57 | 95.0% |
All colors | 60 | 100 |
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 |
---|---|---|---|---|---|---|---|
0 | 7 |
1 :
['CBS_get_bytes'] |
0 | 7 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:379 |
0 | 7 |
1 :
['CBS_get_bytes'] |
0 | 7 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:387 |
0 | 0 | None | 0 | 100 | bssl::der::Parser::ReadConstructed(unsignedint,bssl::der::Parser*) | call site: 00000 | /src/boringssl/pki/parser.cc:123 |
0 | 0 | None | 0 | 49 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:312 |
0 | 0 | None | 0 | 49 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:315 |
0 | 0 | None | 0 | 12 | parse_asn1_tag(cbs_st*,unsignedint*) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:269 |
0 | 0 | None | 0 | 7 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:354 |
0 | 0 | None | 0 | 0 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:394 |
0 | 0 | None | 0 | 0 | parse_base128_integer(cbs_st*,unsignedlong*) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:250 |
0 | 0 | None | 0 | 0 | bssl::der::Parser::Advance() | call site: 00000 | /src/boringssl/pki/parser.cc:42 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/boringssl/fuzz/parse_authority_key_identifier_fuzzer.cc | 1 |
/src/boringssl/fuzz/../pki/input.h | 1 |
/src/boringssl/include/openssl/span.h | 4 |
/src/boringssl/pki/parse_certificate.cc | 3 |
/src/boringssl/pki/parser.cc | 9 |
/src/boringssl/pki/input.h | 3 |
/src/boringssl/include/openssl/bytestring.h | 3 |
/src/boringssl/crypto/bytestring/cbs.cc | 9 |
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 | 40 | 17.6% |
gold | [1:9] | 12 | 5.28% |
yellow | [10:29] | 1 | 0.44% |
greenyellow | [30:49] | 0 | 0.0% |
lawngreen | 50+ | 174 | 76.6% |
All colors | 227 | 100 |
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 |
---|---|---|---|---|---|---|---|
4 | 62 |
2 :
['ERR_put_error', 'cbb_on_error(cbb_st*)'] |
4 | 62 | CBB_flush | call site: 00073 | /src/boringssl/crypto/bytestring/cbb.cc:258 |
4 | 4 |
1 :
['cbb_on_error(cbb_st*)'] |
4 | 4 | cbb_add_u(cbb_st*,unsignedlong,unsignedlong) | call site: 00000 | /src/boringssl/crypto/bytestring/cbb.cc:441 |
2 | 2 |
1 :
['OPENSSL_memory_get_size'] |
2 | 88 | OPENSSL_realloc | call site: 00081 | /src/boringssl/crypto/mem.cc:273 |
2 | 2 |
1 :
['OPENSSL_memory_alloc'] |
2 | 60 | OPENSSL_malloc | call site: 00031 | /src/boringssl/crypto/mem.cc:191 |
2 | 2 |
1 :
['__errno_location'] |
2 | 6 | ERR_put_error | call site: 00037 | /src/boringssl/crypto/err/err.cc:591 |
2 | 2 |
1 :
['OPENSSL_memory_free'] |
2 | 2 | OPENSSL_free | call site: 00086 | /src/boringssl/crypto/mem.cc:243 |
2 | 2 |
1 :
['abort'] |
2 | 2 | CRYPTO_once | call site: 00040 | /src/boringssl/crypto/thread_pthread.cc:59 |
0 | 77 |
1 :
['BN_new'] |
0 | 206 | BN_bin2bn | call site: 00161 | /src/boringssl/crypto/fipsmodule/bn/bytes.cc.inc:53 |
0 | 58 |
1 :
['ERR_put_error'] |
0 | 58 | CBB_finish | call site: 00217 | /src/boringssl/crypto/bytestring/cbb.cc:125 |
0 | 58 |
1 :
['ERR_put_error'] |
0 | 58 | bn_wexpand | call site: 00164 | /src/boringssl/crypto/fipsmodule/bn/bn.cc.inc:305 |
0 | 58 |
1 :
['ERR_put_error'] |
0 | 58 | OPENSSL_malloc | call site: 00034 | /src/boringssl/crypto/mem.cc:206 |
0 | 20 |
1 :
['ECDSA_SIG_free'] |
0 | 20 | ECDSA_SIG_new | call site: 00140 | /src/boringssl/crypto/ecdsa/ecdsa_asn1.cc:162 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/boringssl/fuzz/der_roundtrip.cc | 1 |
/src/boringssl/include/openssl/bytestring.h | 3 |
/src/boringssl/crypto/bytestring/cbs.cc | 13 |
/src/boringssl/include/openssl/base.h | 3 |
/src/boringssl/crypto/bytestring/cbb.cc | 20 |
/src/boringssl/crypto/bytestring/../internal.h | 3 |
/src/boringssl/crypto/mem.cc | 9 |
/src/boringssl/crypto/err/err.cc | 4 |
/src/boringssl/crypto/thread_pthread.cc | 5 |
/src/boringssl/crypto/internal.h | 2 |
/src/boringssl/crypto/err/../internal.h | 1 |
/src/boringssl/crypto/ecdsa/ecdsa_asn1.cc | 6 |
/src/boringssl/crypto/fipsmodule/bn/bn.cc.inc | 8 |
/src/boringssl/crypto/fipsmodule/../internal.h | 6 |
/src/boringssl/crypto/bn/bn_asn1.cc | 2 |
/src/boringssl/crypto/fipsmodule/bn/bytes.cc.inc | 5 |
/src/boringssl/crypto/bn/convert.cc | 1 |
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 | 56 | 22.9% |
gold | [1:9] | 2 | 0.81% |
yellow | [10:29] | 0 | 0.0% |
greenyellow | [30:49] | 0 | 0.0% |
lawngreen | 50+ | 186 | 76.2% |
All colors | 244 | 100 |
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 |
---|---|---|---|---|---|---|---|
58 | 60 |
2 :
['ERR_put_error', 'bn_fits_in_words'] |
58 | 60 | bn_resize_words | call site: 00156 | /src/boringssl/crypto/fipsmodule/bn/bn.cc.inc:333 |
58 | 58 |
1 :
['ERR_put_error'] |
58 | 58 | bn_usub_consttime | call site: 00226 | /src/boringssl/crypto/fipsmodule/bn/add.cc.inc:203 |
58 | 58 |
1 :
['ERR_put_error'] |
58 | 58 | bn_wexpand | call site: 00055 | /src/boringssl/crypto/fipsmodule/bn/bn.cc.inc:305 |
58 | 58 |
1 :
['ERR_put_error'] |
58 | 58 | BN_div | call site: 00101 | /src/boringssl/crypto/fipsmodule/bn/div.cc.inc:164 |
58 | 58 |
1 :
['ERR_put_error'] |
58 | 58 | BN_lshift | call site: 00146 | /src/boringssl/crypto/fipsmodule/bn/shift.cc.inc:30 |
58 | 58 |
1 :
['ERR_put_error'] |
58 | 58 | BN_rshift | call site: 00171 | /src/boringssl/crypto/fipsmodule/bn/shift.cc.inc:115 |
58 | 58 |
1 :
['ERR_put_error'] |
58 | 58 | OPENSSL_malloc | call site: 00024 | /src/boringssl/crypto/mem.cc:206 |
58 | 58 |
1 :
['ERR_put_error'] |
58 | 58 |
bssl::Vector
|
call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/../../mem_internal.h:338 |
58 | 58 |
1 :
['ERR_put_error'] |
58 | 58 |
bssl::Vector
|
call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/../../mem_internal.h:338 |
2 | 2 |
1 :
['OPENSSL_memory_alloc'] |
60 | 60 | OPENSSL_malloc | call site: 00021 | /src/boringssl/crypto/mem.cc:191 |
2 | 2 |
1 :
['OPENSSL_memory_free'] |
2 | 2 | OPENSSL_free | call site: 00063 | /src/boringssl/crypto/mem.cc:243 |
0 | 2 |
1 :
['bn_fits_in_words'] |
116 | 222 | bn_usub_consttime | call site: 00221 | /src/boringssl/crypto/fipsmodule/bn/add.cc.inc:186 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/boringssl/fuzz/bn_div.cc | 1 |
/src/boringssl/include/openssl/bytestring.h | 3 |
/src/boringssl/crypto/bytestring/cbs.cc | 6 |
/src/boringssl/crypto/fipsmodule/bn/bytes.cc.inc | 2 |
/src/boringssl/crypto/fipsmodule/bn/bn.cc.inc | 12 |
/src/boringssl/crypto/mem.cc | 8 |
/src/boringssl/crypto/err/err.cc | 5 |
/src/boringssl/crypto/thread_pthread.cc | 5 |
/src/boringssl/crypto/internal.h | 2 |
/src/boringssl/crypto/err/../internal.h | 1 |
/src/boringssl/crypto/fipsmodule/../internal.h | 16 |
/src/boringssl/crypto/fipsmodule/bn/cmp.cc.inc | 4 |
/src/boringssl/crypto/fipsmodule/bn/ctx.cc.inc | 5 |
/src/boringssl/crypto/fipsmodule/bn/../../mem_internal.h | 18 |
/src/boringssl/crypto/fipsmodule/bn/div.cc.inc | 2 |
/src/boringssl/include/openssl/bn.h | 2 |
/src/boringssl/crypto/fipsmodule/bn/shift.cc.inc | 3 |
/src/boringssl/crypto/fipsmodule/bn/asm/x86_64-gcc.cc.inc | 5 |
/src/boringssl/crypto/fipsmodule/bn/mul.cc.inc | 3 |
/src/boringssl/crypto/fipsmodule/bn/add.cc.inc | 5 |
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 | 51 | 21.3% |
gold | [1:9] | 0 | 0.0% |
yellow | [10:29] | 0 | 0.0% |
greenyellow | [30:49] | 0 | 0.0% |
lawngreen | 50+ | 188 | 78.6% |
All colors | 239 | 100 |
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 |
---|---|---|---|---|---|---|---|
122 | 356 |
5 :
['CBB_flush', 'ERR_put_error', 'cbb_buffer_add(cbb_buffer_st*, unsigned char**, unsigned long)', 'cbb_on_error(cbb_st*)', 'OPENSSL_memmove(void*, void const*, unsigned long)'] |
122 | 356 | CBB_flush | call site: 00165 | /src/boringssl/crypto/bytestring/cbb.cc:192 |
58 | 58 |
1 :
['ERR_put_error'] |
58 | 58 | OPENSSL_malloc | call site: 00113 | /src/boringssl/crypto/mem.cc:206 |
4 | 4 |
1 :
['cbb_on_error(cbb_st*)'] |
4 | 4 | cbb_add_u(cbb_st*,unsignedlong,unsignedlong) | call site: 00000 | /src/boringssl/crypto/bytestring/cbb.cc:441 |
2 | 2 |
1 :
['OPENSSL_memory_alloc'] |
60 | 60 | OPENSSL_malloc | call site: 00110 | /src/boringssl/crypto/mem.cc:191 |
2 | 2 |
1 :
['OPENSSL_memory_get_size'] |
2 | 88 | OPENSSL_realloc | call site: 00176 | /src/boringssl/crypto/mem.cc:273 |
2 | 2 |
1 :
['OPENSSL_memory_free'] |
2 | 2 | OPENSSL_free | call site: 00146 | /src/boringssl/crypto/mem.cc:243 |
0 | 7 |
1 :
['CBS_get_bytes'] |
0 | 7 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:379 |
0 | 7 |
1 :
['CBS_get_bytes'] |
0 | 7 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:387 |
0 | 0 | None | 58 | 58 | cbb_buffer_reserve(cbb_buffer_st*,unsignedchar**,unsignedlong) | call site: 00000 | /src/boringssl/crypto/bytestring/cbb.cc:77 |
0 | 0 | None | 58 | 58 | OPENSSL_malloc | call site: 00110 | /src/boringssl/crypto/mem.cc:187 |
0 | 0 | None | 58 | 58 | OPENSSL_malloc | call site: 00113 | /src/boringssl/crypto/mem.cc:201 |
0 | 0 | None | 4 | 4 | cbb_add_u(cbb_st*,unsignedlong,unsignedlong) | call site: 00000 | /src/boringssl/crypto/bytestring/cbb.cc:431 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/boringssl/fuzz/verify_name_match_fuzzer.cc | 1 |
/src/boringssl/include/openssl/span.h | 10 |
/src/boringssl/fuzz/../pki/input.h | 1 |
/src/boringssl/pki/verify_name_match.cc | 7 |
/src/boringssl/pki/parser.cc | 10 |
/src/boringssl/pki/input.h | 4 |
/src/boringssl/include/openssl/bytestring.h | 3 |
/src/boringssl/crypto/bytestring/cbs.cc | 11 |
/src/boringssl/pki/parse_name.cc | 2 |
/src/boringssl/pki/parse_name.h | 1 |
/src/boringssl/pki/input.cc | 1 |
/src/boringssl/pki/cert_errors.cc | 4 |
/src/boringssl/pki/parse_values.cc | 2 |
/src/boringssl/include/openssl/base.h | 3 |
/src/boringssl/crypto/bytestring/cbb.cc | 14 |
/src/boringssl/crypto/bytestring/../internal.h | 2 |
/src/boringssl/crypto/mem.cc | 7 |
/src/boringssl/crypto/err/err.cc | 4 |
/src/boringssl/crypto/thread_pthread.cc | 5 |
/src/boringssl/crypto/internal.h | 2 |
/src/boringssl/crypto/err/../internal.h | 1 |
/src/boringssl/crypto/bytestring/unicode.cc | 4 |
/src/boringssl/pki/cert_error_params.cc | 1 |
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 | 51 | 21.1% |
gold | [1:9] | 0 | 0.0% |
yellow | [10:29] | 0 | 0.0% |
greenyellow | [30:49] | 0 | 0.0% |
lawngreen | 50+ | 190 | 78.8% |
All colors | 241 | 100 |
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 |
---|---|---|---|---|---|---|---|
122 | 356 |
5 :
['CBB_flush', 'ERR_put_error', 'cbb_buffer_add(cbb_buffer_st*, unsigned char**, unsigned long)', 'cbb_on_error(cbb_st*)', 'OPENSSL_memmove(void*, void const*, unsigned long)'] |
122 | 356 | CBB_flush | call site: 00165 | /src/boringssl/crypto/bytestring/cbb.cc:192 |
58 | 58 |
1 :
['ERR_put_error'] |
58 | 58 | OPENSSL_malloc | call site: 00113 | /src/boringssl/crypto/mem.cc:206 |
4 | 4 |
1 :
['cbb_on_error(cbb_st*)'] |
4 | 4 | cbb_add_u(cbb_st*,unsignedlong,unsignedlong) | call site: 00000 | /src/boringssl/crypto/bytestring/cbb.cc:441 |
2 | 2 |
1 :
['OPENSSL_memory_alloc'] |
60 | 60 | OPENSSL_malloc | call site: 00110 | /src/boringssl/crypto/mem.cc:191 |
2 | 2 |
1 :
['OPENSSL_memory_get_size'] |
2 | 88 | OPENSSL_realloc | call site: 00176 | /src/boringssl/crypto/mem.cc:273 |
2 | 2 |
1 :
['OPENSSL_memory_free'] |
2 | 2 | OPENSSL_free | call site: 00146 | /src/boringssl/crypto/mem.cc:243 |
0 | 7 |
1 :
['CBS_get_bytes'] |
0 | 7 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:379 |
0 | 7 |
1 :
['CBS_get_bytes'] |
0 | 7 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:387 |
0 | 0 | None | 58 | 58 | cbb_buffer_reserve(cbb_buffer_st*,unsignedchar**,unsignedlong) | call site: 00000 | /src/boringssl/crypto/bytestring/cbb.cc:77 |
0 | 0 | None | 58 | 58 | OPENSSL_malloc | call site: 00110 | /src/boringssl/crypto/mem.cc:187 |
0 | 0 | None | 58 | 58 | OPENSSL_malloc | call site: 00113 | /src/boringssl/crypto/mem.cc:201 |
0 | 0 | None | 4 | 4 | cbb_add_u(cbb_st*,unsignedlong,unsignedlong) | call site: 00000 | /src/boringssl/crypto/bytestring/cbb.cc:431 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/boringssl/fuzz/verify_name_match_verifynameinsubtree_fuzzer.cc | 1 |
/src/boringssl/include/openssl/span.h | 10 |
/src/boringssl/fuzz/../pki/input.h | 1 |
/src/boringssl/pki/verify_name_match.cc | 8 |
/src/boringssl/pki/parser.cc | 10 |
/src/boringssl/pki/input.h | 4 |
/src/boringssl/include/openssl/bytestring.h | 3 |
/src/boringssl/crypto/bytestring/cbs.cc | 11 |
/src/boringssl/pki/parse_name.cc | 2 |
/src/boringssl/pki/parse_name.h | 1 |
/src/boringssl/pki/input.cc | 1 |
/src/boringssl/pki/cert_errors.cc | 4 |
/src/boringssl/pki/parse_values.cc | 2 |
/src/boringssl/include/openssl/base.h | 3 |
/src/boringssl/crypto/bytestring/cbb.cc | 14 |
/src/boringssl/crypto/bytestring/../internal.h | 2 |
/src/boringssl/crypto/mem.cc | 7 |
/src/boringssl/crypto/err/err.cc | 4 |
/src/boringssl/crypto/thread_pthread.cc | 5 |
/src/boringssl/crypto/internal.h | 2 |
/src/boringssl/crypto/err/../internal.h | 1 |
/src/boringssl/crypto/bytestring/unicode.cc | 4 |
/src/boringssl/pki/cert_error_params.cc | 1 |
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 | 25 | 19.5% |
gold | [1:9] | 12 | 9.37% |
yellow | [10:29] | 1 | 0.78% |
greenyellow | [30:49] | 0 | 0.0% |
lawngreen | 50+ | 90 | 70.3% |
All colors | 128 | 100 |
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 |
---|---|---|---|---|---|---|---|
1321 | 2885 |
15 :
['ERR_put_error', 'BN_is_one', 'BN_cmp', 'BN_free', 'bn_usub_consttime', 'BN_init', 'BN_num_bits', 'bn_div_consttime', 'bn_mul_consttime', 'check_mod_inverse(int*, bignum_st const*, bignum_st const*, bignum_st const*, unsigned int, bignum_ctx*)', 'BN_is_negative', 'constant_time_declassify_int(int)', 'BN_CTX_free', 'BN_CTX_new', 'BN_value_one'] |
1321 | 2885 | RSA_check_key | call site: 00000 | /src/boringssl/crypto/fipsmodule/rsa/rsa.cc.inc:753 |
147 | 147 |
1 :
['add_base128_integer(cbb_st*, unsigned long)'] |
147 | 400 | CBB_add_asn1 | call site: 00000 | /src/boringssl/crypto/bytestring/cbb.cc:372 |
136 | 370 |
2 :
['bn_mod_lshift1_consttime', 'BN_sub_word'] |
136 | 2722 | BN_mod_sqrt | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/sqrt.cc.inc:115 |
136 | 140 |
2 :
['BN_is_zero', 'BN_sub_word'] |
136 | 140 | BN_add_word | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/add.cc.inc:109 |
105 | 356 |
2 :
['BN_one', 'BN_nnmod'] |
105 | 3730 | BN_mod_sqrt | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/sqrt.cc.inc:269 |
105 | 110 |
3 :
['BN_one', 'BN_zero', 'BN_abs_is_word'] |
105 | 110 | BN_mod_exp_mont | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/exponentiation.cc.inc:143 |
76 | 168 |
5 :
['abort', 'bn_from_montgomery_in_place(unsigned long*, unsigned long, unsigned long*, unsigned long, bn_mont_ctx_st const*)', 'OPENSSL_cleanse', 'bn_sqr_small', 'bn_mul_small'] |
76 | 168 | bn_mod_mul_montgomery_small | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/montgomery.cc.inc:363 |
31 | 33 |
3 :
['sk_void_free', 'CRYPTO_get_ex_data', 'CRYPTO_atomic_load_u32'] |
31 | 33 | CRYPTO_free_ex_data | call site: 00000 | /src/boringssl/crypto/ex_data.cc:113 |
26 | 100 |
3 :
['BN_cmp', 'ec_GFp_simple_points_equal', 'ec_felem_equal'] |
26 | 100 | EC_GROUP_cmp | call site: 00000 | /src/boringssl/crypto/fipsmodule/ec/ec.cc.inc:314 |
6 | 6 |
1 :
['ec_GFp_simple_point_set_to_infinity'] |
6 | 6 | ec_set_to_safe_point | call site: 00000 | /src/boringssl/crypto/fipsmodule/ec/ec.cc.inc:939 |
4 | 62 |
2 :
['ERR_put_error', 'cbb_on_error(cbb_st*)'] |
4 | 62 | CBB_flush | call site: 00093 | /src/boringssl/crypto/bytestring/cbb.cc:258 |
4 | 4 |
1 :
['cbb_on_error(cbb_st*)'] |
4 | 4 | cbb_add_u(cbb_st*,unsignedlong,unsignedlong) | call site: 00000 | /src/boringssl/crypto/bytestring/cbb.cc:441 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/boringssl/fuzz/spki.cc | 1 |
/src/boringssl/include/openssl/bytestring.h | 3 |
/src/boringssl/crypto/evp/evp_asn1.cc | 3 |
/src/boringssl/crypto/bytestring/cbs.cc | 11 |
/src/boringssl/crypto/err/err.cc | 5 |
/src/boringssl/crypto/thread_pthread.cc | 5 |
/src/boringssl/crypto/internal.h | 4 |
/src/boringssl/crypto/err/../internal.h | 1 |
/src/boringssl/crypto/evp/../internal.h | 1 |
/src/boringssl/crypto/evp/evp.cc | 4 |
/src/boringssl/crypto/mem.cc | 8 |
/src/boringssl/crypto/bytestring/cbb.cc | 10 |
/src/boringssl/crypto/bytestring/../internal.h | 2 |
/src/boringssl/crypto/refcount.cc | 1 |
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 | 508 | 35.2% |
gold | [1:9] | 44 | 3.05% |
yellow | [10:29] | 17 | 1.18% |
greenyellow | [30:49] | 15 | 1.04% |
lawngreen | 50+ | 856 | 59.4% |
All colors | 1440 | 100 |
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 |
---|---|---|---|---|---|---|---|
438 | 438 |
7 :
['ge_madd(ge_p1p1*, ge_p3 const*, ge_precomp const*)', 'ge_p2_dbl(ge_p1p1*, ge_p2 const*)', 'ge_p3_dbl(ge_p1p1*, ge_p3 const*)', 'table_select(ge_precomp*, int, signed char)', 'x25519_ge_p1p1_to_p3', 'x25519_ge_p1p1_to_p2', 'ge_p3_0(ge_p3*)'] |
438 | 438 | x25519_ge_scalarmult_base | call site: 00000 | /src/boringssl/crypto/curve25519/curve25519.cc:796 |
378 | 1146 |
7 :
['bn_mul_mont', 'OPENSSL_memcpy(void*, void const*, unsigned long) [clone .567]', 'bn_power5_capable', 'bn_gather5', 'bn_power5(unsigned long*, unsigned long const*, unsigned long const*, unsigned long const*, unsigned long const*, int, int)', 'bn_scatter5', 'bn_mul_mont_gather5(unsigned long*, unsigned long const*, unsigned long const*, unsigned long const*, unsigned long const*, int, int)'] |
378 | 1401 | BN_mod_exp_mont_consttime | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/exponentiation.cc.inc:570 |
136 | 370 |
2 :
['bn_mod_lshift1_consttime', 'BN_sub_word'] |
136 | 2722 | BN_mod_sqrt | call site: 00604 | /src/boringssl/crypto/fipsmodule/bn/sqrt.cc.inc:115 |
136 | 140 |
2 :
['BN_is_zero', 'BN_sub_word'] |
136 | 140 | BN_add_word | call site: 00594 | /src/boringssl/crypto/fipsmodule/bn/add.cc.inc:109 |
105 | 356 |
2 :
['BN_one', 'BN_nnmod'] |
105 | 3730 | BN_mod_sqrt | call site: 01101 | /src/boringssl/crypto/fipsmodule/bn/sqrt.cc.inc:269 |
105 | 110 |
3 :
['BN_one', 'BN_zero', 'BN_abs_is_word'] |
105 | 110 | BN_mod_exp_mont | call site: 00611 | /src/boringssl/crypto/fipsmodule/bn/exponentiation.cc.inc:143 |
105 | 110 |
3 :
['BN_one', 'BN_zero', 'BN_abs_is_word'] |
105 | 110 | BN_mod_exp_mont_consttime | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/exponentiation.cc.inc:440 |
76 | 168 |
5 :
['abort', 'bn_from_montgomery_in_place(unsigned long*, unsigned long, unsigned long*, unsigned long, bn_mont_ctx_st const*)', 'OPENSSL_cleanse', 'bn_sqr_small', 'bn_mul_small'] |
76 | 168 | bn_mod_mul_montgomery_small | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/montgomery.cc.inc:363 |
31 | 33 |
3 :
['sk_void_free', 'CRYPTO_get_ex_data', 'CRYPTO_atomic_load_u32'] |
31 | 33 | CRYPTO_free_ex_data | call site: 00275 | /src/boringssl/crypto/ex_data.cc:113 |
5 | 79 |
2 :
['align_pointer(void*, unsigned long)', 'OPENSSL_malloc'] |
383 | 4293 | BN_mod_exp_mont_consttime | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/exponentiation.cc.inc:521 |
2 | 2 |
1 :
['bn_sqr_comba8'] |
2 | 147 | bn_sqr_consttime | call site: 00447 | /src/boringssl/crypto/fipsmodule/bn/mul.cc.inc:306 |
2 | 2 |
1 :
['ENGINE_get_ECDSA_method'] |
2 | 67 | EC_KEY_new_method | call site: 00269 | /src/boringssl/crypto/fipsmodule/ec/ec_key.cc.inc:63 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/boringssl/fuzz/privkey.cc | 1 |
/src/boringssl/crypto/evp/evp_asn1.cc | 6 |
/src/boringssl/crypto/err/err.cc | 7 |
/src/boringssl/crypto/thread_pthread.cc | 9 |
/src/boringssl/crypto/internal.h | 5 |
/src/boringssl/crypto/err/../internal.h | 1 |
/src/boringssl/include/openssl/bytestring.h | 3 |
/src/boringssl/crypto/bytestring/cbs.cc | 18 |
/src/boringssl/crypto/evp/../internal.h | 1 |
/src/boringssl/crypto/evp/evp.cc | 4 |
/src/boringssl/crypto/mem.cc | 9 |
/src/boringssl/crypto/refcount.cc | 2 |
/src/boringssl/crypto/ec/ec_asn1.cc | 5 |
/src/boringssl/crypto/ec/../fipsmodule/ec/../bn/../../internal.h | 1 |
/src/boringssl/crypto/fipsmodule/bn/bn.cc.inc | 25 |
/src/boringssl/crypto/fipsmodule/../internal.h | 28 |
/src/boringssl/crypto/fipsmodule/ec/ec.cc.inc | 15 |
/src/boringssl/crypto/fipsmodule/bn/bytes.cc.inc | 5 |
/src/boringssl/crypto/fipsmodule/ec/simple.cc.inc | 7 |
/src/boringssl/crypto/fipsmodule/ec/felem.cc.inc | 9 |
/src/boringssl/crypto/fipsmodule/bn/cmp.cc.inc | 8 |
/src/boringssl/crypto/fipsmodule/bn/div.cc.inc | 16 |
/src/boringssl/crypto/fipsmodule/bn/asm/x86_64-gcc.cc.inc | 8 |
/src/boringssl/crypto/fipsmodule/ec/ec_key.cc.inc | 8 |
/src/boringssl/crypto/engine/engine.cc | 4 |
/src/boringssl/crypto/ex_data.cc | 3 |
/src/boringssl/include/openssl/stack.h | 3 |
/src/boringssl/crypto/stack/stack.cc | 3 |
/src/boringssl/crypto/fipsmodule/bn/montgomery.cc.inc | 13 |
/src/boringssl/crypto/fipsmodule/ec/scalar.cc.inc | 2 |
/src/boringssl/crypto/fipsmodule/ec/oct.cc.inc | 4 |
/src/boringssl/crypto/fipsmodule/bn/ctx.cc.inc | 7 |
/src/boringssl/crypto/fipsmodule/bn/../../mem_internal.h | 21 |
/src/boringssl/include/openssl/bn.h | 2 |
/src/boringssl/crypto/fipsmodule/bn/mul.cc.inc | 7 |
/src/boringssl/crypto/fipsmodule/bn/shift.cc.inc | 8 |
/src/boringssl/crypto/fipsmodule/bn/add.cc.inc | 4 |
/src/boringssl/crypto/fipsmodule/bn/sqrt.cc.inc | 1 |
/src/boringssl/crypto/fipsmodule/bn/exponentiation.cc.inc | 2 |
/src/boringssl/crypto/fipsmodule/bn/montgomery_inv.cc.inc | 3 |
/src/boringssl/crypto/fipsmodule/bn/internal.h | 4 |
/src/boringssl/crypto/crypto.cc | 2 |
/src/boringssl/crypto/cpu_intel.cc | 6 |
/src/boringssl/crypto/fipsmodule/bn/random.cc.inc | 2 |
/src/boringssl/crypto/fipsmodule/aes/../service_indicator/internal.h | 3 |
/src/boringssl/crypto/fipsmodule/rand/rand.cc.inc | 5 |
/src/boringssl/crypto/rand/fork_detect.cc | 2 |
/src/boringssl/crypto/rand/forkunsafe.cc | 1 |
/src/boringssl/crypto/fipsmodule/rand/internal.h | 2 |
/src/boringssl/crypto/rand/deterministic.cc | 3 |
/src/boringssl/crypto/rand/../internal.h | 2 |
/src/boringssl/crypto/chacha/chacha.cc | 2 |
/src/boringssl/crypto/chacha/../internal.h | 4 |
/src/boringssl/crypto/chacha/internal.h | 3 |
/src/boringssl/crypto/fipsmodule/rand/ctrdrbg.cc.inc | 6 |
/src/boringssl/crypto/fipsmodule/aes/aes.cc.inc | 2 |
/src/boringssl/crypto/fipsmodule/aes/internal.h | 3 |
/src/boringssl/crypto/fipsmodule/aes/aes_nohw.cc.inc | 16 |
/src/boringssl/crypto/fipsmodule/bn/jacobi.cc.inc | 1 |
/src/boringssl/include/openssl/err.h | 2 |
/src/boringssl/crypto/evp/p_ec_asn1.cc | 1 |
/src/boringssl/crypto/dsa/dsa_asn1.cc | 3 |
/src/boringssl/crypto/dsa/dsa.cc | 1 |
/src/boringssl/crypto/bn/bn_asn1.cc | 1 |
/src/boringssl/crypto/dsa/../internal.h | 2 |
/src/boringssl/crypto/evp/p_dsa_asn1.cc | 1 |
/src/boringssl/crypto/rsa/rsa_asn1.cc | 2 |
/src/boringssl/crypto/fipsmodule/rsa/rsa.cc.inc | 6 |
/src/boringssl/crypto/fipsmodule/rsa/rsa_impl.cc.inc | 7 |
/src/boringssl/crypto/fipsmodule/rsa/blinding.cc.inc | 1 |
/src/boringssl/crypto/evp/p_rsa_asn1.cc | 1 |
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 | 5 | 3.59% |
gold | [1:9] | 0 | 0.0% |
yellow | [10:29] | 2 | 1.43% |
greenyellow | [30:49] | 2 | 1.43% |
lawngreen | 50+ | 130 | 93.5% |
All colors | 139 | 100 |
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 :
['abort'] |
2 | 2 |
bssl::Span
|
call site: 00000 | /src/boringssl/include/openssl/span.h:165 |
2 | 2 |
1 :
['abort'] |
2 | 2 |
bssl::Span
|
call site: 00000 | /src/boringssl/include/openssl/span.h:173 |
0 | 7 |
1 :
['CBS_get_bytes'] |
0 | 7 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:379 |
0 | 7 |
1 :
['CBS_get_bytes'] |
0 | 7 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:387 |
0 | 0 | None | 2 | 9 | bssl::der::Parser::ReadTagAndValue(unsignedint*,bssl::der::Input*) | call site: 00000 | /src/boringssl/pki/parser.cc:62 |
0 | 0 | None | 0 | 205 | bssl::(anonymousnamespace)::ParseCertStatus(bssl::der::Input,bssl::OCSPCertStatus*) | call site: 00000 | /src/boringssl/pki/ocsp.cc:150 |
0 | 0 | None | 0 | 100 | bssl::der::Parser::ReadConstructed(unsignedint,bssl::der::Parser*) | call site: 00000 | /src/boringssl/pki/parser.cc:123 |
0 | 0 | None | 0 | 49 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:312 |
0 | 0 | None | 0 | 49 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:315 |
0 | 0 | None | 0 | 12 | bssl::der::(anonymousnamespace)::GetUnsignedIntegerLength(bssl::der::Input) | call site: 00000 | /src/boringssl/pki/parse_values.cc:151 |
0 | 0 | None | 0 | 7 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:354 |
0 | 0 | None | 0 | 0 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:394 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/boringssl/fuzz/ocsp_parse_ocsp_single_response_fuzzer.cc | 1 |
/src/boringssl/fuzz/../pki/input.h | 1 |
/src/boringssl/include/openssl/span.h | 8 |
/src/boringssl/pki/ocsp.cc | 5 |
/src/boringssl/pki/input.h | 3 |
/src/boringssl/pki/parser.cc | 13 |
/src/boringssl/include/openssl/bytestring.h | 3 |
/src/boringssl/crypto/bytestring/cbs.cc | 10 |
/src/boringssl/pki/parse_values.cc | 8 |
/src/boringssl/pki/input.cc | 4 |
/usr/local/bin/../include/c++/v1/optional | 2 |
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 | 38 | 11.6% |
gold | [1:9] | 17 | 5.23% |
yellow | [10:29] | 12 | 3.69% |
greenyellow | [30:49] | 10 | 3.07% |
lawngreen | 50+ | 248 | 76.3% |
All colors | 325 | 100 |
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 :
['__errno_location'] |
2 | 6 | ERR_put_error | call site: 00195 | /src/boringssl/crypto/err/err.cc:591 |
2 | 2 |
1 :
['abort'] |
2 | 2 | CRYPTO_once | call site: 00198 | /src/boringssl/crypto/thread_pthread.cc:59 |
2 | 2 |
1 :
['abort'] |
2 | 2 |
bssl::Span
|
call site: 00000 | /src/boringssl/include/openssl/span.h:165 |
2 | 2 |
1 :
['abort'] |
2 | 2 |
bssl::Span
|
call site: 00000 | /src/boringssl/include/openssl/span.h:158 |
2 | 2 |
1 :
['abort'] |
2 | 2 |
bssl::Span
|
call site: 00000 | /src/boringssl/include/openssl/span.h:173 |
2 | 2 |
1 :
['abort'] |
2 | 2 |
bssl::Span
|
call site: 00000 | /src/boringssl/include/openssl/span.h:185 |
0 | 7 |
1 :
['CBS_get_bytes'] |
0 | 7 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:379 |
0 | 7 |
1 :
['CBS_get_bytes'] |
0 | 7 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:387 |
0 | 0 | None | 8 | 8 | CRYPTO_set_thread_local | call site: 00210 | /src/boringssl/crypto/thread_pthread.cc:118 |
0 | 0 | None | 2 | 2 | CRYPTO_get_thread_local | call site: 00200 | /src/boringssl/crypto/thread_pthread.cc:103 |
0 | 0 | None | 0 | 100 | bssl::der::Parser::ReadConstructed(unsignedint,bssl::der::Parser*) | call site: 00000 | /src/boringssl/pki/parser.cc:123 |
0 | 0 | None | 0 | 61 | cbs_get_asn1(cbs_st*,cbs_st*,unsignedint,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:443 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/boringssl/fuzz/ocsp_parse_ocsp_response_fuzzer.cc | 1 |
/src/boringssl/fuzz/../pki/input.h | 1 |
/src/boringssl/include/openssl/span.h | 17 |
/src/boringssl/pki/ocsp.cc | 4 |
/src/boringssl/pki/input.h | 7 |
/src/boringssl/pki/parse_values.h | 1 |
/src/boringssl/pki/parser.cc | 13 |
/src/boringssl/include/openssl/bytestring.h | 3 |
/src/boringssl/crypto/bytestring/cbs.cc | 12 |
/src/boringssl/pki/parse_values.cc | 6 |
/src/boringssl/pki/input.cc | 7 |
/src/boringssl/pki/signature_algorithm.cc | 7 |
/src/boringssl/crypto/digest/digest_extra.cc | 3 |
/src/boringssl/crypto/err/err.cc | 4 |
/src/boringssl/crypto/thread_pthread.cc | 5 |
/src/boringssl/crypto/internal.h | 2 |
/src/boringssl/crypto/err/../internal.h | 1 |
/src/boringssl/crypto/digest/../internal.h | 1 |
/src/boringssl/crypto/fipsmodule/digest/digests.cc.inc | 20 |
/usr/local/bin/../include/c++/v1/optional | 6 |
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 | 238 | 27.1% |
gold | [1:9] | 25 | 2.85% |
yellow | [10:29] | 11 | 1.25% |
greenyellow | [30:49] | 9 | 1.02% |
lawngreen | 50+ | 593 | 67.6% |
All colors | 876 | 100 |
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 |
---|---|---|---|---|---|---|---|
1321 | 2885 |
15 :
['ERR_put_error', 'BN_is_one', 'BN_cmp', 'BN_free', 'bn_usub_consttime', 'BN_init', 'BN_num_bits', 'bn_div_consttime', 'bn_mul_consttime', 'check_mod_inverse(int*, bignum_st const*, bignum_st const*, bignum_st const*, unsigned int, bignum_ctx*)', 'BN_is_negative', 'constant_time_declassify_int(int)', 'BN_CTX_free', 'BN_CTX_new', 'BN_value_one'] |
1321 | 2885 | RSA_check_key | call site: 00000 | /src/boringssl/crypto/fipsmodule/rsa/rsa.cc.inc:753 |
240 | 240 |
1 :
['void google::protobuf::internal::RepeatedPtrFieldBase::MergeFrom
|
240 | 240 |
google::protobuf::RepeatedPtrField
|
call site: 00000 | /src/LPM/external.protobuf/include/google/protobuf/repeated_ptr_field.h:1476 |
147 | 147 |
1 :
['add_base128_integer(cbb_st*, unsigned long)'] |
147 | 400 | CBB_add_asn1 | call site: 00662 | /src/boringssl/crypto/bytestring/cbb.cc:372 |
146 | 146 |
1 :
['CRYPTO_BUFFER_free'] |
146 | 146 | asn1_encoding_clear | call site: 00252 | /src/boringssl/crypto/asn1/tasn_utl.cc:135 |
136 | 370 |
2 :
['bn_mod_lshift1_consttime', 'BN_sub_word'] |
136 | 2722 | BN_mod_sqrt | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/sqrt.cc.inc:115 |
136 | 140 |
2 :
['BN_is_zero', 'BN_sub_word'] |
136 | 140 | BN_add_word | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/add.cc.inc:109 |
105 | 356 |
2 :
['BN_one', 'BN_nnmod'] |
105 | 3730 | BN_mod_sqrt | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/sqrt.cc.inc:269 |
105 | 110 |
3 :
['BN_one', 'BN_zero', 'BN_abs_is_word'] |
105 | 110 | BN_mod_exp_mont | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/exponentiation.cc.inc:143 |
83 | 131 |
2 :
['OPENSSL_free', 'OPENSSL_strdup'] |
83 | 131 | OBJ_dup | call site: 00384 | /src/boringssl/crypto/obj/obj.cc:90 |
80 | 80 |
2 :
['asn1_pdu::TagNumber::MergeFrom(asn1_pdu::TagNumber const&)', 'void* google::protobuf::Arena::CopyConstruct
|
84 | 84 | asn1_pdu::Identifier::MergeImpl(google::protobuf::MessageLite&,google::protobuf::MessageLiteconst&) | call site: 00000 | /work/boringssl/genfiles/asn1_pdu.pb.cc:992 |
76 | 168 |
5 :
['abort', 'bn_from_montgomery_in_place(unsigned long*, unsigned long, unsigned long*, unsigned long, bn_mont_ctx_st const*)', 'OPENSSL_cleanse', 'bn_sqr_small', 'bn_mul_small'] |
76 | 168 | bn_mod_mul_montgomery_small | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/montgomery.cc.inc:363 |
72 | 72 |
1 :
['ERR_add_error_dataf'] |
72 | 130 | ASN1_mbstring_ncopy | call site: 00000 | /src/boringssl/crypto/asn1/a_mbstr.cc:131 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/fuzz_certs.cc | 2 |
/work/boringssl/genfiles/asn1_pdu.pb.h | 34 |
/work/boringssl/genfiles/asn1_pdu.pb.cc | 13 |
/src/LPM/external.protobuf/include/google/protobuf/message.h | 2 |
/src/LPM/external.protobuf/include/google/protobuf/message_lite.h | 5 |
/src/LPM/external.protobuf/include/google/protobuf/metadata_lite.h | 2 |
/src/LPM/external.protobuf/include/google/protobuf/internal_visibility.h | 1 |
/src/asn1_pdu_to_der.h | 2 |
/src/asn1_pdu_to_der.cc | 9 |
/src/common.cc | 3 |
/src/LPM/external.protobuf/include/google/protobuf/repeated_ptr_field.h | 17 |
/src/LPM/external.protobuf/include/google/protobuf/explicitly_constructed.h | 1 |
/src/LPM/external.protobuf/include/google/protobuf/arenastring.h | 2 |
/src/boringssl/crypto/x509/x_x509.cc | 7 |
/src/boringssl/crypto/err/err.cc | 8 |
/src/boringssl/crypto/thread_pthread.cc | 11 |
/src/boringssl/crypto/internal.h | 4 |
/src/boringssl/crypto/err/../internal.h | 1 |
/src/boringssl/include/openssl/bytestring.h | 3 |
/src/boringssl/crypto/bytestring/cbs.cc | 23 |
/src/boringssl/crypto/mem.cc | 14 |
/src/boringssl/crypto/ex_data.cc | 3 |
/src/boringssl/crypto/asn1/tasn_dec.cc | 10 |
/src/boringssl/crypto/pool/pool.cc | 5 |
/src/boringssl/crypto/asn1/asn1_lib.cc | 7 |
/src/boringssl/include/openssl/asn1t.h | 6 |
/src/boringssl/crypto/stack/stack.cc | 9 |
/src/boringssl/crypto/stack/../internal.h | 1 |
/src/boringssl/crypto/asn1/tasn_fre.cc | 4 |
/src/boringssl/crypto/asn1/a_object.cc | 4 |
/src/boringssl/crypto/asn1/a_type.cc | 2 |
/src/boringssl/crypto/asn1/tasn_utl.cc | 13 |
/src/boringssl/crypto/refcount.cc | 2 |
/src/boringssl/crypto/pool/internal.h | 4 |
/src/boringssl/crypto/lhash/lhash.cc | 5 |
/src/boringssl/crypto/obj/obj.cc | 9 |
/src/boringssl/crypto/obj/../internal.h | 1 |
/src/boringssl/crypto/asn1/tasn_typ.cc | 7 |
/src/boringssl/crypto/asn1/tasn_new.cc | 7 |
/src/boringssl/crypto/asn1/a_bitstr.cc | 4 |
/src/boringssl/crypto/asn1/a_int.cc | 8 |
/src/boringssl/crypto/asn1/../internal.h | 4 |
/src/boringssl/crypto/bytestring/unicode.cc | 4 |
/src/boringssl/crypto/asn1/posix_time.cc | 8 |
/src/boringssl/crypto/x509/x_algor.cc | 4 |
/src/boringssl/include/openssl/stack.h | 3 |
/src/boringssl/crypto/x509/v3_akeya.cc | 1 |
/src/boringssl/crypto/x509/v3_crld.cc | 1 |
/src/boringssl/crypto/x509/v3_genn.cc | 1 |
/src/boringssl/crypto/x509/v3_ncons.cc | 1 |
/src/boringssl/crypto/x509/x_x509a.cc | 1 |
/src/boringssl/crypto/x509/x509_cmp.cc | 1 |
/src/boringssl/crypto/x509/x_pubkey.cc | 2 |
/src/boringssl/crypto/evp/evp.cc | 3 |
/src/boringssl/include/openssl/base.h | 3 |
/src/boringssl/crypto/bytestring/cbb.cc | 16 |
/src/boringssl/crypto/bytestring/../internal.h | 3 |
/src/boringssl/crypto/asn1/tasn_enc.cc | 8 |
/src/boringssl/crypto/bytestring/asn1_compat.cc | 1 |
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 | 347 | 25.5% |
gold | [1:9] | 22 | 1.62% |
yellow | [10:29] | 24 | 1.76% |
greenyellow | [30:49] | 19 | 1.40% |
lawngreen | 50+ | 945 | 69.6% |
All colors | 1357 | 100 |
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 |
---|---|---|---|---|---|---|---|
1321 | 2885 |
15 :
['ERR_put_error', 'BN_is_one', 'BN_cmp', 'BN_free', 'bn_usub_consttime', 'BN_init', 'BN_num_bits', 'bn_div_consttime', 'bn_mul_consttime', 'check_mod_inverse(int*, bignum_st const*, bignum_st const*, bignum_st const*, unsigned int, bignum_ctx*)', 'BN_is_negative', 'constant_time_declassify_int(int)', 'BN_CTX_free', 'BN_CTX_new', 'BN_value_one'] |
1321 | 2885 | RSA_check_key | call site: 00000 | /src/boringssl/crypto/fipsmodule/rsa/rsa.cc.inc:753 |
209 | 280 |
2 :
['BIO_puts', 'ASN1_GENERALIZEDTIME_print'] |
209 | 280 | ASN1_TIME_print | call site: 01194 | /src/boringssl/crypto/asn1/a_strex.cc:376 |
153 | 153 |
5 :
['sha256_block_data_order_avx', 'sha256_ssse3_capable', 'sha256_avx_capable', 'sha256_block_data_order_ssse3', 'sha256_block_data_order_nohw'] |
153 | 153 | sha256_block_data_order(unsignedint*,unsignedcharconst*,unsignedlong) | call site: 00000 | /src/boringssl/crypto/fipsmodule/sha/sha256.cc.inc:267 |
147 | 147 |
1 :
['add_base128_integer(cbb_st*, unsigned long)'] |
147 | 400 | CBB_add_asn1 | call site: 00586 | /src/boringssl/crypto/bytestring/cbb.cc:372 |
146 | 146 |
1 :
['CRYPTO_BUFFER_free'] |
146 | 146 | asn1_encoding_clear | call site: 00164 | /src/boringssl/crypto/asn1/tasn_utl.cc:135 |
136 | 370 |
2 :
['bn_mod_lshift1_consttime', 'BN_sub_word'] |
136 | 2722 | BN_mod_sqrt | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/sqrt.cc.inc:115 |
136 | 140 |
2 :
['BN_is_zero', 'BN_sub_word'] |
136 | 140 | BN_add_word | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/add.cc.inc:109 |
112 | 112 |
1 :
['print_unsupported(bio_st*, evp_pkey_st const*, int, char const*)'] |
112 | 112 | EVP_PKEY_print_public | call site: 01254 | /src/boringssl/crypto/evp/print.cc:320 |
105 | 356 |
2 :
['BN_one', 'BN_nnmod'] |
105 | 3730 | BN_mod_sqrt | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/sqrt.cc.inc:269 |
105 | 110 |
3 :
['BN_one', 'BN_zero', 'BN_abs_is_word'] |
105 | 110 | BN_mod_exp_mont | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/exponentiation.cc.inc:143 |
90 | 94 |
3 :
['CBS_data', 'CBS_len', 'ed25519_set_pub_raw(evp_pkey_st*, unsigned char const*, unsigned long)'] |
90 | 94 | ed25519_pub_decode(evp_pkey_st*,cbs_st*,cbs_st*) | call site: 00000 | /src/boringssl/crypto/evp/p_ed25519_asn1.cc:120 |
90 | 94 |
3 :
['CBS_data', 'CBS_len', 'x25519_set_pub_raw(evp_pkey_st*, unsigned char const*, unsigned long)'] |
90 | 94 | x25519_pub_decode(evp_pkey_st*,cbs_st*,cbs_st*) | call site: 00000 | /src/boringssl/crypto/evp/p_x25519_asn1.cc:134 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/boringssl/fuzz/cert.cc | 1 |
/src/boringssl/crypto/x509/x_x509.cc | 8 |
/src/boringssl/crypto/err/err.cc | 16 |
/src/boringssl/crypto/thread_pthread.cc | 11 |
/src/boringssl/crypto/internal.h | 4 |
/src/boringssl/crypto/err/../internal.h | 1 |
/src/boringssl/include/openssl/bytestring.h | 3 |
/src/boringssl/crypto/bytestring/cbs.cc | 25 |
/src/boringssl/crypto/mem.cc | 14 |
/src/boringssl/crypto/ex_data.cc | 3 |
/src/boringssl/crypto/asn1/tasn_dec.cc | 10 |
/src/boringssl/crypto/pool/pool.cc | 5 |
/src/boringssl/crypto/asn1/asn1_lib.cc | 11 |
/src/boringssl/include/openssl/asn1t.h | 6 |
/src/boringssl/crypto/stack/stack.cc | 12 |
/src/boringssl/crypto/stack/../internal.h | 1 |
/src/boringssl/crypto/asn1/tasn_fre.cc | 4 |
/src/boringssl/crypto/asn1/a_object.cc | 7 |
/src/boringssl/crypto/asn1/a_type.cc | 3 |
/src/boringssl/crypto/asn1/tasn_utl.cc | 13 |
/src/boringssl/crypto/refcount.cc | 2 |
/src/boringssl/crypto/pool/internal.h | 4 |
/src/boringssl/crypto/lhash/lhash.cc | 5 |
/src/boringssl/crypto/obj/obj.cc | 14 |
/src/boringssl/crypto/obj/../internal.h | 1 |
/src/boringssl/crypto/asn1/tasn_typ.cc | 9 |
/src/boringssl/crypto/asn1/tasn_new.cc | 7 |
/src/boringssl/crypto/asn1/a_bitstr.cc | 4 |
/src/boringssl/crypto/asn1/a_int.cc | 11 |
/src/boringssl/crypto/asn1/../internal.h | 5 |
/src/boringssl/crypto/bytestring/unicode.cc | 5 |
/src/boringssl/crypto/asn1/posix_time.cc | 8 |
/src/boringssl/crypto/x509/x_algor.cc | 4 |
/src/boringssl/include/openssl/stack.h | 3 |
/src/boringssl/crypto/x509/v3_akeya.cc | 1 |
/src/boringssl/crypto/x509/v3_crld.cc | 2 |
/src/boringssl/crypto/x509/v3_genn.cc | 1 |
/src/boringssl/crypto/x509/v3_ncons.cc | 1 |
/src/boringssl/crypto/x509/x_x509a.cc | 1 |
/src/boringssl/crypto/x509/x509_cmp.cc | 7 |
/src/boringssl/crypto/x509/x_pubkey.cc | 2 |
/src/boringssl/crypto/evp/evp.cc | 4 |
/src/boringssl/crypto/x509/v3_purp.cc | 5 |
/src/boringssl/crypto/fipsmodule/digest/digests.cc.inc | 5 |
/src/boringssl/crypto/x509/x_all.cc | 1 |
/src/boringssl/include/openssl/base.h | 6 |
/src/boringssl/crypto/bytestring/cbb.cc | 19 |
/src/boringssl/crypto/bytestring/../internal.h | 3 |
/src/boringssl/crypto/asn1/tasn_enc.cc | 8 |
/src/boringssl/crypto/bytestring/asn1_compat.cc | 1 |
/src/boringssl/crypto/fipsmodule/digest/digest.cc.inc | 6 |
/src/boringssl/crypto/x509/x509_set.cc | 3 |
/src/boringssl/crypto/x509/x509_ext.cc | 3 |
/src/boringssl/crypto/x509/v3_lib.cc | 8 |
/src/boringssl/include/openssl/x509.h | 9 |
/src/boringssl/crypto/x509/x509_v3.cc | 10 |
/src/boringssl/crypto/x509/v3_bcons.cc | 1 |
/src/boringssl/include/openssl/asn1.h | 4 |
/src/boringssl/crypto/x509/x_name.cc | 6 |
/src/boringssl/crypto/x509/../internal.h | 2 |
/src/boringssl/crypto/asn1/a_octet.cc | 2 |
/src/boringssl/crypto/asn1/a_dup.cc | 1 |
/src/boringssl/crypto/x509/x509name.cc | 5 |
/src/boringssl/crypto/x509/v3_conf.cc | 2 |
/src/boringssl/crypto/x509/x_exten.cc | 2 |
/src/boringssl/crypto/bio/bio_mem.cc | 1 |
/src/boringssl/crypto/bio/bio.cc | 9 |
/src/boringssl/crypto/x509/t_x509.cc | 4 |
/src/boringssl/crypto/bio/printf.cc | 1 |
/src/boringssl/crypto/x509/rsa_pss.cc | 5 |
/src/boringssl/crypto/asn1/f_int.cc | 1 |
/src/boringssl/crypto/x509/x509.cc | 1 |
/src/boringssl/crypto/x509/name_print.cc | 4 |
/src/boringssl/crypto/x509/x509_obj.cc | 1 |
/src/boringssl/crypto/buf/buf.cc | 4 |
/src/boringssl/crypto/buf/../internal.h | 1 |
/src/boringssl/crypto/asn1/a_strex.cc | 12 |
/src/boringssl/crypto/asn1/asn1_par.cc | 1 |
/src/boringssl/include/openssl/err.h | 2 |
/src/boringssl/crypto/evp/print.cc | 3 |
/src/boringssl/crypto/x509/v3_prn.cc | 4 |
/src/boringssl/crypto/bio/hexdump.cc | 5 |
/src/boringssl/crypto/bio/../internal.h | 1 |
/src/boringssl/include/openssl/conf.h | 4 |
/src/boringssl/crypto/x509/v3_utl.cc | 1 |
/src/boringssl/crypto/x509/t_x509a.cc | 1 |
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 | 33 | 22.4% |
gold | [1:9] | 12 | 8.16% |
yellow | [10:29] | 0 | 0.0% |
greenyellow | [30:49] | 1 | 0.68% |
lawngreen | 50+ | 101 | 68.7% |
All colors | 147 | 100 |
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 |
---|---|---|---|---|---|---|---|
31 | 33 |
3 :
['sk_void_free', 'CRYPTO_get_ex_data', 'CRYPTO_atomic_load_u32'] |
31 | 33 | CRYPTO_free_ex_data | call site: 00131 | /src/boringssl/crypto/ex_data.cc:113 |
2 | 2 |
1 :
['OPENSSL_memory_get_size'] |
2 | 88 | OPENSSL_realloc | call site: 00069 | /src/boringssl/crypto/mem.cc:273 |
2 | 2 |
1 :
['OPENSSL_memory_alloc'] |
2 | 60 | OPENSSL_malloc | call site: 00034 | /src/boringssl/crypto/mem.cc:191 |
2 | 2 |
1 :
['__errno_location'] |
2 | 6 | ERR_put_error | call site: 00004 | /src/boringssl/crypto/err/err.cc:591 |
2 | 2 |
1 :
['OPENSSL_memmove(void*, void const*, unsigned long)'] |
2 | 2 | mem_read(bio_st*,char*,int) | call site: 00000 | /src/boringssl/crypto/bio/bio_mem.cc:106 |
2 | 2 |
1 :
['OPENSSL_memory_free'] |
2 | 2 | OPENSSL_free | call site: 00042 | /src/boringssl/crypto/mem.cc:243 |
2 | 2 |
1 :
['abort'] |
2 | 2 | CRYPTO_once | call site: 00007 | /src/boringssl/crypto/thread_pthread.cc:59 |
0 | 58 |
1 :
['ERR_put_error'] |
0 | 58 | BIO_new_mem_buf | call site: 00002 | /src/boringssl/crypto/bio/bio_mem.cc:33 |
0 | 58 |
1 :
['ERR_put_error'] |
0 | 58 | BUF_MEM_reserve | call site: 00066 | /src/boringssl/crypto/buf/buf.cc:49 |
0 | 58 |
1 :
['ERR_put_error'] |
0 | 58 | OPENSSL_malloc | call site: 00037 | /src/boringssl/crypto/mem.cc:206 |
0 | 0 | None | 12 | 910 | PEM_read_bio | call site: 00064 | /src/boringssl/crypto/pem/pem_lib.cc:592 |
0 | 0 | None | 12 | 808 | PEM_read_bio | call site: 00077 | /src/boringssl/crypto/pem/pem_lib.cc:601 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/boringssl/fuzz/read_pem.cc | 1 |
/src/boringssl/crypto/bio/bio_mem.cc | 2 |
/src/boringssl/crypto/err/err.cc | 5 |
/src/boringssl/crypto/thread_pthread.cc | 5 |
/src/boringssl/crypto/internal.h | 4 |
/src/boringssl/crypto/err/../internal.h | 1 |
/src/boringssl/crypto/bio/bio.cc | 4 |
/src/boringssl/crypto/mem.cc | 8 |
/src/boringssl/crypto/ex_data.cc | 3 |
/src/boringssl/crypto/pem/pem_lib.cc | 1 |
/src/boringssl/crypto/buf/buf.cc | 5 |
/src/boringssl/crypto/buf/../internal.h | 1 |
/src/boringssl/crypto/pem/../internal.h | 1 |
/src/boringssl/crypto/base64/base64.cc | 7 |
/src/boringssl/crypto/base64/../internal.h | 5 |
/src/boringssl/crypto/refcount.cc | 1 |
/src/boringssl/include/openssl/stack.h | 3 |
/src/boringssl/crypto/stack/stack.cc | 3 |
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 | 36 | 15.4% |
gold | [1:9] | 6 | 2.57% |
yellow | [10:29] | 0 | 0.0% |
greenyellow | [30:49] | 2 | 0.85% |
lawngreen | 50+ | 189 | 81.1% |
All colors | 233 | 100 |
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 |
---|---|---|---|---|---|---|---|
153 | 153 |
5 :
['sha256_block_data_order_avx', 'sha256_ssse3_capable', 'sha256_avx_capable', 'sha256_block_data_order_ssse3', 'sha256_block_data_order_nohw'] |
153 | 153 | sha256_block_data_order(unsignedint*,unsignedcharconst*,unsignedlong) | call site: 00000 | /src/boringssl/crypto/fipsmodule/sha/sha256.cc.inc:267 |
2 | 2 |
1 :
['abort'] |
2 | 2 | CRYPTO_once | call site: 00023 | /src/boringssl/crypto/thread_pthread.cc:59 |
2 | 2 |
1 :
['abort'] |
2 | 2 |
bssl::Span
|
call site: 00000 | /src/boringssl/include/openssl/span.h:165 |
2 | 2 |
1 :
['abort'] |
2 | 2 |
bssl::Span
|
call site: 00000 | /src/boringssl/include/openssl/span.h:173 |
0 | 7 |
1 :
['CBS_get_bytes'] |
0 | 7 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:379 |
0 | 7 |
1 :
['CBS_get_bytes'] |
0 | 7 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:387 |
0 | 0 | None | 23 | 27 | OPENSSL_cpuid_setup | call site: 00028 | /src/boringssl/crypto/cpu_intel.cc:187 |
0 | 0 | None | 23 | 27 | OPENSSL_cpuid_setup | call site: 00028 | /src/boringssl/crypto/cpu_intel.cc:198 |
0 | 0 | None | 23 | 25 | OPENSSL_cpuid_setup | call site: 00029 | /src/boringssl/crypto/cpu_intel.cc:210 |
0 | 0 | None | 23 | 23 | OPENSSL_cpuid_setup | call site: 00030 | /src/boringssl/crypto/cpu_intel.cc:261 |
0 | 0 | None | 4 | 745 |
bssl::GetCRLStatusForCert(bssl::der::Input,bssl::CrlVersion,std::__1::optional
|
call site: 00000 | /src/boringssl/pki/crl.cc:320 |
0 | 0 | None | 0 | 236 |
voidbssl::crypto_md32_update<(anonymousnamespace)::SHA256Traits>((anonymousnamespace)::SHA256Traits::HashContext*,bssl::Span
|
call site: 00000 | /src/boringssl/crypto/fipsmodule/sha/../digest/md32_common.h:86 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/boringssl/fuzz/crl_getcrlstatusforcert_fuzzer.cc | 1 |
/src/boringssl/fuzz/../pki/input.h | 1 |
/src/boringssl/include/openssl/span.h | 11 |
/src/boringssl/crypto/sha/sha256.cc | 1 |
/src/boringssl/crypto/fipsmodule/sha/sha256.cc.inc | 6 |
/src/boringssl/crypto/fipsmodule/../internal.h | 8 |
/src/boringssl/crypto/fipsmodule/sha/../digest/md32_common.h | 2 |
/src/boringssl/crypto/fipsmodule/sha/internal.h | 3 |
/src/boringssl/crypto/crypto.cc | 2 |
/src/boringssl/crypto/thread_pthread.cc | 1 |
/src/boringssl/crypto/cpu_intel.cc | 6 |
/src/boringssl/crypto/fipsmodule/aes/../service_indicator/internal.h | 1 |
/src/boringssl/crypto/mem.cc | 1 |
/src/boringssl/crypto/internal.h | 1 |
/src/boringssl/pki/crl.cc | 1 |
/usr/local/bin/../include/c++/v1/optional | 3 |
/src/boringssl/pki/parser.cc | 12 |
/src/boringssl/pki/input.h | 3 |
/src/boringssl/include/openssl/bytestring.h | 3 |
/src/boringssl/crypto/bytestring/cbs.cc | 9 |
/src/boringssl/pki/parse_certificate.cc | 3 |
/src/boringssl/pki/parse_values.cc | 7 |
/src/boringssl/pki/input.cc | 5 |
/src/boringssl/pki/parse_certificate.h | 1 |
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 | 26 | 17.2% |
gold | [1:9] | 3 | 1.98% |
yellow | [10:29] | 2 | 1.32% |
greenyellow | [30:49] | 1 | 0.66% |
lawngreen | 50+ | 119 | 78.8% |
All colors | 151 | 100 |
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 |
---|---|---|---|---|---|---|---|
20 | 39 |
4 :
['bssl::der::Input::subspan(unsigned long, unsigned long) const', 'std::__1::pair
|
24 | 87 | bssl::ParseGeneralName(bssl::der::Input,bssl::GeneralNames::ParseGeneralNameIPAddressType,bssl::GeneralNames*,bssl::CertErrors*) | call site: 00000 | /src/boringssl/pki/general_names.cc:175 |
0 | 7 |
1 :
['CBS_get_bytes'] |
0 | 7 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:379 |
0 | 7 |
1 :
['CBS_get_bytes'] |
0 | 7 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:387 |
0 | 0 | None | 24 | 327 | bssl::ParseGeneralName(bssl::der::Input,bssl::GeneralNames::ParseGeneralNameIPAddressType,bssl::GeneralNames*,bssl::CertErrors*) | call site: 00000 | /src/boringssl/pki/general_names.cc:116 |
0 | 0 | None | 2 | 9 | bssl::der::Parser::ReadTagAndValue(unsignedint*,bssl::der::Input*) | call site: 00000 | /src/boringssl/pki/parser.cc:62 |
0 | 0 | None | 0 | 100 | bssl::der::Parser::ReadConstructed(unsignedint,bssl::der::Parser*) | call site: 00000 | /src/boringssl/pki/parser.cc:123 |
0 | 0 | None | 0 | 49 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:312 |
0 | 0 | None | 0 | 49 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:315 |
0 | 0 | None | 0 | 7 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:354 |
0 | 0 | None | 0 | 4 | bssl::(anonymousnamespace)::ParseDistributionPointName(bssl::der::Input,bssl::ParsedDistributionPoint*) | call site: 00000 | /src/boringssl/pki/parse_certificate.cc:181 |
0 | 0 | None | 0 | 0 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:394 |
0 | 0 | None | 0 | 0 | bssl::der::Parser::Advance() | call site: 00000 | /src/boringssl/pki/parser.cc:42 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/boringssl/fuzz/parse_crldp_fuzzer.cc | 1 |
/src/boringssl/fuzz/../pki/input.h | 1 |
/src/boringssl/include/openssl/span.h | 9 |
/src/boringssl/pki/parse_certificate.cc | 5 |
/src/boringssl/pki/parser.cc | 11 |
/src/boringssl/pki/input.h | 7 |
/src/boringssl/include/openssl/bytestring.h | 3 |
/src/boringssl/crypto/bytestring/cbs.cc | 9 |
/usr/local/bin/../include/c++/v1/optional | 2 |
/src/boringssl/pki/cert_errors.cc | 5 |
/src/boringssl/pki/general_names.cc | 2 |
/src/boringssl/pki/string_util.cc | 1 |
/src/boringssl/pki/ip_util.cc | 1 |
/src/boringssl/pki/cert_error_params.cc | 1 |
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 | 851 | 75.4% |
gold | [1:9] | 16 | 1.41% |
yellow | [10:29] | 3 | 0.26% |
greenyellow | [30:49] | 8 | 0.70% |
lawngreen | 50+ | 250 | 22.1% |
All colors | 1128 | 100 |
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 |
---|---|---|---|---|---|---|---|
240 | 240 |
1 :
['void google::protobuf::internal::RepeatedPtrFieldBase::MergeFrom
|
240 | 240 |
google::protobuf::RepeatedPtrField
|
call site: 00000 | /src/LPM/external.protobuf/include/google/protobuf/repeated_ptr_field.h:1476 |
80 | 80 |
2 :
['asn1_pdu::TagNumber::MergeFrom(asn1_pdu::TagNumber const&)', 'void* google::protobuf::Arena::CopyConstruct
|
84 | 84 | asn1_pdu::Identifier::MergeImpl(google::protobuf::MessageLite&,google::protobuf::MessageLiteconst&) | call site: 00000 | /work/boringssl/genfiles/asn1_pdu.pb.cc:992 |
14 | 26 |
3 :
['OPENSSL_free', 'free_it(evp_pkey_st*)', 'CRYPTO_refcount_dec_and_test_zero'] |
14 | 26 | EVP_PKEY_free | call site: 00541 | /src/boringssl/crypto/evp/evp.cc:58 |
4 | 62 |
2 :
['ERR_put_error', 'cbb_on_error(cbb_st*)'] |
4 | 62 | CBB_flush | call site: 00185 | /src/boringssl/crypto/bytestring/cbb.cc:258 |
4 | 32 |
4 :
['google::protobuf::internal::ArenaStringPtr::InitDefault()', 'asn1_pdu::Length::clear_types()', 'asn1_pdu::Length::_internal_length_override() const', 'void google::protobuf::internal::ArenaStringPtr::Set<>(std::__1::basic_string
|
8 | 36 | asn1_pdu::Length::MergeImpl(google::protobuf::MessageLite&,google::protobuf::MessageLiteconst&) | call site: 00000 | /work/boringssl/genfiles/asn1_pdu.pb.cc:1573 |
4 | 4 |
1 :
['cbb_on_error(cbb_st*)'] |
4 | 4 | cbb_add_u(cbb_st*,unsignedlong,unsignedlong) | call site: 00000 | /src/boringssl/crypto/bytestring/cbb.cc:441 |
4 | 4 |
1 :
['google::protobuf::internal::GetEmptyStringAlreadyInited()'] |
4 | 4 | asn1_pdu::Length::_internal_length_override()const | call site: 00000 | /work/boringssl/genfiles/asn1_pdu.pb.h:2123 |
2 | 2 |
1 :
['OPENSSL_memory_get_size'] |
2 | 88 | OPENSSL_realloc | call site: 00193 | /src/boringssl/crypto/mem.cc:273 |
2 | 2 |
1 :
['OPENSSL_memory_alloc'] |
2 | 60 | OPENSSL_malloc | call site: 00094 | /src/boringssl/crypto/mem.cc:191 |
2 | 2 |
1 :
['__errno_location'] |
2 | 6 | ERR_put_error | call site: 00100 | /src/boringssl/crypto/err/err.cc:591 |
2 | 2 |
1 :
['OPENSSL_memory_free'] |
2 | 2 | OPENSSL_free | call site: 00130 | /src/boringssl/crypto/mem.cc:243 |
2 | 2 |
1 :
['abort'] |
2 | 2 | CRYPTO_once | call site: 00103 | /src/boringssl/crypto/thread_pthread.cc:59 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/fuzz_pkcs12.cc | 2 |
/work/boringssl/genfiles/asn1_pdu.pb.h | 34 |
/work/boringssl/genfiles/asn1_pdu.pb.cc | 13 |
/src/LPM/external.protobuf/include/google/protobuf/message.h | 2 |
/src/LPM/external.protobuf/include/google/protobuf/message_lite.h | 5 |
/src/LPM/external.protobuf/include/google/protobuf/metadata_lite.h | 2 |
/src/LPM/external.protobuf/include/google/protobuf/internal_visibility.h | 1 |
/src/asn1_pdu_to_der.h | 2 |
/src/asn1_pdu_to_der.cc | 9 |
/src/common.cc | 3 |
/src/LPM/external.protobuf/include/google/protobuf/repeated_ptr_field.h | 17 |
/src/LPM/external.protobuf/include/google/protobuf/explicitly_constructed.h | 1 |
/src/LPM/external.protobuf/include/google/protobuf/arenastring.h | 2 |
/src/boringssl/include/openssl/x509.h | 4 |
/src/boringssl/crypto/stack/stack.cc | 9 |
/src/boringssl/crypto/mem.cc | 15 |
/src/boringssl/crypto/err/err.cc | 8 |
/src/boringssl/crypto/thread_pthread.cc | 11 |
/src/boringssl/crypto/internal.h | 4 |
/src/boringssl/crypto/err/../internal.h | 1 |
/src/boringssl/include/openssl/bytestring.h | 3 |
/src/boringssl/crypto/pkcs8/pkcs8_x509.cc | 7 |
/src/boringssl/crypto/bytestring/ber.cc | 6 |
/src/boringssl/crypto/bytestring/cbs.cc | 28 |
/src/boringssl/crypto/bytestring/cbb.cc | 18 |
/src/boringssl/crypto/bytestring/../internal.h | 3 |
/src/boringssl/crypto/pkcs8/../internal.h | 2 |
/src/boringssl/crypto/digest/digest_extra.cc | 3 |
/src/boringssl/crypto/digest/../internal.h | 1 |
/src/boringssl/crypto/fipsmodule/digest/digest.cc.inc | 8 |
/src/boringssl/crypto/pkcs8/pkcs8.cc | 4 |
/src/boringssl/include/openssl/base.h | 6 |
/src/boringssl/crypto/bytestring/unicode.cc | 6 |
/src/boringssl/crypto/fipsmodule/hmac/hmac.cc.inc | 6 |
/src/boringssl/crypto/fipsmodule/aes/../service_indicator/internal.h | 4 |
/src/boringssl/crypto/fipsmodule/../internal.h | 2 |
/src/boringssl/crypto/fuzzer_mode.cc | 1 |
/src/boringssl/crypto/fipsmodule/cipher/cipher.cc.inc | 6 |
/src/boringssl/crypto/evp/evp_asn1.cc | 2 |
/src/boringssl/crypto/evp/../internal.h | 1 |
/src/boringssl/crypto/evp/evp.cc | 4 |
/src/boringssl/crypto/refcount.cc | 2 |
/src/boringssl/crypto/x509/x_x509.cc | 5 |
/src/boringssl/crypto/ex_data.cc | 3 |
/src/boringssl/crypto/asn1/tasn_dec.cc | 10 |
/src/boringssl/crypto/pool/pool.cc | 5 |
/src/boringssl/crypto/asn1/asn1_lib.cc | 4 |
/src/boringssl/include/openssl/asn1t.h | 6 |
/src/boringssl/crypto/stack/../internal.h | 1 |
/src/boringssl/crypto/asn1/tasn_fre.cc | 4 |
/src/boringssl/crypto/asn1/a_object.cc | 4 |
/src/boringssl/crypto/asn1/a_type.cc | 2 |
/src/boringssl/crypto/asn1/tasn_utl.cc | 12 |
/src/boringssl/crypto/pool/internal.h | 4 |
/src/boringssl/crypto/lhash/lhash.cc | 5 |
/src/boringssl/crypto/obj/obj.cc | 9 |
/src/boringssl/crypto/obj/../internal.h | 1 |
/src/boringssl/crypto/asn1/tasn_typ.cc | 9 |
/src/boringssl/crypto/asn1/tasn_new.cc | 7 |
/src/boringssl/crypto/asn1/a_bitstr.cc | 1 |
/src/boringssl/crypto/asn1/a_int.cc | 7 |
/src/boringssl/crypto/asn1/../internal.h | 3 |
/src/boringssl/crypto/asn1/posix_time.cc | 8 |
/src/boringssl/crypto/x509/x_algor.cc | 2 |
/src/boringssl/include/openssl/stack.h | 3 |
/src/boringssl/crypto/x509/v3_akeya.cc | 1 |
/src/boringssl/crypto/x509/v3_crld.cc | 1 |
/src/boringssl/crypto/x509/v3_genn.cc | 1 |
/src/boringssl/crypto/x509/v3_ncons.cc | 1 |
/src/boringssl/crypto/x509/x_x509a.cc | 4 |
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 | 362 | 36.1% |
gold | [1:9] | 169 | 16.8% |
yellow | [10:29] | 102 | 10.1% |
greenyellow | [30:49] | 16 | 1.59% |
lawngreen | 50+ | 353 | 35.2% |
All colors | 1002 | 100 |
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 |
---|---|---|---|---|---|---|---|
233 | 233 |
7 :
['sha1_ssse3_capable', 'sha1_block_data_order_nohw', 'sha1_block_data_order_avx2', 'sha1_block_data_order_ssse3', 'sha1_avx2_capable', 'sha1_block_data_order_avx', 'sha1_avx_capable'] |
233 | 233 | sha1_block_data_order(unsignedint*,unsignedcharconst*,unsignedlong) | call site: 00000 | /src/boringssl/crypto/fipsmodule/sha/sha1.cc.inc:351 |
160 | 491 |
3 :
['ERR_add_error_data', 'ERR_put_error', 'ASN1_item_ex_free'] |
160 | 491 | asn1_item_ex_d2i(ASN1_VALUE_st**,unsignedcharconst**,long,ASN1_ITEM_stconst*,int,int,char,crypto_buffer_st*,int) | call site: 00000 | /src/boringssl/crypto/asn1/tasn_dec.cc:188 |
160 | 491 |
3 :
['ERR_add_error_data', 'ERR_put_error', 'ASN1_item_ex_free'] |
160 | 491 | asn1_item_ex_d2i(ASN1_VALUE_st**,unsignedcharconst**,long,ASN1_ITEM_stconst*,int,int,char,crypto_buffer_st*,int) | call site: 00000 | /src/boringssl/crypto/asn1/tasn_dec.cc:236 |
153 | 153 |
5 :
['sha256_block_data_order_avx', 'sha256_ssse3_capable', 'sha256_avx_capable', 'sha256_block_data_order_ssse3', 'sha256_block_data_order_nohw'] |
153 | 153 | sha256_block_data_order(unsignedint*,unsignedcharconst*,unsignedlong) | call site: 00000 | /src/boringssl/crypto/fipsmodule/sha/sha256.cc.inc:267 |
146 | 146 |
1 :
['CRYPTO_BUFFER_free'] |
146 | 146 | asn1_encoding_clear | call site: 00564 | /src/boringssl/crypto/asn1/tasn_utl.cc:135 |
83 | 131 |
2 :
['OPENSSL_free', 'OPENSSL_strdup'] |
83 | 131 | OBJ_dup | call site: 00694 | /src/boringssl/crypto/obj/obj.cc:90 |
72 | 72 |
1 :
['ERR_add_error_dataf'] |
72 | 130 | ASN1_mbstring_ncopy | call site: 00000 | /src/boringssl/crypto/asn1/a_mbstr.cc:131 |
51 | 51 |
1 :
['OPENSSL_gmtime_adj'] |
51 | 51 | CBS_parse_rfc5280_time_internal(cbs_stconst*,int,int,tm*) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:889 |
31 | 33 |
3 :
['sk_void_free', 'CRYPTO_get_ex_data', 'CRYPTO_atomic_load_u32'] |
31 | 33 | CRYPTO_free_ex_data | call site: 00908 | /src/boringssl/crypto/ex_data.cc:113 |
19 | 31 |
2 :
['bn_mont_ctx_cleanup', 'OPENSSL_free'] |
19 | 31 | BN_MONT_CTX_free | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/montgomery.cc.inc:52 |
19 | 19 |
1 :
['CBS_get_utf32_be'] |
296 | 954 | asn1_ex_c2i(ASN1_VALUE_st**,unsignedcharconst*,long,int,ASN1_ITEM_stconst*) | call site: 00000 | /src/boringssl/crypto/asn1/tasn_dec.cc:845 |
16 | 16 |
3 :
['CRYPTO_BUFFER_up_ref', 'CRYPTO_BUFFER_len', 'CRYPTO_BUFFER_data'] |
16 | 16 | asn1_enc_save | call site: 00849 | /src/boringssl/crypto/asn1/tasn_utl.cc:117 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/boringssl/fuzz/pkcs12.cc | 1 |
/src/boringssl/include/openssl/x509.h | 4 |
/src/boringssl/crypto/stack/stack.cc | 9 |
/src/boringssl/crypto/mem.cc | 15 |
/src/boringssl/crypto/err/err.cc | 8 |
/src/boringssl/crypto/thread_pthread.cc | 11 |
/src/boringssl/crypto/internal.h | 4 |
/src/boringssl/crypto/err/../internal.h | 1 |
/src/boringssl/include/openssl/bytestring.h | 3 |
/src/boringssl/crypto/pkcs8/pkcs8_x509.cc | 7 |
/src/boringssl/crypto/bytestring/ber.cc | 6 |
/src/boringssl/crypto/bytestring/cbs.cc | 28 |
/src/boringssl/crypto/bytestring/cbb.cc | 18 |
/src/boringssl/crypto/bytestring/../internal.h | 3 |
/src/boringssl/crypto/pkcs8/../internal.h | 2 |
/src/boringssl/crypto/digest/digest_extra.cc | 3 |
/src/boringssl/crypto/digest/../internal.h | 1 |
/src/boringssl/crypto/fipsmodule/digest/digest.cc.inc | 8 |
/src/boringssl/crypto/pkcs8/pkcs8.cc | 4 |
/src/boringssl/include/openssl/base.h | 6 |
/src/boringssl/crypto/bytestring/unicode.cc | 6 |
/src/boringssl/crypto/fipsmodule/hmac/hmac.cc.inc | 6 |
/src/boringssl/crypto/fipsmodule/aes/../service_indicator/internal.h | 4 |
/src/boringssl/crypto/fipsmodule/../internal.h | 2 |
/src/boringssl/crypto/fuzzer_mode.cc | 1 |
/src/boringssl/crypto/fipsmodule/cipher/cipher.cc.inc | 6 |
/src/boringssl/crypto/evp/evp_asn1.cc | 2 |
/src/boringssl/crypto/evp/../internal.h | 1 |
/src/boringssl/crypto/evp/evp.cc | 4 |
/src/boringssl/crypto/refcount.cc | 2 |
/src/boringssl/crypto/x509/x_x509.cc | 5 |
/src/boringssl/crypto/ex_data.cc | 3 |
/src/boringssl/crypto/asn1/tasn_dec.cc | 10 |
/src/boringssl/crypto/pool/pool.cc | 5 |
/src/boringssl/crypto/asn1/asn1_lib.cc | 4 |
/src/boringssl/include/openssl/asn1t.h | 6 |
/src/boringssl/crypto/stack/../internal.h | 1 |
/src/boringssl/crypto/asn1/tasn_fre.cc | 4 |
/src/boringssl/crypto/asn1/a_object.cc | 4 |
/src/boringssl/crypto/asn1/a_type.cc | 2 |
/src/boringssl/crypto/asn1/tasn_utl.cc | 12 |
/src/boringssl/crypto/pool/internal.h | 4 |
/src/boringssl/crypto/lhash/lhash.cc | 5 |
/src/boringssl/crypto/obj/obj.cc | 9 |
/src/boringssl/crypto/obj/../internal.h | 1 |
/src/boringssl/crypto/asn1/tasn_typ.cc | 9 |
/src/boringssl/crypto/asn1/tasn_new.cc | 7 |
/src/boringssl/crypto/asn1/a_bitstr.cc | 1 |
/src/boringssl/crypto/asn1/a_int.cc | 7 |
/src/boringssl/crypto/asn1/../internal.h | 3 |
/src/boringssl/crypto/asn1/posix_time.cc | 8 |
/src/boringssl/crypto/x509/x_algor.cc | 2 |
/src/boringssl/include/openssl/stack.h | 3 |
/src/boringssl/crypto/x509/v3_akeya.cc | 1 |
/src/boringssl/crypto/x509/v3_crld.cc | 1 |
/src/boringssl/crypto/x509/v3_genn.cc | 1 |
/src/boringssl/crypto/x509/v3_ncons.cc | 1 |
/src/boringssl/crypto/x509/x_x509a.cc | 4 |
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 | 5 | 3.73% |
gold | [1:9] | 2 | 1.49% |
yellow | [10:29] | 1 | 0.74% |
greenyellow | [30:49] | 2 | 1.49% |
lawngreen | 50+ | 124 | 92.5% |
All colors | 134 | 100 |
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 :
['abort'] |
2 | 2 |
bssl::Span
|
call site: 00000 | /src/boringssl/include/openssl/span.h:165 |
2 | 2 |
1 :
['abort'] |
2 | 2 |
bssl::Span
|
call site: 00000 | /src/boringssl/include/openssl/span.h:173 |
0 | 7 |
1 :
['CBS_get_bytes'] |
0 | 7 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:379 |
0 | 7 |
1 :
['CBS_get_bytes'] |
0 | 7 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:387 |
0 | 0 | None | 0 | 100 | bssl::der::Parser::ReadConstructed(unsignedint,bssl::der::Parser*) | call site: 00000 | /src/boringssl/pki/parser.cc:123 |
0 | 0 | None | 0 | 93 | bssl::ParseCrlTbsCertList(bssl::der::Input,bssl::ParsedCrlTbsCertList*) | call site: 00000 | /src/boringssl/pki/crl.cc:175 |
0 | 0 | None | 0 | 49 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:312 |
0 | 0 | None | 0 | 49 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:315 |
0 | 0 | None | 0 | 12 | bssl::der::(anonymousnamespace)::GetUnsignedIntegerLength(bssl::der::Input) | call site: 00000 | /src/boringssl/pki/parse_values.cc:151 |
0 | 0 | None | 0 | 7 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:354 |
0 | 0 | None | 0 | 0 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:394 |
0 | 0 | None | 0 | 0 | bssl::der::Parser::Advance() | call site: 00000 | /src/boringssl/pki/parser.cc:42 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/boringssl/fuzz/crl_parse_crl_tbscertlist_fuzzer.cc | 1 |
/src/boringssl/fuzz/../pki/input.h | 1 |
/src/boringssl/include/openssl/span.h | 8 |
/src/boringssl/pki/crl.cc | 3 |
/src/boringssl/pki/input.h | 3 |
/src/boringssl/pki/parser.cc | 11 |
/src/boringssl/include/openssl/bytestring.h | 3 |
/src/boringssl/crypto/bytestring/cbs.cc | 10 |
/usr/local/bin/../include/c++/v1/optional | 2 |
/src/boringssl/pki/parse_values.cc | 8 |
/src/boringssl/pki/input.cc | 4 |
/src/boringssl/pki/parse_certificate.cc | 1 |
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 | 35 | 13.4% |
gold | [1:9] | 12 | 4.61% |
yellow | [10:29] | 0 | 0.0% |
greenyellow | [30:49] | 0 | 0.0% |
lawngreen | 50+ | 213 | 81.9% |
All colors | 260 | 100 |
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 |
---|---|---|---|---|---|---|---|
1321 | 1792 |
8 :
['BN_is_one', 'bn_div_consttime', 'bn_usub_consttime', 'BN_num_bits', 'bn_mul_consttime', 'check_mod_inverse(int*, bignum_st const*, bignum_st const*, bignum_st const*, unsigned int, bignum_ctx*)', 'constant_time_declassify_int(int)', 'BN_value_one'] |
1321 | 2282 | RSA_check_key | call site: 00000 | /src/boringssl/crypto/fipsmodule/rsa/rsa.cc.inc:789 |
438 | 438 |
7 :
['ge_madd(ge_p1p1*, ge_p3 const*, ge_precomp const*)', 'ge_p2_dbl(ge_p1p1*, ge_p2 const*)', 'ge_p3_dbl(ge_p1p1*, ge_p3 const*)', 'table_select(ge_precomp*, int, signed char)', 'x25519_ge_p1p1_to_p3', 'x25519_ge_p1p1_to_p2', 'ge_p3_0(ge_p3*)'] |
438 | 438 | x25519_ge_scalarmult_base | call site: 00000 | /src/boringssl/crypto/curve25519/curve25519.cc:796 |
240 | 240 |
1 :
['void google::protobuf::internal::RepeatedPtrFieldBase::MergeFrom
|
240 | 240 |
google::protobuf::RepeatedPtrField
|
call site: 00000 | /src/LPM/external.protobuf/include/google/protobuf/repeated_ptr_field.h:1476 |
235 | 695 |
3 :
['CBB_add_u8', 'CBB_add_asn1', 'EC_POINT_point2cbb'] |
235 | 1069 | EC_KEY_marshal_private_key | call site: 00000 | /src/boringssl/crypto/ec/ec_asn1.cc:183 |
147 | 147 |
1 :
['add_base128_integer(cbb_st*, unsigned long)'] |
147 | 400 | CBB_add_asn1 | call site: 00000 | /src/boringssl/crypto/bytestring/cbb.cc:372 |
136 | 370 |
2 :
['bn_mod_lshift1_consttime', 'BN_sub_word'] |
136 | 2722 | BN_mod_sqrt | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/sqrt.cc.inc:115 |
136 | 140 |
2 :
['BN_is_zero', 'BN_sub_word'] |
136 | 140 | BN_add_word | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/add.cc.inc:109 |
105 | 356 |
2 :
['BN_one', 'BN_nnmod'] |
105 | 3730 | BN_mod_sqrt | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/sqrt.cc.inc:269 |
105 | 110 |
3 :
['BN_one', 'BN_zero', 'BN_abs_is_word'] |
105 | 110 | BN_mod_exp_mont | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/exponentiation.cc.inc:143 |
105 | 110 |
3 :
['BN_one', 'BN_zero', 'BN_abs_is_word'] |
105 | 110 | BN_mod_exp_mont_consttime | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/exponentiation.cc.inc:440 |
80 | 80 |
2 :
['asn1_pdu::TagNumber::MergeFrom(asn1_pdu::TagNumber const&)', 'void* google::protobuf::Arena::CopyConstruct
|
84 | 84 | asn1_pdu::Identifier::MergeImpl(google::protobuf::MessageLite&,google::protobuf::MessageLiteconst&) | call site: 00000 | /work/boringssl/genfiles/asn1_pdu.pb.cc:992 |
76 | 168 |
5 :
['abort', 'bn_from_montgomery_in_place(unsigned long*, unsigned long, unsigned long*, unsigned long, bn_mont_ctx_st const*)', 'OPENSSL_cleanse', 'bn_sqr_small', 'bn_mul_small'] |
76 | 168 | bn_mod_mul_montgomery_small | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/montgomery.cc.inc:363 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/fuzz_pkcs8.cc | 2 |
/work/boringssl/genfiles/asn1_pdu.pb.h | 34 |
/work/boringssl/genfiles/asn1_pdu.pb.cc | 13 |
/src/LPM/external.protobuf/include/google/protobuf/message.h | 2 |
/src/LPM/external.protobuf/include/google/protobuf/message_lite.h | 5 |
/src/LPM/external.protobuf/include/google/protobuf/metadata_lite.h | 2 |
/src/LPM/external.protobuf/include/google/protobuf/internal_visibility.h | 1 |
/src/asn1_pdu_to_der.h | 2 |
/src/asn1_pdu_to_der.cc | 9 |
/src/common.cc | 3 |
/src/LPM/external.protobuf/include/google/protobuf/repeated_ptr_field.h | 17 |
/src/LPM/external.protobuf/include/google/protobuf/explicitly_constructed.h | 1 |
/src/LPM/external.protobuf/include/google/protobuf/arenastring.h | 2 |
/src/boringssl/include/openssl/bytestring.h | 3 |
/src/boringssl/crypto/evp/evp_asn1.cc | 3 |
/src/boringssl/crypto/bytestring/cbs.cc | 15 |
/src/boringssl/crypto/err/err.cc | 5 |
/src/boringssl/crypto/thread_pthread.cc | 5 |
/src/boringssl/crypto/internal.h | 2 |
/src/boringssl/crypto/err/../internal.h | 1 |
/src/boringssl/crypto/evp/../internal.h | 1 |
/src/boringssl/crypto/evp/evp.cc | 3 |
/src/boringssl/crypto/mem.cc | 8 |
/src/boringssl/include/openssl/base.h | 3 |
/src/boringssl/crypto/bytestring/cbb.cc | 10 |
/src/boringssl/crypto/bytestring/../internal.h | 2 |
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 | 26 | 16.6% |
gold | [1:9] | 4 | 2.56% |
yellow | [10:29] | 14 | 8.97% |
greenyellow | [30:49] | 3 | 1.92% |
lawngreen | 50+ | 109 | 69.8% |
All colors | 156 | 100 |
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 |
---|---|---|---|---|---|---|---|
10 | 39 |
4 :
['bssl::der::Input::subspan(unsigned long, unsigned long) const', 'std::__1::pair
|
14 | 87 | bssl::ParseGeneralName(bssl::der::Input,bssl::GeneralNames::ParseGeneralNameIPAddressType,bssl::GeneralNames*,bssl::CertErrors*) | call site: 00000 | /src/boringssl/pki/general_names.cc:175 |
2 | 2 |
1 :
['abort'] |
2 | 2 |
bssl::Span
|
call site: 00000 | /src/boringssl/include/openssl/span.h:165 |
2 | 2 |
1 :
['abort'] |
2 | 2 |
bssl::Span
|
call site: 00000 | /src/boringssl/include/openssl/span.h:173 |
0 | 7 |
1 :
['CBS_get_bytes'] |
0 | 7 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:379 |
0 | 7 |
1 :
['CBS_get_bytes'] |
0 | 7 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:387 |
0 | 0 | None | 14 | 327 | bssl::ParseGeneralName(bssl::der::Input,bssl::GeneralNames::ParseGeneralNameIPAddressType,bssl::GeneralNames*,bssl::CertErrors*) | call site: 00000 | /src/boringssl/pki/general_names.cc:116 |
0 | 0 | None | 2 | 9 | bssl::der::Parser::ReadTagAndValue(unsignedint*,bssl::der::Input*) | call site: 00000 | /src/boringssl/pki/parser.cc:62 |
0 | 0 | None | 0 | 100 | bssl::der::Parser::ReadConstructed(unsignedint,bssl::der::Parser*) | call site: 00000 | /src/boringssl/pki/parser.cc:123 |
0 | 0 | None | 0 | 49 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:312 |
0 | 0 | None | 0 | 49 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:315 |
0 | 0 | None | 0 | 14 | bssl::der::ByteReader::ReadByte(unsignedchar*) | call site: 00000 | /src/boringssl/pki/input.cc:29 |
0 | 0 | None | 0 | 7 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:354 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/boringssl/fuzz/crl_parse_issuing_distribution_point_fuzzer.cc | 1 |
/src/boringssl/fuzz/../pki/input.h | 1 |
/src/boringssl/include/openssl/span.h | 10 |
/src/boringssl/pki/crl.cc | 1 |
/src/boringssl/pki/parser.cc | 11 |
/src/boringssl/pki/input.h | 7 |
/src/boringssl/include/openssl/bytestring.h | 3 |
/src/boringssl/crypto/bytestring/cbs.cc | 9 |
/usr/local/bin/../include/c++/v1/optional | 2 |
/src/boringssl/pki/cert_errors.cc | 5 |
/src/boringssl/pki/general_names.cc | 2 |
/src/boringssl/pki/string_util.cc | 1 |
/src/boringssl/pki/ip_util.cc | 1 |
/src/boringssl/pki/cert_error_params.cc | 1 |
/src/boringssl/pki/parse_values.cc | 2 |
/src/boringssl/pki/input.cc | 4 |
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 | 871 | 40.4% |
gold | [1:9] | 127 | 5.90% |
yellow | [10:29] | 43 | 1.99% |
greenyellow | [30:49] | 21 | 0.97% |
lawngreen | 50+ | 1089 | 50.6% |
All colors | 2151 | 100 |
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 |
---|---|---|---|---|---|---|---|
4016 | 6093 |
25 :
['ERR_put_error', 'SSL_set1_chain', 'std::__1::unique_ptr
|
4016 | 6093 | bssl::ssl_crypto_x509_ssl_auto_chain_if_needed(bssl::SSL_HANDSHAKE*) | call site: 00000 | /src/boringssl/ssl/ssl_x509.cc:296 |
3072 | 3072 |
1 :
['X509_verify_cert'] |
3115 | 3171 | bssl::ssl_crypto_x509_session_verify_cert_chain(ssl_session_st*,bssl::SSL_HANDSHAKE*,unsignedchar*) | call site: 00000 | /src/boringssl/ssl/ssl_x509.cc:247 |
1102 | 1259 |
6 :
['ERR_put_error', 'bssl::internal::StackAllocated
|
1102 | 1744 | bssl::do_send_client_finished(bssl::SSL_HANDSHAKE*) | call site: 00000 | /src/boringssl/ssl/handshake_client.cc:1590 |
1102 | 1201 |
5 :
['bssl::internal::StackAllocated
|
1102 | 3181 | bssl::do_complete_second_flight(bssl::SSL_HANDSHAKE*) | call site: 00000 | /src/boringssl/ssl/tls13_client.cc:998 |
888 | 916 |
16 :
['std::__1::unique_ptr
|
888 | 916 | (anonymousnamespace)::TLSFuzzer::Init() | call site: 00000 | /src/boringssl/fuzz/../ssl/test/fuzzer.h:481 |
865 | 5147 |
16 :
['BN_set_word', 'BN_mod_mul', 'BN_copy', 'bn_jacobi', 'BN_is_one', 'BN_usub', 'BN_nnmod', 'BN_one', 'BN_ucmp', 'BN_zero', 'BN_num_bits', 'BN_pseudo_rand', 'BN_rshift1', 'BN_sub_word', 'BN_is_zero', 'bn_mod_lshift1_consttime'] |
865 | 8657 | BN_mod_sqrt | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/sqrt.cc.inc:96 |
805 | 805 |
1 :
['bssl::send_ack(ssl_st*)'] |
805 | 1746 | bssl::dtls1_flush(ssl_st*) | call site: 00000 | /src/boringssl/ssl/d1_both.cc:1028 |
621 | 1039 |
4 :
['ERR_put_error', 'SSL_renegotiate', 'bssl::ssl_send_alert(ssl_st*, int, int)', 'CBS_len'] |
621 | 1039 | ssl_do_post_handshake(ssl_st*,bssl::SSLMessageconst&) | call site: 00000 | /src/boringssl/ssl/ssl_lib.cc:767 |
606 | 709 |
7 :
['bssl::internal::StackAllocated
|
606 | 709 | bssl::do_send_end_of_early_data(bssl::SSL_HANDSHAKE*) | call site: 00000 | /src/boringssl/ssl/tls13_client.cc:842 |
606 | 606 |
1 :
['bssl::close_early_data(bssl::SSL_HANDSHAKE*, ssl_encryption_level_t)'] |
606 | 606 | bssl::do_read_hello_retry_request(bssl::SSL_HANDSHAKE*) | call site: 00000 | /src/boringssl/ssl/tls13_client.cc:344 |
500 | 1964 |
3 :
['BN_mod_mul_montgomery', 'copy_to_prebuf(bignum_st const*, int, unsigned long*, int, int)', 'copy_from_prebuf(bignum_st*, int, unsigned long const*, int, int)'] |
500 | 2219 | BN_mod_exp_mont_consttime | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/exponentiation.cc.inc:570 |
438 | 438 |
7 :
['ge_madd(ge_p1p1*, ge_p3 const*, ge_precomp const*)', 'ge_p2_dbl(ge_p1p1*, ge_p2 const*)', 'ge_p3_dbl(ge_p1p1*, ge_p3 const*)', 'table_select(ge_precomp*, int, signed char)', 'x25519_ge_p1p1_to_p3', 'x25519_ge_p1p1_to_p2', 'ge_p3_0(ge_p3*)'] |
438 | 438 | x25519_ge_scalarmult_base | call site: 00000 | /src/boringssl/crypto/curve25519/curve25519.cc:796 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/boringssl/fuzz/dtls_client.cc | 1 |
/src/boringssl/fuzz/../ssl/test/fuzzer.h | 8 |
/src/boringssl/crypto/rand/deterministic.cc | 4 |
/src/boringssl/include/openssl/bytestring.h | 5 |
/src/boringssl/ssl/ssl_session.cc | 19 |
/src/boringssl/ssl/../crypto/internal.h | 7 |
/src/boringssl/crypto/thread_pthread.cc | 9 |
/src/boringssl/ssl/internal.h | 24 |
/src/boringssl/crypto/lhash/lhash.cc | 8 |
/src/boringssl/crypto/mem.cc | 14 |
/src/boringssl/crypto/err/err.cc | 23 |
/src/boringssl/crypto/internal.h | 5 |
/src/boringssl/crypto/err/../internal.h | 1 |
/usr/local/bin/../include/c++/v1/initializer_list | 1 |
/src/boringssl/ssl/ssl_lib.cc | 38 |
/src/boringssl/ssl/../crypto/mem_internal.h | 109 |
/src/boringssl/include/openssl/ssl.h | 11 |
/src/boringssl/crypto/refcount.cc | 2 |
/src/boringssl/crypto/ex_data.cc | 3 |
/src/boringssl/ssl/ssl_cert.cc | 2 |
/src/boringssl/ssl/ssl_credential.cc | 3 |
/src/boringssl/include/openssl/evp.h | 2 |
/src/boringssl/crypto/evp/evp.cc | 1 |
/src/boringssl/include/openssl/span.h | 36 |
/src/boringssl/include/openssl/pool.h | 6 |
/src/boringssl/crypto/stack/stack.cc | 12 |
/src/boringssl/crypto/pool/pool.cc | 5 |
/usr/local/bin/../include/c++/v1/optional | 2 |
/src/boringssl/crypto/bytestring/cbs.cc | 32 |
/src/boringssl/ssl/ssl_asn1.cc | 8 |
/src/boringssl/ssl/ssl_versions.cc | 4 |
/src/boringssl/ssl/ssl_cipher.cc | 10 |
/src/boringssl/crypto/bytestring/../internal.h | 6 |
/src/boringssl/crypto/pool/internal.h | 4 |
/src/boringssl/include/openssl/stack.h | 11 |
/src/boringssl/crypto/stack/../internal.h | 1 |
/src/boringssl/ssl/ssl_x509.cc | 2 |
/src/boringssl/ssl/handoff.cc | 7 |
/src/boringssl/crypto/bio/bio.cc | 14 |
/src/boringssl/crypto/bio/bio_mem.cc | 1 |
/src/boringssl/ssl/handshake.cc | 6 |
/src/boringssl/include/openssl/err.h | 2 |
/src/boringssl/ssl/ssl_buffer.cc | 9 |
/src/boringssl/ssl/s3_pkt.cc | 2 |
/src/boringssl/ssl/extensions.cc | 3 |
/src/boringssl/crypto/buf/buf.cc | 3 |
/src/boringssl/crypto/buf/../internal.h | 1 |
/src/boringssl/ssl/ssl_transcript.cc | 9 |
/src/boringssl/include/openssl/base.h | 12 |
/src/boringssl/crypto/fipsmodule/digest/digest.cc.inc | 10 |
/src/boringssl/crypto/hpke/hpke.cc | 2 |
/src/boringssl/crypto/hpke/../fipsmodule/ec/../bn/../../internal.h | 1 |
/src/boringssl/crypto/fipsmodule/cipher/aead.cc.inc | 5 |
/src/boringssl/crypto/fipsmodule/../internal.h | 17 |
/src/boringssl/crypto/rand/rand.cc | 1 |
/src/boringssl/crypto/fipsmodule/rand/rand.cc.inc | 5 |
/src/boringssl/crypto/rand/fork_detect.cc | 2 |
/src/boringssl/crypto/rand/forkunsafe.cc | 1 |
/src/boringssl/crypto/fipsmodule/rand/internal.h | 2 |
/src/boringssl/crypto/crypto.cc | 2 |
/src/boringssl/crypto/cpu_intel.cc | 6 |
/src/boringssl/crypto/rand/../internal.h | 2 |
/src/boringssl/crypto/chacha/chacha.cc | 2 |
/src/boringssl/crypto/chacha/../internal.h | 4 |
/src/boringssl/crypto/chacha/internal.h | 3 |
/src/boringssl/crypto/fipsmodule/rand/ctrdrbg.cc.inc | 6 |
/src/boringssl/crypto/fipsmodule/aes/aes.cc.inc | 2 |
/src/boringssl/crypto/fipsmodule/aes/internal.h | 3 |
/src/boringssl/crypto/fipsmodule/aes/aes_nohw.cc.inc | 16 |
/src/boringssl/crypto/fipsmodule/aes/../service_indicator/internal.h | 5 |
/src/boringssl/crypto/fipsmodule/digest/digests.cc.inc | 15 |
/src/boringssl/crypto/digest/digest_extra.cc | 2 |
/src/boringssl/ssl/t1_enc.cc | 4 |
/src/boringssl/crypto/fipsmodule/cipher/e_aes.cc.inc | 20 |
/src/boringssl/crypto/cipher/e_chacha20poly1305.cc | 1 |
/src/boringssl/crypto/cipher/e_tls.cc | 7 |
/src/boringssl/crypto/fipsmodule/tls/kdf.cc.inc | 3 |
/src/boringssl/crypto/fipsmodule/hmac/hmac.cc.inc | 6 |
/src/boringssl/ssl/ssl_aead_ctx.cc | 3 |
/src/boringssl/ssl/tls13_enc.cc | 5 |
/src/boringssl/crypto/bytestring/cbb.cc | 18 |
/src/boringssl/crypto/fipsmodule/hkdf/hkdf.cc.inc | 1 |
/src/boringssl/ssl/ssl_key_share.cc | 5 |
/src/boringssl/crypto/fipsmodule/ec/ec.cc.inc | 17 |
/src/boringssl/crypto/fipsmodule/bn/bn.cc.inc | 2 |
/src/boringssl/crypto/fipsmodule/ec/p256-nistz.cc.inc | 5 |
/src/boringssl/crypto/fipsmodule/ec/felem.cc.inc | 4 |
/src/boringssl/crypto/fipsmodule/bn/asm/x86_64-gcc.cc.inc | 2 |
/src/boringssl/crypto/fipsmodule/bn/div.cc.inc | 1 |
/src/boringssl/crypto/fipsmodule/ec/ec_montgomery.cc.inc | 5 |
/src/boringssl/ssl/tls13_both.cc | 3 |
/src/boringssl/ssl/tls13_client.cc | 2 |
/src/boringssl/crypto/sha/sha256.cc | 1 |
/src/boringssl/crypto/fipsmodule/sha/sha256.cc.inc | 6 |
/src/boringssl/crypto/fipsmodule/sha/../digest/md32_common.h | 2 |
/src/boringssl/crypto/fipsmodule/sha/internal.h | 3 |
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 | 29 | 18.1% |
gold | [1:9] | 14 | 8.75% |
yellow | [10:29] | 8 | 5.0% |
greenyellow | [30:49] | 1 | 0.62% |
lawngreen | 50+ | 108 | 67.5% |
All colors | 160 | 100 |
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 :
['__errno_location'] |
2 | 6 | ERR_put_error | call site: 00069 | /src/boringssl/crypto/err/err.cc:591 |
2 | 2 |
1 :
['abort'] |
2 | 2 | CRYPTO_once | call site: 00072 | /src/boringssl/crypto/thread_pthread.cc:59 |
2 | 2 |
1 :
['abort'] |
2 | 2 |
bssl::Span
|
call site: 00000 | /src/boringssl/include/openssl/span.h:165 |
0 | 7 |
1 :
['CBS_get_bytes'] |
0 | 7 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:379 |
0 | 7 |
1 :
['CBS_get_bytes'] |
0 | 7 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:387 |
0 | 0 | None | 8 | 8 | CRYPTO_set_thread_local | call site: 00084 | /src/boringssl/crypto/thread_pthread.cc:118 |
0 | 0 | None | 2 | 2 | CRYPTO_get_thread_local | call site: 00074 | /src/boringssl/crypto/thread_pthread.cc:103 |
0 | 0 | None | 0 | 100 | bssl::der::Parser::ReadConstructed(unsignedint,bssl::der::Parser*) | call site: 00000 | /src/boringssl/pki/parser.cc:123 |
0 | 0 | None | 0 | 61 | cbs_get_asn1(cbs_st*,cbs_st*,unsignedint,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:443 |
0 | 0 | None | 0 | 49 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:312 |
0 | 0 | None | 0 | 49 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:315 |
0 | 0 | None | 0 | 7 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:354 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/boringssl/fuzz/ocsp_parse_ocsp_cert_id_fuzzer.cc | 1 |
/src/boringssl/fuzz/../pki/input.h | 1 |
/src/boringssl/include/openssl/span.h | 5 |
/src/boringssl/pki/ocsp.cc | 3 |
/src/boringssl/pki/input.h | 4 |
/src/boringssl/pki/parser.cc | 9 |
/src/boringssl/include/openssl/bytestring.h | 3 |
/src/boringssl/crypto/bytestring/cbs.cc | 12 |
/src/boringssl/pki/signature_algorithm.cc | 1 |
/src/boringssl/crypto/digest/digest_extra.cc | 3 |
/src/boringssl/crypto/err/err.cc | 4 |
/src/boringssl/crypto/thread_pthread.cc | 5 |
/src/boringssl/crypto/internal.h | 2 |
/src/boringssl/crypto/err/../internal.h | 1 |
/src/boringssl/crypto/digest/../internal.h | 1 |
/src/boringssl/crypto/fipsmodule/digest/digests.cc.inc | 20 |
/src/boringssl/pki/cert_errors.cc | 5 |
/src/boringssl/pki/parse_certificate.cc | 1 |
/src/boringssl/pki/parse_values.cc | 1 |
/src/boringssl/pki/cert_error_params.cc | 1 |
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 | 151 | 25.9% |
gold | [1:9] | 180 | 30.8% |
yellow | [10:29] | 23 | 3.94% |
greenyellow | [30:49] | 5 | 0.85% |
lawngreen | 50+ | 224 | 38.4% |
All colors | 583 | 100 |
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 |
---|---|---|---|---|---|---|---|
150 | 150 |
1 :
['X509_VERIFY_PARAM_set1_policies'] |
463 | 494 | x509_verify_param_copy(X509_VERIFY_PARAM_st*,X509_VERIFY_PARAM_stconst*,int) | call site: 00000 | /src/boringssl/crypto/x509/x509_vpm.cc:138 |
148 | 148 |
3 :
['vpaes_capable', 'aes_nohw_set_encrypt_key', 'vpaes_set_encrypt_key'] |
148 | 148 | aes_ctr_set_key | call site: 00000 | /src/boringssl/crypto/fipsmodule/aes/aes.cc.inc:167 |
109 | 131 |
2 :
['sk_OPENSSL_STRING_deep_copy', 'sk_OPENSSL_STRING_pop_free'] |
313 | 341 | x509_verify_param_copy(X509_VERIFY_PARAM_st*,X509_VERIFY_PARAM_stconst*,int) | call site: 00000 | /src/boringssl/crypto/x509/x509_vpm.cc:144 |
109 | 109 |
5 :
['sk_CRYPTO_BUFFER_deep_copy', 'std::__1::unique_ptr
|
109 | 145 | ssl_credential_st::Dup()const | call site: 00000 | /src/boringssl/ssl/ssl_credential.cc:138 |
104 | 104 |
1 :
['X509_VERIFY_PARAM_set1_email'] |
204 | 207 | x509_verify_param_copy(X509_VERIFY_PARAM_st*,X509_VERIFY_PARAM_stconst*,int) | call site: 00000 | /src/boringssl/crypto/x509/x509_vpm.cc:161 |
100 | 100 |
1 :
['X509_VERIFY_PARAM_set1_ip'] |
100 | 100 | x509_verify_param_copy(X509_VERIFY_PARAM_st*,X509_VERIFY_PARAM_stconst*,int) | call site: 00000 | /src/boringssl/crypto/x509/x509_vpm.cc:167 |
83 | 83 |
4 :
['std::__1::unique_ptr
|
83 | 95 | SSL_new | call site: 00361 | /src/boringssl/ssl/ssl_lib.cc:542 |
31 | 33 |
3 :
['sk_void_free', 'CRYPTO_get_ex_data', 'CRYPTO_atomic_load_u32'] |
31 | 33 | CRYPTO_free_ex_data | call site: 00000 | /src/boringssl/crypto/ex_data.cc:113 |
6 | 6 |
1 :
['CTR_DRBG_clear'] |
6 | 6 | BCM_rand_bytes_with_additional_data | call site: 00000 | /src/boringssl/crypto/fipsmodule/rand/rand.cc.inc:469 |
4 | 112 |
5 :
['std::__1::optional
|
87 | 207 | SSL_new | call site: 00357 | /src/boringssl/ssl/ssl_lib.cc:534 |
4 | 62 |
2 :
['ERR_put_error', 'cbb_on_error(cbb_st*)'] |
4 | 62 | CBB_flush | call site: 00465 | /src/boringssl/crypto/bytestring/cbb.cc:258 |
4 | 4 |
1 :
['cbb_on_error(cbb_st*)'] |
4 | 4 | cbb_add_u(cbb_st*,unsignedlong,unsignedlong) | call site: 00000 | /src/boringssl/crypto/bytestring/cbb.cc:441 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/boringssl/fuzz/decode_client_hello_inner.cc | 1 |
/src/boringssl/ssl/tls_method.cc | 1 |
/src/boringssl/ssl/ssl_lib.cc | 8 |
/src/boringssl/crypto/err/err.cc | 4 |
/src/boringssl/crypto/thread_pthread.cc | 6 |
/src/boringssl/crypto/internal.h | 4 |
/src/boringssl/crypto/err/../internal.h | 1 |
/src/boringssl/ssl/../crypto/mem_internal.h | 70 |
/src/boringssl/crypto/mem.cc | 14 |
/src/boringssl/ssl/internal.h | 7 |
/src/boringssl/fuzz/../ssl/../crypto/mem_internal.h | 8 |
/src/boringssl/crypto/ex_data.cc | 1 |
/src/boringssl/ssl/ssl_cert.cc | 2 |
/src/boringssl/ssl/ssl_credential.cc | 3 |
/src/boringssl/crypto/lhash/lhash.cc | 1 |
/src/boringssl/include/openssl/pool.h | 6 |
/src/boringssl/crypto/stack/stack.cc | 8 |
/src/boringssl/crypto/fipsmodule/cipher/e_aes.cc.inc | 1 |
/src/boringssl/crypto/fipsmodule/aes/internal.h | 1 |
/src/boringssl/crypto/fipsmodule/../internal.h | 3 |
/src/boringssl/crypto/crypto.cc | 2 |
/src/boringssl/crypto/cpu_intel.cc | 6 |
/src/boringssl/crypto/fipsmodule/aes/gcm.cc.inc | 1 |
/src/boringssl/ssl/ssl_cipher.cc | 16 |
/src/boringssl/include/openssl/ssl.h | 6 |
/src/boringssl/crypto/stack/../internal.h | 1 |
/src/boringssl/include/openssl/span.h | 19 |
/src/boringssl/ssl/ssl_versions.cc | 9 |
/src/boringssl/crypto/refcount.cc | 1 |
/src/boringssl/include/openssl/evp.h | 2 |
/src/boringssl/crypto/evp/evp.cc | 1 |
/src/boringssl/crypto/pool/pool.cc | 1 |
/usr/local/bin/../include/c++/v1/optional | 2 |
/src/boringssl/include/openssl/bytestring.h | 5 |
/src/boringssl/crypto/bytestring/cbs.cc | 9 |
/src/boringssl/ssl/extensions.cc | 4 |
/src/boringssl/ssl/../crypto/internal.h | 1 |
/src/boringssl/ssl/encrypted_client_hello.cc | 3 |
/src/boringssl/include/openssl/base.h | 3 |
/src/boringssl/crypto/bytestring/cbb.cc | 17 |
/src/boringssl/crypto/bytestring/../internal.h | 3 |
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 | 47 | 16.0% |
gold | [1:9] | 0 | 0.0% |
yellow | [10:29] | 0 | 0.0% |
greenyellow | [30:49] | 0 | 0.0% |
lawngreen | 50+ | 245 | 83.9% |
All colors | 292 | 100 |
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 |
---|---|---|---|---|---|---|---|
62 | 62 |
2 :
['ERR_put_error', 'cbb_on_error(cbb_st*)'] |
62 | 62 | CBB_flush | call site: 00110 | /src/boringssl/crypto/bytestring/cbb.cc:258 |
58 | 58 |
1 :
['ERR_put_error'] |
58 | 58 | OPENSSL_malloc | call site: 00022 | /src/boringssl/crypto/mem.cc:206 |
4 | 4 |
1 :
['cbb_on_error(cbb_st*)'] |
4 | 4 | cbb_add_u(cbb_st*,unsignedlong,unsignedlong) | call site: 00000 | /src/boringssl/crypto/bytestring/cbb.cc:441 |
2 | 2 |
1 :
['OPENSSL_memory_alloc'] |
60 | 60 | OPENSSL_malloc | call site: 00019 | /src/boringssl/crypto/mem.cc:191 |
2 | 2 |
1 :
['OPENSSL_memory_get_size'] |
2 | 88 | OPENSSL_realloc | call site: 00118 | /src/boringssl/crypto/mem.cc:273 |
2 | 2 |
1 :
['OPENSSL_memory_free'] |
2 | 2 | OPENSSL_free | call site: 00123 | /src/boringssl/crypto/mem.cc:243 |
0 | 7 |
1 :
['CBS_get_bytes'] |
0 | 7 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:379 |
0 | 7 |
1 :
['CBS_get_bytes'] |
0 | 7 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:387 |
0 | 0 | None | 62 | 169 | CBB_flush | call site: 00110 | /src/boringssl/crypto/bytestring/cbb.cc:223 |
0 | 0 | None | 62 | 169 | CBB_flush | call site: 00110 | /src/boringssl/crypto/bytestring/cbb.cc:226 |
0 | 0 | None | 62 | 64 | CBB_flush | call site: 00110 | /src/boringssl/crypto/bytestring/cbb.cc:244 |
0 | 0 | None | 62 | 62 | CBB_flush | call site: 00110 | /src/boringssl/crypto/bytestring/cbb.cc:219 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/boringssl/fuzz/verify_name_match_normalizename_fuzzer.cc | 1 |
/src/boringssl/fuzz/../pki/input.h | 2 |
/src/boringssl/include/openssl/span.h | 8 |
/src/boringssl/pki/cert_errors.cc | 4 |
/src/boringssl/pki/verify_name_match.cc | 4 |
/src/boringssl/pki/parser.cc | 9 |
/src/boringssl/pki/input.h | 3 |
/src/boringssl/include/openssl/bytestring.h | 3 |
/src/boringssl/include/openssl/base.h | 3 |
/src/boringssl/crypto/bytestring/cbb.cc | 20 |
/src/boringssl/crypto/bytestring/../internal.h | 4 |
/src/boringssl/crypto/mem.cc | 10 |
/src/boringssl/crypto/err/err.cc | 4 |
/src/boringssl/crypto/thread_pthread.cc | 5 |
/src/boringssl/crypto/internal.h | 2 |
/src/boringssl/crypto/err/../internal.h | 1 |
/src/boringssl/crypto/bytestring/cbs.cc | 11 |
/src/boringssl/pki/parse_name.cc | 2 |
/src/boringssl/pki/parse_name.h | 1 |
/src/boringssl/pki/parse_values.cc | 2 |
/src/boringssl/crypto/bytestring/unicode.cc | 4 |
/src/boringssl/pki/cert_error_params.cc | 1 |
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 | 6 | 4.22% |
gold | [1:9] | 0 | 0.0% |
yellow | [10:29] | 5 | 3.52% |
greenyellow | [30:49] | 3 | 2.11% |
lawngreen | 50+ | 128 | 90.1% |
All colors | 142 | 100 |
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 :
['abort'] |
2 | 2 |
bssl::Span
|
call site: 00000 | /src/boringssl/include/openssl/span.h:165 |
2 | 2 |
1 :
['abort'] |
2 | 2 |
bssl::Span
|
call site: 00000 | /src/boringssl/include/openssl/span.h:173 |
0 | 7 |
1 :
['CBS_get_bytes'] |
0 | 7 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:379 |
0 | 7 |
1 :
['CBS_get_bytes'] |
0 | 7 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:387 |
0 | 0 | None | 2 | 9 | bssl::der::Parser::ReadTagAndValue(unsignedint*,bssl::der::Input*) | call site: 00000 | /src/boringssl/pki/parser.cc:62 |
0 | 0 | None | 0 | 112 | bssl::(anonymousnamespace)::ParseResponderID(bssl::der::Input,bssl::OCSPResponseData::ResponderID*) | call site: 00000 | /src/boringssl/pki/ocsp.cc:257 |
0 | 0 | None | 0 | 100 | bssl::der::Parser::ReadConstructed(unsignedint,bssl::der::Parser*) | call site: 00000 | /src/boringssl/pki/parser.cc:123 |
0 | 0 | None | 0 | 49 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:312 |
0 | 0 | None | 0 | 49 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:315 |
0 | 0 | None | 0 | 12 | bssl::der::(anonymousnamespace)::GetUnsignedIntegerLength(bssl::der::Input) | call site: 00000 | /src/boringssl/pki/parse_values.cc:151 |
0 | 0 | None | 0 | 7 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:354 |
0 | 0 | None | 0 | 0 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:394 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/boringssl/fuzz/ocsp_parse_ocsp_response_data_fuzzer.cc | 1 |
/src/boringssl/fuzz/../pki/input.h | 1 |
/src/boringssl/include/openssl/span.h | 8 |
/src/boringssl/pki/ocsp.cc | 4 |
/src/boringssl/pki/ocsp.h | 1 |
/src/boringssl/pki/input.h | 3 |
/src/boringssl/pki/parser.cc | 14 |
/src/boringssl/include/openssl/bytestring.h | 3 |
/src/boringssl/crypto/bytestring/cbs.cc | 10 |
/usr/local/bin/../include/c++/v1/optional | 2 |
/src/boringssl/pki/parse_values.cc | 8 |
/src/boringssl/pki/input.cc | 4 |
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 | 309 | 23.0% |
gold | [1:9] | 44 | 3.28% |
yellow | [10:29] | 27 | 2.01% |
greenyellow | [30:49] | 5 | 0.37% |
lawngreen | 50+ | 954 | 71.2% |
All colors | 1339 | 100 |
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 |
---|---|---|---|---|---|---|---|
233 | 233 |
7 :
['sha1_ssse3_capable', 'sha1_block_data_order_nohw', 'sha1_block_data_order_avx2', 'sha1_block_data_order_ssse3', 'sha1_avx2_capable', 'sha1_block_data_order_avx', 'sha1_avx_capable'] |
233 | 233 | sha1_block_data_order(unsignedint*,unsignedcharconst*,unsignedlong) | call site: 00000 | /src/boringssl/crypto/fipsmodule/sha/sha1.cc.inc:351 |
146 | 146 |
1 :
['CRYPTO_BUFFER_free'] |
146 | 146 | asn1_encoding_clear | call site: 00311 | /src/boringssl/crypto/asn1/tasn_utl.cc:135 |
136 | 140 |
2 :
['BN_is_zero', 'BN_sub_word'] |
136 | 140 | BN_add_word | call site: 00678 | /src/boringssl/crypto/fipsmodule/bn/add.cc.inc:109 |
51 | 51 |
1 :
['OPENSSL_gmtime_adj'] |
51 | 51 | CBS_parse_rfc5280_time_internal(cbs_stconst*,int,int,tm*) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:889 |
38 | 264 |
7 :
['bssl::Span
|
38 | 264 |
voidbssl::crypto_md32_update<(anonymousnamespace)::SHA1Traits>((anonymousnamespace)::SHA1Traits::HashContext*,bssl::Span
|
call site: 00000 | /src/boringssl/crypto/fipsmodule/sha/../digest/md32_common.h:81 |
31 | 33 |
3 :
['sk_void_free', 'CRYPTO_get_ex_data', 'CRYPTO_atomic_load_u32'] |
31 | 33 | CRYPTO_free_ex_data | call site: 00370 | /src/boringssl/crypto/ex_data.cc:113 |
10 | 28 |
3 :
['CRYPTO_MUTEX_lock_read', 'CRYPTO_MUTEX_unlock_read', 'lh_ASN1_OBJECT_retrieve(lhash_st_ASN1_OBJECT const*, asn1_object_st const*)'] |
10 | 86 | OBJ_nid2obj | call site: 00446 | /src/boringssl/crypto/obj/obj.cc:300 |
10 | 10 |
1 :
['lh_ASN1_OBJECT_retrieve(lhash_st_ASN1_OBJECT const*, asn1_object_st const*)'] |
12 | 29 | OBJ_obj2nid | call site: 00340 | /src/boringssl/crypto/obj/obj.cc:164 |
10 | 10 |
1 :
['lh_ASN1_OBJECT_retrieve(lhash_st_ASN1_OBJECT const*, asn1_object_st const*)'] |
12 | 29 | OBJ_sn2nid | call site: 00426 | /src/boringssl/crypto/obj/obj.cc:210 |
10 | 10 |
1 :
['lh_ASN1_OBJECT_retrieve(lhash_st_ASN1_OBJECT const*, asn1_object_st const*)'] |
12 | 29 | OBJ_ln2nid | call site: 00436 | /src/boringssl/crypto/obj/obj.cc:245 |
10 | 10 |
1 :
['lh_ASN1_STRING_TABLE_retrieve(lhash_st_ASN1_STRING_TABLE const*, ASN1_STRING_TABLE const*)'] |
10 | 16 | asn1_string_table_get(int) | call site: 00000 | /src/boringssl/crypto/asn1/a_strnid.cc:139 |
6 | 6 |
2 :
['CRYPTO_BUFFER_len', 'CRYPTO_BUFFER_data'] |
6 | 8699 | asn1_item_ex_d2i(ASN1_VALUE_st**,unsignedcharconst**,long,ASN1_ITEM_stconst*,int,int,char,crypto_buffer_st*,int) | call site: 00000 | /src/boringssl/crypto/asn1/tasn_dec.cc:165 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/boringssl/fuzz/conf.cc | 1 |
/src/boringssl/crypto/bio/bio_mem.cc | 2 |
/src/boringssl/crypto/err/err.cc | 8 |
/src/boringssl/crypto/thread_pthread.cc | 11 |
/src/boringssl/crypto/internal.h | 4 |
/src/boringssl/crypto/err/../internal.h | 1 |
/src/boringssl/crypto/bio/bio.cc | 2 |
/src/boringssl/crypto/mem.cc | 24 |
/src/boringssl/crypto/ex_data.cc | 3 |
/src/boringssl/crypto/conf/conf.cc | 28 |
/src/boringssl/crypto/conf/internal.h | 15 |
/src/boringssl/crypto/lhash/lhash.cc | 9 |
/src/boringssl/include/openssl/conf.h | 9 |
/src/boringssl/crypto/stack/stack.cc | 13 |
/src/boringssl/crypto/buf/buf.cc | 4 |
/src/boringssl/crypto/buf/../internal.h | 1 |
/src/boringssl/crypto/conf/../internal.h | 1 |
/src/boringssl/crypto/stack/../internal.h | 1 |
/src/boringssl/crypto/x509/x_x509.cc | 5 |
/src/boringssl/crypto/asn1/tasn_new.cc | 7 |
/src/boringssl/include/openssl/asn1t.h | 6 |
/src/boringssl/crypto/obj/obj.cc | 17 |
/src/boringssl/crypto/asn1/asn1_lib.cc | 8 |
/src/boringssl/crypto/asn1/tasn_utl.cc | 13 |
/src/boringssl/crypto/asn1/tasn_fre.cc | 4 |
/src/boringssl/crypto/asn1/a_object.cc | 4 |
/src/boringssl/crypto/asn1/a_type.cc | 2 |
/src/boringssl/crypto/refcount.cc | 2 |
/src/boringssl/crypto/pool/pool.cc | 5 |
/src/boringssl/crypto/pool/internal.h | 4 |
/src/boringssl/crypto/obj/../internal.h | 1 |
/src/boringssl/crypto/x509/x_algor.cc | 2 |
/src/boringssl/crypto/asn1/tasn_typ.cc | 10 |
/src/boringssl/include/openssl/stack.h | 3 |
/src/boringssl/crypto/x509/v3_akeya.cc | 1 |
/src/boringssl/crypto/x509/v3_crld.cc | 1 |
/src/boringssl/crypto/x509/v3_genn.cc | 1 |
/src/boringssl/crypto/x509/v3_ncons.cc | 1 |
/src/boringssl/crypto/x509/x_x509a.cc | 1 |
/src/boringssl/crypto/x509/v3_conf.cc | 12 |
/src/boringssl/crypto/x509/../internal.h | 3 |
/src/boringssl/crypto/bytestring/cbb.cc | 23 |
/src/boringssl/crypto/bytestring/../internal.h | 5 |
/src/boringssl/include/openssl/bytestring.h | 3 |
/src/boringssl/crypto/bytestring/cbs.cc | 22 |
/src/boringssl/crypto/x509/v3_utl.cc | 8 |
/src/boringssl/crypto/x509/asn1_gen.cc | 6 |
/src/boringssl/include/openssl/base.h | 3 |
/src/boringssl/crypto/fipsmodule/bn/bn.cc.inc | 14 |
/src/boringssl/crypto/fipsmodule/../internal.h | 4 |
/src/boringssl/crypto/bn/convert.cc | 5 |
/src/boringssl/crypto/fipsmodule/bn/cmp.cc.inc | 1 |
/src/boringssl/crypto/fipsmodule/bn/mul.cc.inc | 1 |
/src/boringssl/crypto/fipsmodule/bn/asm/x86_64-gcc.cc.inc | 1 |
/src/boringssl/crypto/fipsmodule/bn/add.cc.inc | 2 |
/src/boringssl/crypto/asn1/a_int.cc | 6 |
/src/boringssl/crypto/asn1/../internal.h | 3 |
/src/boringssl/crypto/fipsmodule/bn/bytes.cc.inc | 3 |
/src/boringssl/crypto/asn1/posix_time.cc | 8 |
/src/boringssl/crypto/asn1/tasn_dec.cc | 9 |
/src/boringssl/crypto/asn1/a_mbstr.cc | 2 |
/src/boringssl/crypto/bytestring/unicode.cc | 5 |
/src/boringssl/crypto/asn1/a_bitstr.cc | 4 |
/src/boringssl/crypto/asn1/tasn_enc.cc | 8 |
/src/boringssl/crypto/x509/x509_v3.cc | 6 |
/src/boringssl/crypto/x509/x_exten.cc | 3 |
/src/boringssl/crypto/asn1/a_octet.cc | 1 |
/src/boringssl/crypto/x509/v3_lib.cc | 4 |
/src/boringssl/include/openssl/x509.h | 4 |
/src/boringssl/crypto/asn1/a_dup.cc | 1 |
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 | 75 | 20.3% |
gold | [1:9] | 23 | 6.25% |
yellow | [10:29] | 0 | 0.0% |
greenyellow | [30:49] | 0 | 0.0% |
lawngreen | 50+ | 270 | 73.3% |
All colors | 368 | 100 |
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 |
---|---|---|---|---|---|---|---|
438 | 438 |
7 :
['ge_madd(ge_p1p1*, ge_p3 const*, ge_precomp const*)', 'ge_p2_dbl(ge_p1p1*, ge_p2 const*)', 'ge_p3_dbl(ge_p1p1*, ge_p3 const*)', 'table_select(ge_precomp*, int, signed char)', 'x25519_ge_p1p1_to_p3', 'x25519_ge_p1p1_to_p2', 'ge_p3_0(ge_p3*)'] |
438 | 438 | x25519_ge_scalarmult_base | call site: 00000 | /src/boringssl/crypto/curve25519/curve25519.cc:796 |
160 | 491 |
3 :
['ERR_add_error_data', 'ERR_put_error', 'ASN1_item_ex_free'] |
160 | 491 | asn1_item_ex_d2i(ASN1_VALUE_st**,unsignedcharconst**,long,ASN1_ITEM_stconst*,int,int,char,crypto_buffer_st*,int) | call site: 00000 | /src/boringssl/crypto/asn1/tasn_dec.cc:188 |
160 | 491 |
3 :
['ERR_add_error_data', 'ERR_put_error', 'ASN1_item_ex_free'] |
160 | 491 | asn1_item_ex_d2i(ASN1_VALUE_st**,unsignedcharconst**,long,ASN1_ITEM_stconst*,int,int,char,crypto_buffer_st*,int) | call site: 00000 | /src/boringssl/crypto/asn1/tasn_dec.cc:236 |
150 | 150 |
1 :
['X509_VERIFY_PARAM_set1_policies'] |
463 | 494 | x509_verify_param_copy(X509_VERIFY_PARAM_st*,X509_VERIFY_PARAM_stconst*,int) | call site: 00000 | /src/boringssl/crypto/x509/x509_vpm.cc:138 |
148 | 148 |
3 :
['vpaes_capable', 'aes_nohw_set_encrypt_key', 'vpaes_set_encrypt_key'] |
148 | 148 | aes_ctr_set_key | call site: 00000 | /src/boringssl/crypto/fipsmodule/aes/aes.cc.inc:167 |
147 | 147 |
1 :
['add_base128_integer(cbb_st*, unsigned long)'] |
147 | 400 | CBB_add_asn1 | call site: 00000 | /src/boringssl/crypto/bytestring/cbb.cc:372 |
122 | 157 |
6 :
['lh_CRYPTO_BUFFER_retrieve', 'lh_CRYPTO_BUFFER_insert', 'crypto_buffer_free_object(crypto_buffer_st*)', 'CRYPTO_refcount_inc', 'CRYPTO_MUTEX_lock_write', 'CRYPTO_MUTEX_unlock_write'] |
122 | 157 | crypto_buffer_new(unsignedcharconst*,unsignedlong,int,crypto_buffer_pool_st*) | call site: 00000 | /src/boringssl/crypto/pool/pool.cc:131 |
121 | 139 |
4 :
['lh_CRYPTO_BUFFER_retrieve', 'lh_CRYPTO_BUFFER_delete', 'CRYPTO_MUTEX_lock_write', 'CRYPTO_MUTEX_unlock_write'] |
121 | 164 | CRYPTO_BUFFER_free | call site: 00000 | /src/boringssl/crypto/pool/pool.cc:206 |
109 | 131 |
2 :
['sk_OPENSSL_STRING_deep_copy', 'sk_OPENSSL_STRING_pop_free'] |
313 | 341 | x509_verify_param_copy(X509_VERIFY_PARAM_st*,X509_VERIFY_PARAM_stconst*,int) | call site: 00000 | /src/boringssl/crypto/x509/x509_vpm.cc:144 |
104 | 104 |
1 :
['X509_VERIFY_PARAM_set1_email'] |
204 | 207 | x509_verify_param_copy(X509_VERIFY_PARAM_st*,X509_VERIFY_PARAM_stconst*,int) | call site: 00000 | /src/boringssl/crypto/x509/x509_vpm.cc:161 |
101 | 159 |
2 :
['CBS_parse_generalized_time', 'ERR_put_error'] |
378 | 632 | asn1_ex_c2i(ASN1_VALUE_st**,unsignedcharconst*,long,int,ASN1_ITEM_stconst*) | call site: 00000 | /src/boringssl/crypto/asn1/tasn_dec.cc:869 |
100 | 100 |
1 :
['X509_VERIFY_PARAM_set1_ip'] |
100 | 100 | x509_verify_param_copy(X509_VERIFY_PARAM_st*,X509_VERIFY_PARAM_stconst*,int) | call site: 00000 | /src/boringssl/crypto/x509/x509_vpm.cc:167 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/boringssl/fuzz/ssl_ctx_api.cc | 1 |
/src/boringssl/ssl/tls_method.cc | 1 |
/src/boringssl/ssl/ssl_lib.cc | 7 |
/src/boringssl/crypto/err/err.cc | 5 |
/src/boringssl/crypto/thread_pthread.cc | 6 |
/src/boringssl/crypto/internal.h | 4 |
/src/boringssl/crypto/err/../internal.h | 1 |
/src/boringssl/ssl/../crypto/mem_internal.h | 74 |
/src/boringssl/crypto/mem.cc | 14 |
/src/boringssl/ssl/internal.h | 7 |
/src/boringssl/crypto/ex_data.cc | 1 |
/src/boringssl/ssl/ssl_cert.cc | 2 |
/src/boringssl/ssl/ssl_credential.cc | 3 |
/src/boringssl/crypto/lhash/lhash.cc | 1 |
/src/boringssl/include/openssl/pool.h | 6 |
/src/boringssl/crypto/stack/stack.cc | 8 |
/src/boringssl/crypto/fipsmodule/cipher/e_aes.cc.inc | 1 |
/src/boringssl/crypto/fipsmodule/aes/internal.h | 1 |
/src/boringssl/crypto/fipsmodule/../internal.h | 3 |
/src/boringssl/crypto/crypto.cc | 2 |
/src/boringssl/crypto/cpu_intel.cc | 6 |
/src/boringssl/crypto/fipsmodule/aes/gcm.cc.inc | 1 |
/src/boringssl/ssl/ssl_cipher.cc | 16 |
/src/boringssl/include/openssl/ssl.h | 6 |
/src/boringssl/crypto/stack/../internal.h | 1 |
/src/boringssl/include/openssl/span.h | 16 |
/src/boringssl/ssl/ssl_versions.cc | 9 |
/src/boringssl/include/openssl/bytestring.h | 1 |
/src/boringssl/crypto/bytestring/cbs.cc | 2 |
/src/boringssl/crypto/refcount.cc | 1 |
/src/boringssl/include/openssl/evp.h | 2 |
/src/boringssl/crypto/evp/evp.cc | 1 |
/src/boringssl/crypto/pool/pool.cc | 1 |
/usr/local/bin/../include/c++/v1/optional | 2 |
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 | 942 | 43.7% |
gold | [1:9] | 103 | 4.78% |
yellow | [10:29] | 62 | 2.88% |
greenyellow | [30:49] | 4 | 0.18% |
lawngreen | 50+ | 1040 | 48.3% |
All colors | 2151 | 100 |
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 |
---|---|---|---|---|---|---|---|
4016 | 6093 |
25 :
['ERR_put_error', 'SSL_set1_chain', 'std::__1::unique_ptr
|
4016 | 6093 | bssl::ssl_crypto_x509_ssl_auto_chain_if_needed(bssl::SSL_HANDSHAKE*) | call site: 00000 | /src/boringssl/ssl/ssl_x509.cc:296 |
3072 | 3072 |
1 :
['X509_verify_cert'] |
3115 | 3171 | bssl::ssl_crypto_x509_session_verify_cert_chain(ssl_session_st*,bssl::SSL_HANDSHAKE*,unsignedchar*) | call site: 00000 | /src/boringssl/ssl/ssl_x509.cc:247 |
1102 | 1259 |
6 :
['ERR_put_error', 'bssl::internal::StackAllocated
|
1102 | 1744 | bssl::do_send_client_finished(bssl::SSL_HANDSHAKE*) | call site: 00000 | /src/boringssl/ssl/handshake_client.cc:1590 |
888 | 916 |
16 :
['std::__1::unique_ptr
|
888 | 916 | (anonymousnamespace)::TLSFuzzer::Init() | call site: 00000 | /src/boringssl/fuzz/../ssl/test/fuzzer.h:481 |
606 | 606 |
1 :
['bssl::close_early_data(bssl::SSL_HANDSHAKE*, ssl_encryption_level_t)'] |
606 | 606 | bssl::do_read_hello_retry_request(bssl::SSL_HANDSHAKE*) | call site: 00000 | /src/boringssl/ssl/tls13_client.cc:344 |
441 | 441 |
4 :
['std::__1::unique_ptr
|
441 | 3254 | BN_mod_exp_mont | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/exponentiation.cc.inc:163 |
438 | 438 |
7 :
['ge_madd(ge_p1p1*, ge_p3 const*, ge_precomp const*)', 'ge_p2_dbl(ge_p1p1*, ge_p2 const*)', 'ge_p3_dbl(ge_p1p1*, ge_p3 const*)', 'table_select(ge_precomp*, int, signed char)', 'x25519_ge_p1p1_to_p3', 'x25519_ge_p1p1_to_p2', 'ge_p3_0(ge_p3*)'] |
438 | 438 | x25519_ge_scalarmult_base | call site: 00000 | /src/boringssl/crypto/curve25519/curve25519.cc:796 |
431 | 431 |
1 :
['bssl::ssl_add_clienthello_tlsext_inner(bssl::SSL_HANDSHAKE*, cbb_st*, cbb_st*, bool*)'] |
431 | 431 | bssl::ssl_add_clienthello_tlsext(bssl::SSL_HANDSHAKE*,cbb_st*,cbb_st*,bool*,bssl::ssl_client_hello_type_t,unsignedlong) | call site: 00000 | /src/boringssl/ssl/extensions.cc:3881 |
328 | 435 |
9 :
['bssl::ssl_set_session(ssl_st*, ssl_session_st*)', 'bssl::ssl_session_renew_timeout(ssl_st*, ssl_session_st*, unsigned int)', 'std::__1::unique_ptr
|
328 | 4627 | bssl::do_read_server_hello(bssl::SSL_HANDSHAKE*) | call site: 00000 | /src/boringssl/ssl/tls13_client.cc:486 |
312 | 312 |
4 :
['std::__1::unique_ptr
|
312 | 596 | bssl::do_read_session_ticket(bssl::SSL_HANDSHAKE*) | call site: 00000 | /src/boringssl/ssl/handshake_client.cc:1714 |
283 | 1474 |
18 :
['_ZNSt3__16vectorIhNS_9allocatorIhEEE6assignIPKhTnNS_9enable_ifIXaasr31__has_forward_iterator_categoryIT_EE5valuesr16is_constructibleIhNS_15iterator_traitsIS8_E9referenceEEE5valueEiE4typeELi0EEEvS8_S8_', 'SSL_CTX_add_session', 'std::__1::unique_ptr
|
283 | 1474 | (anonymousnamespace)::TLSFuzzer::SetupTest(cbs_st*) | call site: 00000 | /src/boringssl/fuzz/../ssl/test/fuzzer.h:552 |
270 | 270 |
1 :
['bn_mod_mul_montgomery_fallback(bignum_st*, bignum_st const*, bignum_st const*, bn_mont_ctx_st const*, bignum_ctx*)'] |
270 | 270 | BN_mod_mul_montgomery | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/montgomery.cc.inc:314 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/boringssl/fuzz/client_no_fuzzer_mode.cc | 1 |
/src/boringssl/fuzz/../ssl/test/fuzzer.h | 8 |
/src/boringssl/crypto/rand/deterministic.cc | 4 |
/src/boringssl/include/openssl/bytestring.h | 5 |
/src/boringssl/ssl/ssl_session.cc | 19 |
/src/boringssl/ssl/../crypto/internal.h | 7 |
/src/boringssl/crypto/thread_pthread.cc | 9 |
/src/boringssl/ssl/internal.h | 24 |
/src/boringssl/crypto/lhash/lhash.cc | 8 |
/src/boringssl/crypto/mem.cc | 14 |
/src/boringssl/crypto/err/err.cc | 23 |
/src/boringssl/crypto/internal.h | 5 |
/src/boringssl/crypto/err/../internal.h | 1 |
/usr/local/bin/../include/c++/v1/initializer_list | 1 |
/src/boringssl/ssl/ssl_lib.cc | 38 |
/src/boringssl/ssl/../crypto/mem_internal.h | 109 |
/src/boringssl/include/openssl/ssl.h | 11 |
/src/boringssl/crypto/refcount.cc | 2 |
/src/boringssl/crypto/ex_data.cc | 3 |
/src/boringssl/ssl/ssl_cert.cc | 2 |
/src/boringssl/ssl/ssl_credential.cc | 3 |
/src/boringssl/include/openssl/evp.h | 2 |
/src/boringssl/crypto/evp/evp.cc | 1 |
/src/boringssl/include/openssl/span.h | 36 |
/src/boringssl/include/openssl/pool.h | 6 |
/src/boringssl/crypto/stack/stack.cc | 12 |
/src/boringssl/crypto/pool/pool.cc | 5 |
/usr/local/bin/../include/c++/v1/optional | 2 |
/src/boringssl/crypto/bytestring/cbs.cc | 32 |
/src/boringssl/ssl/ssl_asn1.cc | 8 |
/src/boringssl/ssl/ssl_versions.cc | 4 |
/src/boringssl/ssl/ssl_cipher.cc | 10 |
/src/boringssl/crypto/bytestring/../internal.h | 6 |
/src/boringssl/crypto/pool/internal.h | 4 |
/src/boringssl/include/openssl/stack.h | 11 |
/src/boringssl/crypto/stack/../internal.h | 1 |
/src/boringssl/ssl/ssl_x509.cc | 2 |
/src/boringssl/ssl/handoff.cc | 7 |
/src/boringssl/crypto/bio/bio.cc | 14 |
/src/boringssl/crypto/bio/bio_mem.cc | 1 |
/src/boringssl/ssl/handshake.cc | 6 |
/src/boringssl/include/openssl/err.h | 2 |
/src/boringssl/ssl/ssl_buffer.cc | 9 |
/src/boringssl/ssl/s3_pkt.cc | 2 |
/src/boringssl/ssl/extensions.cc | 3 |
/src/boringssl/crypto/buf/buf.cc | 3 |
/src/boringssl/crypto/buf/../internal.h | 1 |
/src/boringssl/ssl/ssl_transcript.cc | 9 |
/src/boringssl/include/openssl/base.h | 12 |
/src/boringssl/crypto/fipsmodule/digest/digest.cc.inc | 10 |
/src/boringssl/crypto/hpke/hpke.cc | 2 |
/src/boringssl/crypto/hpke/../fipsmodule/ec/../bn/../../internal.h | 1 |
/src/boringssl/crypto/fipsmodule/cipher/aead.cc.inc | 5 |
/src/boringssl/crypto/fipsmodule/../internal.h | 17 |
/src/boringssl/crypto/rand/rand.cc | 1 |
/src/boringssl/crypto/fipsmodule/rand/rand.cc.inc | 5 |
/src/boringssl/crypto/rand/fork_detect.cc | 2 |
/src/boringssl/crypto/rand/forkunsafe.cc | 1 |
/src/boringssl/crypto/fipsmodule/rand/internal.h | 2 |
/src/boringssl/crypto/crypto.cc | 2 |
/src/boringssl/crypto/cpu_intel.cc | 6 |
/src/boringssl/crypto/rand/../internal.h | 2 |
/src/boringssl/crypto/chacha/chacha.cc | 2 |
/src/boringssl/crypto/chacha/../internal.h | 4 |
/src/boringssl/crypto/chacha/internal.h | 3 |
/src/boringssl/crypto/fipsmodule/rand/ctrdrbg.cc.inc | 6 |
/src/boringssl/crypto/fipsmodule/aes/aes.cc.inc | 2 |
/src/boringssl/crypto/fipsmodule/aes/internal.h | 3 |
/src/boringssl/crypto/fipsmodule/aes/aes_nohw.cc.inc | 16 |
/src/boringssl/crypto/fipsmodule/aes/../service_indicator/internal.h | 5 |
/src/boringssl/crypto/fipsmodule/digest/digests.cc.inc | 15 |
/src/boringssl/crypto/digest/digest_extra.cc | 2 |
/src/boringssl/ssl/t1_enc.cc | 4 |
/src/boringssl/crypto/fipsmodule/cipher/e_aes.cc.inc | 20 |
/src/boringssl/crypto/cipher/e_chacha20poly1305.cc | 1 |
/src/boringssl/crypto/cipher/e_tls.cc | 7 |
/src/boringssl/crypto/fipsmodule/tls/kdf.cc.inc | 3 |
/src/boringssl/crypto/fipsmodule/hmac/hmac.cc.inc | 6 |
/src/boringssl/ssl/ssl_aead_ctx.cc | 3 |
/src/boringssl/ssl/tls13_enc.cc | 5 |
/src/boringssl/crypto/bytestring/cbb.cc | 18 |
/src/boringssl/crypto/fipsmodule/hkdf/hkdf.cc.inc | 1 |
/src/boringssl/ssl/ssl_key_share.cc | 5 |
/src/boringssl/crypto/fipsmodule/ec/ec.cc.inc | 17 |
/src/boringssl/crypto/fipsmodule/bn/bn.cc.inc | 2 |
/src/boringssl/crypto/fipsmodule/ec/p256-nistz.cc.inc | 5 |
/src/boringssl/crypto/fipsmodule/ec/felem.cc.inc | 4 |
/src/boringssl/crypto/fipsmodule/bn/asm/x86_64-gcc.cc.inc | 2 |
/src/boringssl/crypto/fipsmodule/bn/div.cc.inc | 1 |
/src/boringssl/crypto/fipsmodule/ec/ec_montgomery.cc.inc | 5 |
/src/boringssl/ssl/tls13_both.cc | 3 |
/src/boringssl/ssl/tls13_client.cc | 2 |
/src/boringssl/crypto/sha/sha256.cc | 1 |
/src/boringssl/crypto/fipsmodule/sha/sha256.cc.inc | 6 |
/src/boringssl/crypto/fipsmodule/sha/../digest/md32_common.h | 2 |
/src/boringssl/crypto/fipsmodule/sha/internal.h | 3 |
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 | 818 | 38.0% |
gold | [1:9] | 153 | 7.11% |
yellow | [10:29] | 24 | 1.11% |
greenyellow | [30:49] | 15 | 0.69% |
lawngreen | 50+ | 1141 | 53.0% |
All colors | 2151 | 100 |
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 |
---|---|---|---|---|---|---|---|
4016 | 6093 |
25 :
['ERR_put_error', 'SSL_set1_chain', 'std::__1::unique_ptr
|
4016 | 6093 | bssl::ssl_crypto_x509_ssl_auto_chain_if_needed(bssl::SSL_HANDSHAKE*) | call site: 00000 | /src/boringssl/ssl/ssl_x509.cc:296 |
3072 | 3072 |
1 :
['X509_verify_cert'] |
3115 | 3171 | bssl::ssl_crypto_x509_session_verify_cert_chain(ssl_session_st*,bssl::SSL_HANDSHAKE*,unsignedchar*) | call site: 00000 | /src/boringssl/ssl/ssl_x509.cc:247 |
621 | 1039 |
4 :
['ERR_put_error', 'SSL_renegotiate', 'bssl::ssl_send_alert(ssl_st*, int, int)', 'CBS_len'] |
621 | 1039 | ssl_do_post_handshake(ssl_st*,bssl::SSLMessageconst&) | call site: 00000 | /src/boringssl/ssl/ssl_lib.cc:767 |
549 | 1170 |
15 :
['bssl::SSLTranscript::Update(bssl::Span
|
549 | 1170 |
bssl::SSL_apply_handoff(ssl_st*,bssl::Span
|
call site: 00000 | /src/boringssl/ssl/handoff.cc:250 |
500 | 1964 |
3 :
['BN_mod_mul_montgomery', 'copy_to_prebuf(bignum_st const*, int, unsigned long*, int, int)', 'copy_from_prebuf(bignum_st*, int, unsigned long const*, int, int)'] |
500 | 2219 | BN_mod_exp_mont_consttime | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/exponentiation.cc.inc:570 |
438 | 438 |
7 :
['ge_madd(ge_p1p1*, ge_p3 const*, ge_precomp const*)', 'ge_p2_dbl(ge_p1p1*, ge_p2 const*)', 'ge_p3_dbl(ge_p1p1*, ge_p3 const*)', 'table_select(ge_precomp*, int, signed char)', 'x25519_ge_p1p1_to_p3', 'x25519_ge_p1p1_to_p2', 'ge_p3_0(ge_p3*)'] |
438 | 438 | x25519_ge_scalarmult_base | call site: 00000 | /src/boringssl/crypto/curve25519/curve25519.cc:796 |
270 | 270 |
1 :
['bn_mod_mul_montgomery_fallback(bignum_st*, bignum_st const*, bignum_st const*, bn_mont_ctx_st const*, bignum_ctx*)'] |
270 | 270 | BN_mod_mul_montgomery | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/montgomery.cc.inc:314 |
233 | 233 |
7 :
['sha1_ssse3_capable', 'sha1_block_data_order_nohw', 'sha1_block_data_order_avx2', 'sha1_block_data_order_ssse3', 'sha1_avx2_capable', 'sha1_block_data_order_avx', 'sha1_avx_capable'] |
233 | 233 | sha1_block_data_order(unsignedint*,unsignedcharconst*,unsignedlong) | call site: 00000 | /src/boringssl/crypto/fipsmodule/sha/sha1.cc.inc:351 |
214 | 284 |
6 :
['CRYPTO_cpu_avoid_zmm_registers', 'CRYPTO_is_BMI2_capable', 'gcm_init_vpclmulqdq_avx2', 'CRYPTO_is_AVX512BW_capable', 'CRYPTO_is_AVX512VL_capable', 'gcm_init_vpclmulqdq_avx512'] |
214 | 284 | CRYPTO_ghash_init | call site: 00000 | /src/boringssl/crypto/fipsmodule/aes/gcm.cc.inc:179 |
153 | 153 |
5 :
['sha256_block_data_order_avx', 'sha256_ssse3_capable', 'sha256_avx_capable', 'sha256_block_data_order_ssse3', 'sha256_block_data_order_nohw'] |
153 | 153 | sha256_block_data_order(unsignedint*,unsignedcharconst*,unsignedlong) | call site: 00000 | /src/boringssl/crypto/fipsmodule/sha/sha256.cc.inc:267 |
152 | 156 |
3 :
['EVP_EncryptFinal_ex', 'bssl::internal::StackAllocated
|
152 | 514 | bssl::ssl_encrypt_ticket_with_cipher_ctx(bssl::SSL_HANDSHAKE*,cbb_st*,unsignedcharconst*,unsignedlong) | call site: 00000 | /src/boringssl/ssl/ssl_session.cc:366 |
150 | 150 |
1 :
['X509_VERIFY_PARAM_set1_policies'] |
463 | 494 | x509_verify_param_copy(X509_VERIFY_PARAM_st*,X509_VERIFY_PARAM_stconst*,int) | call site: 00000 | /src/boringssl/crypto/x509/x509_vpm.cc:138 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/boringssl/fuzz/server.cc | 1 |
/src/boringssl/fuzz/../ssl/test/fuzzer.h | 8 |
/src/boringssl/crypto/rand/deterministic.cc | 4 |
/src/boringssl/include/openssl/bytestring.h | 5 |
/src/boringssl/ssl/ssl_session.cc | 19 |
/src/boringssl/ssl/../crypto/internal.h | 7 |
/src/boringssl/crypto/thread_pthread.cc | 9 |
/src/boringssl/ssl/internal.h | 24 |
/src/boringssl/crypto/lhash/lhash.cc | 8 |
/src/boringssl/crypto/mem.cc | 14 |
/src/boringssl/crypto/err/err.cc | 23 |
/src/boringssl/crypto/internal.h | 5 |
/src/boringssl/crypto/err/../internal.h | 1 |
/usr/local/bin/../include/c++/v1/initializer_list | 1 |
/src/boringssl/ssl/ssl_lib.cc | 38 |
/src/boringssl/ssl/../crypto/mem_internal.h | 109 |
/src/boringssl/include/openssl/ssl.h | 11 |
/src/boringssl/crypto/refcount.cc | 2 |
/src/boringssl/crypto/ex_data.cc | 3 |
/src/boringssl/ssl/ssl_cert.cc | 2 |
/src/boringssl/ssl/ssl_credential.cc | 3 |
/src/boringssl/include/openssl/evp.h | 2 |
/src/boringssl/crypto/evp/evp.cc | 1 |
/src/boringssl/include/openssl/span.h | 36 |
/src/boringssl/include/openssl/pool.h | 6 |
/src/boringssl/crypto/stack/stack.cc | 12 |
/src/boringssl/crypto/pool/pool.cc | 5 |
/usr/local/bin/../include/c++/v1/optional | 2 |
/src/boringssl/crypto/bytestring/cbs.cc | 32 |
/src/boringssl/ssl/ssl_asn1.cc | 8 |
/src/boringssl/ssl/ssl_versions.cc | 4 |
/src/boringssl/ssl/ssl_cipher.cc | 10 |
/src/boringssl/crypto/bytestring/../internal.h | 6 |
/src/boringssl/crypto/pool/internal.h | 4 |
/src/boringssl/include/openssl/stack.h | 11 |
/src/boringssl/crypto/stack/../internal.h | 1 |
/src/boringssl/ssl/ssl_x509.cc | 2 |
/src/boringssl/ssl/handoff.cc | 7 |
/src/boringssl/crypto/bio/bio.cc | 14 |
/src/boringssl/crypto/bio/bio_mem.cc | 1 |
/src/boringssl/ssl/handshake.cc | 6 |
/src/boringssl/include/openssl/err.h | 2 |
/src/boringssl/ssl/ssl_buffer.cc | 9 |
/src/boringssl/ssl/s3_pkt.cc | 2 |
/src/boringssl/ssl/extensions.cc | 3 |
/src/boringssl/crypto/buf/buf.cc | 3 |
/src/boringssl/crypto/buf/../internal.h | 1 |
/src/boringssl/ssl/ssl_transcript.cc | 9 |
/src/boringssl/include/openssl/base.h | 12 |
/src/boringssl/crypto/fipsmodule/digest/digest.cc.inc | 10 |
/src/boringssl/crypto/hpke/hpke.cc | 2 |
/src/boringssl/crypto/hpke/../fipsmodule/ec/../bn/../../internal.h | 1 |
/src/boringssl/crypto/fipsmodule/cipher/aead.cc.inc | 5 |
/src/boringssl/crypto/fipsmodule/../internal.h | 17 |
/src/boringssl/crypto/rand/rand.cc | 1 |
/src/boringssl/crypto/fipsmodule/rand/rand.cc.inc | 5 |
/src/boringssl/crypto/rand/fork_detect.cc | 2 |
/src/boringssl/crypto/rand/forkunsafe.cc | 1 |
/src/boringssl/crypto/fipsmodule/rand/internal.h | 2 |
/src/boringssl/crypto/crypto.cc | 2 |
/src/boringssl/crypto/cpu_intel.cc | 6 |
/src/boringssl/crypto/rand/../internal.h | 2 |
/src/boringssl/crypto/chacha/chacha.cc | 2 |
/src/boringssl/crypto/chacha/../internal.h | 4 |
/src/boringssl/crypto/chacha/internal.h | 3 |
/src/boringssl/crypto/fipsmodule/rand/ctrdrbg.cc.inc | 6 |
/src/boringssl/crypto/fipsmodule/aes/aes.cc.inc | 2 |
/src/boringssl/crypto/fipsmodule/aes/internal.h | 3 |
/src/boringssl/crypto/fipsmodule/aes/aes_nohw.cc.inc | 16 |
/src/boringssl/crypto/fipsmodule/aes/../service_indicator/internal.h | 5 |
/src/boringssl/crypto/fipsmodule/digest/digests.cc.inc | 15 |
/src/boringssl/crypto/digest/digest_extra.cc | 2 |
/src/boringssl/ssl/t1_enc.cc | 4 |
/src/boringssl/crypto/fipsmodule/cipher/e_aes.cc.inc | 20 |
/src/boringssl/crypto/cipher/e_chacha20poly1305.cc | 1 |
/src/boringssl/crypto/cipher/e_tls.cc | 7 |
/src/boringssl/crypto/fipsmodule/tls/kdf.cc.inc | 3 |
/src/boringssl/crypto/fipsmodule/hmac/hmac.cc.inc | 6 |
/src/boringssl/ssl/ssl_aead_ctx.cc | 3 |
/src/boringssl/ssl/tls13_enc.cc | 5 |
/src/boringssl/crypto/bytestring/cbb.cc | 18 |
/src/boringssl/crypto/fipsmodule/hkdf/hkdf.cc.inc | 1 |
/src/boringssl/ssl/ssl_key_share.cc | 5 |
/src/boringssl/crypto/fipsmodule/ec/ec.cc.inc | 17 |
/src/boringssl/crypto/fipsmodule/bn/bn.cc.inc | 2 |
/src/boringssl/crypto/fipsmodule/ec/p256-nistz.cc.inc | 5 |
/src/boringssl/crypto/fipsmodule/ec/felem.cc.inc | 4 |
/src/boringssl/crypto/fipsmodule/bn/asm/x86_64-gcc.cc.inc | 2 |
/src/boringssl/crypto/fipsmodule/bn/div.cc.inc | 1 |
/src/boringssl/crypto/fipsmodule/ec/ec_montgomery.cc.inc | 5 |
/src/boringssl/ssl/tls13_both.cc | 3 |
/src/boringssl/ssl/tls13_client.cc | 2 |
/src/boringssl/crypto/sha/sha256.cc | 1 |
/src/boringssl/crypto/fipsmodule/sha/sha256.cc.inc | 6 |
/src/boringssl/crypto/fipsmodule/sha/../digest/md32_common.h | 2 |
/src/boringssl/crypto/fipsmodule/sha/internal.h | 3 |
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 | 6 | 5.82% |
gold | [1:9] | 0 | 0.0% |
yellow | [10:29] | 0 | 0.0% |
greenyellow | [30:49] | 3 | 2.91% |
lawngreen | 50+ | 94 | 91.2% |
All colors | 103 | 100 |
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 :
['abort'] |
2 | 2 |
bssl::Span
|
call site: 00000 | /src/boringssl/include/openssl/span.h:165 |
2 | 2 |
1 :
['abort'] |
2 | 2 |
bssl::Span
|
call site: 00000 | /src/boringssl/include/openssl/span.h:158 |
2 | 2 |
1 :
['abort'] |
2 | 2 |
bssl::Span
|
call site: 00000 | /src/boringssl/include/openssl/span.h:173 |
2 | 2 |
1 :
['abort'] |
2 | 2 |
bssl::Span
|
call site: 00000 | /src/boringssl/include/openssl/span.h:185 |
0 | 7 |
1 :
['CBS_get_bytes'] |
0 | 7 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:379 |
0 | 7 |
1 :
['CBS_get_bytes'] |
0 | 7 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:387 |
0 | 0 | None | 0 | 100 | bssl::der::Parser::ReadConstructed(unsignedint,bssl::der::Parser*) | call site: 00000 | /src/boringssl/pki/parser.cc:123 |
0 | 0 | None | 0 | 49 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:312 |
0 | 0 | None | 0 | 49 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:315 |
0 | 0 | None | 0 | 24 | bssl::der::ParseBitString(bssl::der::Input) | call site: 00000 | /src/boringssl/pki/parse_values.cc:277 |
0 | 0 | None | 0 | 7 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:354 |
0 | 0 | None | 0 | 0 | cbs_get_any_asn1_element(cbs_st*,cbs_st*,unsignedint*,unsignedlong*,int*,int*,int) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:394 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/boringssl/fuzz/crl_parse_crl_certificatelist_fuzzer.cc | 1 |
/src/boringssl/fuzz/../pki/input.h | 2 |
/src/boringssl/include/openssl/span.h | 10 |
/src/boringssl/fuzz/../pki/parse_values.h | 1 |
/src/boringssl/pki/crl.cc | 1 |
/src/boringssl/pki/parser.cc | 10 |
/src/boringssl/pki/input.h | 6 |
/src/boringssl/include/openssl/bytestring.h | 3 |
/src/boringssl/crypto/bytestring/cbs.cc | 9 |
/src/boringssl/pki/parse_values.cc | 2 |
/src/boringssl/pki/input.cc | 5 |
/usr/local/bin/../include/c++/v1/optional | 2 |
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 | 128 | 19.6% |
gold | [1:9] | 9 | 1.37% |
yellow | [10:29] | 10 | 1.53% |
greenyellow | [30:49] | 2 | 0.30% |
lawngreen | 50+ | 504 | 77.1% |
All colors | 653 | 100 |
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 |
---|---|---|---|---|---|---|---|
70 | 70 |
1 :
['CRYPTO_is_AVX2_capable'] |
70 | 70 | rsaz_avx2_preferred | call site: 00509 | /src/boringssl/crypto/fipsmodule/bn/rsaz_exp.h:50 |
58 | 60 |
2 :
['ERR_put_error', 'bn_fits_in_words'] |
58 | 60 | bn_copy_words | call site: 00612 | /src/boringssl/crypto/fipsmodule/bn/bn.cc.inc:270 |
58 | 58 |
1 :
['ERR_put_error'] |
58 | 58 | BN_mod_exp | call site: 00239 | /src/boringssl/crypto/bn/exponentiation.cc:105 |
58 | 58 |
1 :
['ERR_put_error'] |
58 | 58 | bn_usub_consttime | call site: 00207 | /src/boringssl/crypto/fipsmodule/bn/add.cc.inc:203 |
58 | 58 |
1 :
['ERR_put_error'] |
58 | 58 | bn_wexpand | call site: 00059 | /src/boringssl/crypto/fipsmodule/bn/bn.cc.inc:305 |
58 | 58 |
1 :
['ERR_put_error'] |
58 | 58 | BN_div | call site: 00123 | /src/boringssl/crypto/fipsmodule/bn/div.cc.inc:164 |
58 | 58 |
1 :
['ERR_put_error'] |
58 | 58 | BN_mod_exp_mont | call site: 00262 | /src/boringssl/crypto/fipsmodule/bn/exponentiation.cc.inc:137 |
58 | 58 |
1 :
['ERR_put_error'] |
58 | 58 | BN_mod_exp_mont_consttime | call site: 00499 | /src/boringssl/crypto/fipsmodule/bn/exponentiation.cc.inc:431 |
58 | 58 |
1 :
['ERR_put_error'] |
58 | 58 | BN_mod_mul_montgomery | call site: 00336 | /src/boringssl/crypto/fipsmodule/bn/montgomery.cc.inc:306 |
58 | 58 |
1 :
['ERR_put_error'] |
58 | 58 | BN_from_montgomery_word(bignum_st*,bignum_st*,bn_mont_ctx_stconst*) | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/montgomery.cc.inc:224 |
58 | 58 |
1 :
['ERR_put_error'] |
58 | 58 | bn_from_montgomery_in_place(unsignedlong*,unsignedlong,unsignedlong*,unsignedlong,bn_mont_ctx_stconst*) | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/montgomery.cc.inc:195 |
58 | 58 |
1 :
['ERR_put_error'] |
58 | 58 | bn_mul_consttime | call site: 00388 | /src/boringssl/crypto/fipsmodule/bn/mul.cc.inc:207 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/boringssl/fuzz/bn_mod_exp.cc | 2 |
/src/boringssl/include/openssl/bytestring.h | 3 |
/src/boringssl/crypto/bytestring/cbs.cc | 6 |
/src/boringssl/crypto/fipsmodule/bn/bytes.cc.inc | 5 |
/src/boringssl/crypto/fipsmodule/bn/bn.cc.inc | 20 |
/src/boringssl/crypto/mem.cc | 8 |
/src/boringssl/crypto/err/err.cc | 5 |
/src/boringssl/crypto/thread_pthread.cc | 5 |
/src/boringssl/crypto/internal.h | 2 |
/src/boringssl/crypto/err/../internal.h | 1 |
/src/boringssl/crypto/fipsmodule/../internal.h | 22 |
/src/boringssl/crypto/fipsmodule/bn/cmp.cc.inc | 7 |
/src/boringssl/crypto/fipsmodule/bn/ctx.cc.inc | 7 |
/src/boringssl/crypto/fipsmodule/bn/../../mem_internal.h | 21 |
/src/boringssl/crypto/fipsmodule/bn/div.cc.inc | 10 |
/src/boringssl/include/openssl/bn.h | 2 |
/src/boringssl/crypto/fipsmodule/bn/shift.cc.inc | 8 |
/src/boringssl/crypto/fipsmodule/bn/asm/x86_64-gcc.cc.inc | 8 |
/src/boringssl/crypto/fipsmodule/bn/add.cc.inc | 2 |
/src/boringssl/crypto/fipsmodule/bn/mul.cc.inc | 7 |
/src/boringssl/crypto/bn/exponentiation.cc | 2 |
/src/boringssl/crypto/fipsmodule/bn/exponentiation.cc.inc | 7 |
/src/boringssl/crypto/fipsmodule/bn/montgomery.cc.inc | 16 |
/src/boringssl/crypto/fipsmodule/bn/montgomery_inv.cc.inc | 3 |
/src/boringssl/crypto/fipsmodule/bn/internal.h | 8 |
/src/boringssl/crypto/crypto.cc | 2 |
/src/boringssl/crypto/cpu_intel.cc | 6 |
/src/boringssl/crypto/fipsmodule/bn/rsaz_exp.h | 1 |
/src/boringssl/crypto/fipsmodule/bn/rsaz_exp.cc.inc | 1 |
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 | 25 | 18.5% |
gold | [1:9] | 12 | 8.88% |
yellow | [10:29] | 0 | 0.0% |
greenyellow | [30:49] | 0 | 0.0% |
lawngreen | 50+ | 98 | 72.5% |
All colors | 135 | 100 |
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 |
---|---|---|---|---|---|---|---|
438 | 438 |
7 :
['ge_madd(ge_p1p1*, ge_p3 const*, ge_precomp const*)', 'ge_p2_dbl(ge_p1p1*, ge_p2 const*)', 'ge_p3_dbl(ge_p1p1*, ge_p3 const*)', 'table_select(ge_precomp*, int, signed char)', 'x25519_ge_p1p1_to_p3', 'x25519_ge_p1p1_to_p2', 'ge_p3_0(ge_p3*)'] |
438 | 438 | x25519_ge_scalarmult_base | call site: 00000 | /src/boringssl/crypto/curve25519/curve25519.cc:796 |
147 | 147 |
1 :
['add_base128_integer(cbb_st*, unsigned long)'] |
147 | 400 | CBB_add_asn1 | call site: 00000 | /src/boringssl/crypto/bytestring/cbb.cc:372 |
136 | 370 |
2 :
['bn_mod_lshift1_consttime', 'BN_sub_word'] |
136 | 2722 | BN_mod_sqrt | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/sqrt.cc.inc:115 |
136 | 140 |
2 :
['BN_is_zero', 'BN_sub_word'] |
136 | 140 | BN_add_word | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/add.cc.inc:109 |
105 | 356 |
2 :
['BN_one', 'BN_nnmod'] |
105 | 3730 | BN_mod_sqrt | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/sqrt.cc.inc:269 |
105 | 110 |
3 :
['BN_one', 'BN_zero', 'BN_abs_is_word'] |
105 | 110 | BN_mod_exp_mont | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/exponentiation.cc.inc:143 |
105 | 110 |
3 :
['BN_one', 'BN_zero', 'BN_abs_is_word'] |
105 | 110 | BN_mod_exp_mont_consttime | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/exponentiation.cc.inc:440 |
76 | 168 |
5 :
['abort', 'bn_from_montgomery_in_place(unsigned long*, unsigned long, unsigned long*, unsigned long, bn_mont_ctx_st const*)', 'OPENSSL_cleanse', 'bn_sqr_small', 'bn_mul_small'] |
76 | 168 | bn_mod_mul_montgomery_small | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/montgomery.cc.inc:363 |
31 | 33 |
3 :
['sk_void_free', 'CRYPTO_get_ex_data', 'CRYPTO_atomic_load_u32'] |
31 | 33 | CRYPTO_free_ex_data | call site: 00000 | /src/boringssl/crypto/ex_data.cc:113 |
5 | 79 |
2 :
['align_pointer(void*, unsigned long)', 'OPENSSL_malloc'] |
19 | 4293 | BN_mod_exp_mont_consttime | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/exponentiation.cc.inc:521 |
4 | 62 |
2 :
['ERR_put_error', 'cbb_on_error(cbb_st*)'] |
4 | 62 | CBB_flush | call site: 00098 | /src/boringssl/crypto/bytestring/cbb.cc:258 |
4 | 4 |
1 :
['cbb_on_error(cbb_st*)'] |
4 | 4 | cbb_add_u(cbb_st*,unsignedlong,unsignedlong) | call site: 00000 | /src/boringssl/crypto/bytestring/cbb.cc:441 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/boringssl/fuzz/pkcs8.cc | 1 |
/src/boringssl/crypto/fuzzer_mode.cc | 1 |
/src/boringssl/crypto/internal.h | 5 |
/src/boringssl/include/openssl/bytestring.h | 3 |
/src/boringssl/crypto/evp/evp_asn1.cc | 3 |
/src/boringssl/crypto/bytestring/cbs.cc | 15 |
/src/boringssl/crypto/err/err.cc | 5 |
/src/boringssl/crypto/thread_pthread.cc | 5 |
/src/boringssl/crypto/err/../internal.h | 1 |
/src/boringssl/crypto/evp/../internal.h | 1 |
/src/boringssl/crypto/evp/evp.cc | 4 |
/src/boringssl/crypto/mem.cc | 8 |
/src/boringssl/crypto/bytestring/cbb.cc | 10 |
/src/boringssl/crypto/bytestring/../internal.h | 2 |
/src/boringssl/crypto/refcount.cc | 1 |
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 | 95 | 9.63% |
gold | [1:9] | 37 | 3.75% |
yellow | [10:29] | 45 | 4.56% |
greenyellow | [30:49] | 23 | 2.33% |
lawngreen | 50+ | 786 | 79.7% |
All colors | 986 | 100 |
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 |
---|---|---|---|---|---|---|---|
142 | 157 |
6 :
['lh_CRYPTO_BUFFER_retrieve', 'lh_CRYPTO_BUFFER_insert', 'crypto_buffer_free_object(crypto_buffer_st*)', 'CRYPTO_refcount_inc', 'CRYPTO_MUTEX_lock_write', 'CRYPTO_MUTEX_unlock_write'] |
142 | 157 | crypto_buffer_new(unsignedcharconst*,unsignedlong,int,crypto_buffer_pool_st*) | call site: 00000 | /src/boringssl/crypto/pool/pool.cc:131 |
139 | 139 |
4 :
['lh_CRYPTO_BUFFER_retrieve', 'lh_CRYPTO_BUFFER_delete', 'CRYPTO_MUTEX_lock_write', 'CRYPTO_MUTEX_unlock_write'] |
139 | 164 | CRYPTO_BUFFER_free | call site: 00000 | /src/boringssl/crypto/pool/pool.cc:206 |
12 | 12 |
2 :
['CRYPTO_MUTEX_lock_read', 'CRYPTO_MUTEX_unlock_read'] |
172 | 354 | crypto_buffer_new(unsignedcharconst*,unsignedlong,int,crypto_buffer_pool_st*) | call site: 00000 | /src/boringssl/crypto/pool/pool.cc:88 |
4 | 62 |
2 :
['ERR_put_error', 'cbb_on_error(cbb_st*)'] |
4 | 62 | CBB_flush | call site: 00497 | /src/boringssl/crypto/bytestring/cbb.cc:258 |
4 | 4 |
1 :
['cbb_on_error(cbb_st*)'] |
4 | 4 | cbb_add_u(cbb_st*,unsignedlong,unsignedlong) | call site: 00000 | /src/boringssl/crypto/bytestring/cbb.cc:441 |
2 | 2 |
1 :
['OPENSSL_memory_get_size'] |
2 | 88 | OPENSSL_realloc | call site: 00505 | /src/boringssl/crypto/mem.cc:273 |
2 | 2 |
1 :
['OPENSSL_memory_alloc'] |
2 | 60 | OPENSSL_malloc | call site: 00020 | /src/boringssl/crypto/mem.cc:191 |
2 | 2 |
1 :
['__errno_location'] |
2 | 6 | ERR_put_error | call site: 00026 | /src/boringssl/crypto/err/err.cc:591 |
2 | 2 |
1 :
['OPENSSL_memory_free'] |
2 | 2 | OPENSSL_free | call site: 00056 | /src/boringssl/crypto/mem.cc:243 |
2 | 2 |
1 :
['abort'] |
2 | 2 | CRYPTO_once | call site: 00029 | /src/boringssl/crypto/thread_pthread.cc:59 |
2 | 2 |
1 :
['abort'] |
2 | 2 |
bssl::Span
|
call site: 00000 | /src/boringssl/include/openssl/span.h:165 |
2 | 2 |
1 :
['abort'] |
2 | 2 |
bssl::Span
|
call site: 00000 | /src/boringssl/include/openssl/span.h:158 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/boringssl/fuzz/parse_certificate_fuzzer.cc | 1 |
/src/boringssl/pki/cert_errors.cc | 8 |
/src/boringssl/crypto/pool/pool.cc | 5 |
/src/boringssl/crypto/thread_pthread.cc | 9 |
/src/boringssl/crypto/pool/internal.h | 4 |
/src/boringssl/crypto/lhash/lhash.cc | 5 |
/src/boringssl/crypto/refcount.cc | 1 |
/src/boringssl/crypto/internal.h | 4 |
/src/boringssl/crypto/mem.cc | 10 |
/src/boringssl/crypto/err/err.cc | 4 |
/src/boringssl/crypto/err/../internal.h | 1 |
/src/boringssl/pki/parsed_certificate.cc | 3 |
/src/boringssl/pki/input.h | 13 |
/src/boringssl/include/openssl/span.h | 20 |
/src/boringssl/pki/parse_certificate.cc | 17 |
/src/boringssl/pki/parser.cc | 15 |
/src/boringssl/include/openssl/bytestring.h | 3 |
/src/boringssl/crypto/bytestring/cbs.cc | 14 |
/src/boringssl/pki/parse_values.cc | 15 |
/src/boringssl/pki/input.cc | 7 |
/usr/local/bin/../include/c++/v1/optional | 10 |
/src/boringssl/pki/cert_error_params.cc | 2 |
/src/boringssl/pki/signature_algorithm.cc | 7 |
/src/boringssl/crypto/digest/digest_extra.cc | 3 |
/src/boringssl/crypto/digest/../internal.h | 1 |
/src/boringssl/crypto/fipsmodule/digest/digests.cc.inc | 20 |
/src/boringssl/pki/verify_name_match.cc | 4 |
/src/boringssl/include/openssl/base.h | 3 |
/src/boringssl/crypto/bytestring/cbb.cc | 20 |
/src/boringssl/crypto/bytestring/../internal.h | 4 |
/src/boringssl/pki/parse_name.cc | 2 |
/src/boringssl/pki/parse_name.h | 1 |
/src/boringssl/crypto/bytestring/unicode.cc | 4 |
/src/boringssl/pki/parse_certificate.h | 2 |
/src/boringssl/pki/parse_values.h | 1 |
/src/boringssl/pki/extended_key_usage.cc | 1 |
/src/boringssl/pki/general_names.cc | 3 |
/src/boringssl/pki/string_util.cc | 1 |
/src/boringssl/pki/ip_util.cc | 1 |
/src/boringssl/pki/name_constraints.cc | 3 |
/src/boringssl/pki/certificate_policies.cc | 6 |
/src/boringssl/pki/certificate_policies.h | 1 |
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 | 864 | 40.1% |
gold | [1:9] | 135 | 6.27% |
yellow | [10:29] | 26 | 1.20% |
greenyellow | [30:49] | 22 | 1.02% |
lawngreen | 50+ | 1104 | 51.3% |
All colors | 2151 | 100 |
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 |
---|---|---|---|---|---|---|---|
4016 | 6093 |
25 :
['ERR_put_error', 'SSL_set1_chain', 'std::__1::unique_ptr
|
4016 | 6093 | bssl::ssl_crypto_x509_ssl_auto_chain_if_needed(bssl::SSL_HANDSHAKE*) | call site: 00000 | /src/boringssl/ssl/ssl_x509.cc:296 |
3072 | 3072 |
1 :
['X509_verify_cert'] |
3115 | 3171 | bssl::ssl_crypto_x509_session_verify_cert_chain(ssl_session_st*,bssl::SSL_HANDSHAKE*,unsignedchar*) | call site: 00000 | /src/boringssl/ssl/ssl_x509.cc:247 |
549 | 1170 |
15 :
['bssl::SSLTranscript::Update(bssl::Span
|
549 | 1170 |
bssl::SSL_apply_handoff(ssl_st*,bssl::Span
|
call site: 00000 | /src/boringssl/ssl/handoff.cc:250 |
500 | 1964 |
3 :
['BN_mod_mul_montgomery', 'copy_to_prebuf(bignum_st const*, int, unsigned long*, int, int)', 'copy_from_prebuf(bignum_st*, int, unsigned long const*, int, int)'] |
500 | 2219 | BN_mod_exp_mont_consttime | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/exponentiation.cc.inc:570 |
438 | 438 |
7 :
['ge_madd(ge_p1p1*, ge_p3 const*, ge_precomp const*)', 'ge_p2_dbl(ge_p1p1*, ge_p2 const*)', 'ge_p3_dbl(ge_p1p1*, ge_p3 const*)', 'table_select(ge_precomp*, int, signed char)', 'x25519_ge_p1p1_to_p3', 'x25519_ge_p1p1_to_p2', 'ge_p3_0(ge_p3*)'] |
438 | 438 | x25519_ge_scalarmult_base | call site: 00000 | /src/boringssl/crypto/curve25519/curve25519.cc:796 |
270 | 270 |
1 :
['bn_mod_mul_montgomery_fallback(bignum_st*, bignum_st const*, bignum_st const*, bn_mont_ctx_st const*, bignum_ctx*)'] |
270 | 270 | BN_mod_mul_montgomery | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/montgomery.cc.inc:314 |
233 | 233 |
7 :
['sha1_ssse3_capable', 'sha1_block_data_order_nohw', 'sha1_block_data_order_avx2', 'sha1_block_data_order_ssse3', 'sha1_avx2_capable', 'sha1_block_data_order_avx', 'sha1_avx_capable'] |
233 | 233 | sha1_block_data_order(unsignedint*,unsignedcharconst*,unsignedlong) | call site: 00000 | /src/boringssl/crypto/fipsmodule/sha/sha1.cc.inc:351 |
214 | 284 |
6 :
['CRYPTO_cpu_avoid_zmm_registers', 'CRYPTO_is_BMI2_capable', 'gcm_init_vpclmulqdq_avx2', 'CRYPTO_is_AVX512BW_capable', 'CRYPTO_is_AVX512VL_capable', 'gcm_init_vpclmulqdq_avx512'] |
214 | 284 | CRYPTO_ghash_init | call site: 00000 | /src/boringssl/crypto/fipsmodule/aes/gcm.cc.inc:179 |
171 | 286 |
2 :
['calc_tag(unsigned char*, unsigned char const*, unsigned char const*, unsigned char const*, unsigned long, unsigned char const*, unsigned long, unsigned char const*, unsigned long)', 'CRYPTO_chacha_20'] |
171 | 346 | chacha20_poly1305_open_gather(unsignedcharconst*,unsignedchar*,unsignedcharconst*,unsignedlong,unsignedcharconst*,unsignedlong,unsignedcharconst*,unsignedlong,unsignedcharconst*,unsignedlong,unsignedlong) | call site: 00000 | /src/boringssl/crypto/cipher/e_chacha20poly1305.cc:248 |
171 | 286 |
2 :
['CRYPTO_chacha_20', 'calc_tag(unsigned char*, unsigned char const*, unsigned char const*, unsigned char const*, unsigned long, unsigned char const*, unsigned long, unsigned char const*, unsigned long)'] |
171 | 286 | chacha20_poly1305_seal_scatter(unsignedcharconst*,unsignedchar*,unsignedchar*,unsignedlong*,unsignedlong,unsignedcharconst*,unsignedlong,unsignedcharconst*,unsignedlong,unsignedcharconst*,unsignedlong,unsignedcharconst*,unsignedlong,unsignedlong) | call site: 00000 | /src/boringssl/crypto/cipher/e_chacha20poly1305.cc:165 |
153 | 153 |
5 :
['sha256_block_data_order_avx', 'sha256_ssse3_capable', 'sha256_avx_capable', 'sha256_block_data_order_ssse3', 'sha256_block_data_order_nohw'] |
153 | 153 | sha256_block_data_order(unsignedint*,unsignedcharconst*,unsignedlong) | call site: 00000 | /src/boringssl/crypto/fipsmodule/sha/sha256.cc.inc:267 |
150 | 150 |
1 :
['X509_VERIFY_PARAM_set1_policies'] |
463 | 494 | x509_verify_param_copy(X509_VERIFY_PARAM_st*,X509_VERIFY_PARAM_stconst*,int) | call site: 00000 | /src/boringssl/crypto/x509/x509_vpm.cc:138 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/boringssl/fuzz/server_no_fuzzer_mode.cc | 1 |
/src/boringssl/fuzz/../ssl/test/fuzzer.h | 8 |
/src/boringssl/crypto/rand/deterministic.cc | 4 |
/src/boringssl/include/openssl/bytestring.h | 5 |
/src/boringssl/ssl/ssl_session.cc | 19 |
/src/boringssl/ssl/../crypto/internal.h | 7 |
/src/boringssl/crypto/thread_pthread.cc | 9 |
/src/boringssl/ssl/internal.h | 24 |
/src/boringssl/crypto/lhash/lhash.cc | 8 |
/src/boringssl/crypto/mem.cc | 14 |
/src/boringssl/crypto/err/err.cc | 23 |
/src/boringssl/crypto/internal.h | 5 |
/src/boringssl/crypto/err/../internal.h | 1 |
/usr/local/bin/../include/c++/v1/initializer_list | 1 |
/src/boringssl/ssl/ssl_lib.cc | 38 |
/src/boringssl/ssl/../crypto/mem_internal.h | 109 |
/src/boringssl/include/openssl/ssl.h | 11 |
/src/boringssl/crypto/refcount.cc | 2 |
/src/boringssl/crypto/ex_data.cc | 3 |
/src/boringssl/ssl/ssl_cert.cc | 2 |
/src/boringssl/ssl/ssl_credential.cc | 3 |
/src/boringssl/include/openssl/evp.h | 2 |
/src/boringssl/crypto/evp/evp.cc | 1 |
/src/boringssl/include/openssl/span.h | 36 |
/src/boringssl/include/openssl/pool.h | 6 |
/src/boringssl/crypto/stack/stack.cc | 12 |
/src/boringssl/crypto/pool/pool.cc | 5 |
/usr/local/bin/../include/c++/v1/optional | 2 |
/src/boringssl/crypto/bytestring/cbs.cc | 32 |
/src/boringssl/ssl/ssl_asn1.cc | 8 |
/src/boringssl/ssl/ssl_versions.cc | 4 |
/src/boringssl/ssl/ssl_cipher.cc | 10 |
/src/boringssl/crypto/bytestring/../internal.h | 6 |
/src/boringssl/crypto/pool/internal.h | 4 |
/src/boringssl/include/openssl/stack.h | 11 |
/src/boringssl/crypto/stack/../internal.h | 1 |
/src/boringssl/ssl/ssl_x509.cc | 2 |
/src/boringssl/ssl/handoff.cc | 7 |
/src/boringssl/crypto/bio/bio.cc | 14 |
/src/boringssl/crypto/bio/bio_mem.cc | 1 |
/src/boringssl/ssl/handshake.cc | 6 |
/src/boringssl/include/openssl/err.h | 2 |
/src/boringssl/ssl/ssl_buffer.cc | 9 |
/src/boringssl/ssl/s3_pkt.cc | 2 |
/src/boringssl/ssl/extensions.cc | 3 |
/src/boringssl/crypto/buf/buf.cc | 3 |
/src/boringssl/crypto/buf/../internal.h | 1 |
/src/boringssl/ssl/ssl_transcript.cc | 9 |
/src/boringssl/include/openssl/base.h | 12 |
/src/boringssl/crypto/fipsmodule/digest/digest.cc.inc | 10 |
/src/boringssl/crypto/hpke/hpke.cc | 2 |
/src/boringssl/crypto/hpke/../fipsmodule/ec/../bn/../../internal.h | 1 |
/src/boringssl/crypto/fipsmodule/cipher/aead.cc.inc | 5 |
/src/boringssl/crypto/fipsmodule/../internal.h | 17 |
/src/boringssl/crypto/rand/rand.cc | 1 |
/src/boringssl/crypto/fipsmodule/rand/rand.cc.inc | 5 |
/src/boringssl/crypto/rand/fork_detect.cc | 2 |
/src/boringssl/crypto/rand/forkunsafe.cc | 1 |
/src/boringssl/crypto/fipsmodule/rand/internal.h | 2 |
/src/boringssl/crypto/crypto.cc | 2 |
/src/boringssl/crypto/cpu_intel.cc | 6 |
/src/boringssl/crypto/rand/../internal.h | 2 |
/src/boringssl/crypto/chacha/chacha.cc | 2 |
/src/boringssl/crypto/chacha/../internal.h | 4 |
/src/boringssl/crypto/chacha/internal.h | 3 |
/src/boringssl/crypto/fipsmodule/rand/ctrdrbg.cc.inc | 6 |
/src/boringssl/crypto/fipsmodule/aes/aes.cc.inc | 2 |
/src/boringssl/crypto/fipsmodule/aes/internal.h | 3 |
/src/boringssl/crypto/fipsmodule/aes/aes_nohw.cc.inc | 16 |
/src/boringssl/crypto/fipsmodule/aes/../service_indicator/internal.h | 5 |
/src/boringssl/crypto/fipsmodule/digest/digests.cc.inc | 15 |
/src/boringssl/crypto/digest/digest_extra.cc | 2 |
/src/boringssl/ssl/t1_enc.cc | 4 |
/src/boringssl/crypto/fipsmodule/cipher/e_aes.cc.inc | 20 |
/src/boringssl/crypto/cipher/e_chacha20poly1305.cc | 1 |
/src/boringssl/crypto/cipher/e_tls.cc | 7 |
/src/boringssl/crypto/fipsmodule/tls/kdf.cc.inc | 3 |
/src/boringssl/crypto/fipsmodule/hmac/hmac.cc.inc | 6 |
/src/boringssl/ssl/ssl_aead_ctx.cc | 3 |
/src/boringssl/ssl/tls13_enc.cc | 5 |
/src/boringssl/crypto/bytestring/cbb.cc | 18 |
/src/boringssl/crypto/fipsmodule/hkdf/hkdf.cc.inc | 1 |
/src/boringssl/ssl/ssl_key_share.cc | 5 |
/src/boringssl/crypto/fipsmodule/ec/ec.cc.inc | 17 |
/src/boringssl/crypto/fipsmodule/bn/bn.cc.inc | 2 |
/src/boringssl/crypto/fipsmodule/ec/p256-nistz.cc.inc | 5 |
/src/boringssl/crypto/fipsmodule/ec/felem.cc.inc | 4 |
/src/boringssl/crypto/fipsmodule/bn/asm/x86_64-gcc.cc.inc | 2 |
/src/boringssl/crypto/fipsmodule/bn/div.cc.inc | 1 |
/src/boringssl/crypto/fipsmodule/ec/ec_montgomery.cc.inc | 5 |
/src/boringssl/ssl/tls13_both.cc | 3 |
/src/boringssl/ssl/tls13_client.cc | 2 |
/src/boringssl/crypto/sha/sha256.cc | 1 |
/src/boringssl/crypto/fipsmodule/sha/sha256.cc.inc | 6 |
/src/boringssl/crypto/fipsmodule/sha/../digest/md32_common.h | 2 |
/src/boringssl/crypto/fipsmodule/sha/internal.h | 3 |
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 | 822 | 38.2% |
gold | [1:9] | 122 | 5.67% |
yellow | [10:29] | 21 | 0.97% |
greenyellow | [30:49] | 4 | 0.18% |
lawngreen | 50+ | 1182 | 54.9% |
All colors | 2151 | 100 |
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 |
---|---|---|---|---|---|---|---|
4016 | 6093 |
25 :
['ERR_put_error', 'SSL_set1_chain', 'std::__1::unique_ptr
|
4016 | 6093 | bssl::ssl_crypto_x509_ssl_auto_chain_if_needed(bssl::SSL_HANDSHAKE*) | call site: 00000 | /src/boringssl/ssl/ssl_x509.cc:296 |
3072 | 3072 |
1 :
['X509_verify_cert'] |
3115 | 3171 | bssl::ssl_crypto_x509_session_verify_cert_chain(ssl_session_st*,bssl::SSL_HANDSHAKE*,unsignedchar*) | call site: 00000 | /src/boringssl/ssl/ssl_x509.cc:247 |
888 | 916 |
16 :
['std::__1::unique_ptr
|
888 | 916 | (anonymousnamespace)::TLSFuzzer::Init() | call site: 00000 | /src/boringssl/fuzz/../ssl/test/fuzzer.h:481 |
606 | 709 |
7 :
['bssl::internal::StackAllocated
|
606 | 709 | bssl::do_send_end_of_early_data(bssl::SSL_HANDSHAKE*) | call site: 00000 | /src/boringssl/ssl/tls13_client.cc:842 |
606 | 606 |
1 :
['bssl::close_early_data(bssl::SSL_HANDSHAKE*, ssl_encryption_level_t)'] |
606 | 606 | bssl::do_read_hello_retry_request(bssl::SSL_HANDSHAKE*) | call site: 00000 | /src/boringssl/ssl/tls13_client.cc:344 |
500 | 1964 |
3 :
['BN_mod_mul_montgomery', 'copy_to_prebuf(bignum_st const*, int, unsigned long*, int, int)', 'copy_from_prebuf(bignum_st*, int, unsigned long const*, int, int)'] |
500 | 2219 | BN_mod_exp_mont_consttime | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/exponentiation.cc.inc:570 |
438 | 438 |
7 :
['ge_madd(ge_p1p1*, ge_p3 const*, ge_precomp const*)', 'ge_p2_dbl(ge_p1p1*, ge_p2 const*)', 'ge_p3_dbl(ge_p1p1*, ge_p3 const*)', 'table_select(ge_precomp*, int, signed char)', 'x25519_ge_p1p1_to_p3', 'x25519_ge_p1p1_to_p2', 'ge_p3_0(ge_p3*)'] |
438 | 438 | x25519_ge_scalarmult_base | call site: 00000 | /src/boringssl/crypto/curve25519/curve25519.cc:796 |
431 | 431 |
1 :
['bssl::ssl_add_clienthello_tlsext_inner(bssl::SSL_HANDSHAKE*, cbb_st*, cbb_st*, bool*)'] |
431 | 431 | bssl::ssl_add_clienthello_tlsext(bssl::SSL_HANDSHAKE*,cbb_st*,cbb_st*,bool*,bssl::ssl_client_hello_type_t,unsignedlong) | call site: 00000 | /src/boringssl/ssl/extensions.cc:3881 |
283 | 1474 |
18 :
['_ZNSt3__16vectorIhNS_9allocatorIhEEE6assignIPKhTnNS_9enable_ifIXaasr31__has_forward_iterator_categoryIT_EE5valuesr16is_constructibleIhNS_15iterator_traitsIS8_E9referenceEEE5valueEiE4typeELi0EEEvS8_S8_', 'SSL_CTX_add_session', 'std::__1::unique_ptr
|
283 | 1474 | (anonymousnamespace)::TLSFuzzer::SetupTest(cbs_st*) | call site: 00000 | /src/boringssl/fuzz/../ssl/test/fuzzer.h:552 |
270 | 270 |
1 :
['bn_mod_mul_montgomery_fallback(bignum_st*, bignum_st const*, bignum_st const*, bn_mont_ctx_st const*, bignum_ctx*)'] |
270 | 270 | BN_mod_mul_montgomery | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/montgomery.cc.inc:314 |
233 | 233 |
7 :
['sha1_ssse3_capable', 'sha1_block_data_order_nohw', 'sha1_block_data_order_avx2', 'sha1_block_data_order_ssse3', 'sha1_avx2_capable', 'sha1_block_data_order_avx', 'sha1_avx_capable'] |
233 | 233 | sha1_block_data_order(unsignedint*,unsignedcharconst*,unsignedlong) | call site: 00000 | /src/boringssl/crypto/fipsmodule/sha/sha1.cc.inc:351 |
214 | 284 |
6 :
['CRYPTO_cpu_avoid_zmm_registers', 'CRYPTO_is_BMI2_capable', 'gcm_init_vpclmulqdq_avx2', 'CRYPTO_is_AVX512BW_capable', 'CRYPTO_is_AVX512VL_capable', 'gcm_init_vpclmulqdq_avx512'] |
214 | 284 | CRYPTO_ghash_init | call site: 00000 | /src/boringssl/crypto/fipsmodule/aes/gcm.cc.inc:179 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/boringssl/fuzz/client.cc | 1 |
/src/boringssl/fuzz/../ssl/test/fuzzer.h | 8 |
/src/boringssl/crypto/rand/deterministic.cc | 4 |
/src/boringssl/include/openssl/bytestring.h | 5 |
/src/boringssl/ssl/ssl_session.cc | 19 |
/src/boringssl/ssl/../crypto/internal.h | 7 |
/src/boringssl/crypto/thread_pthread.cc | 9 |
/src/boringssl/ssl/internal.h | 24 |
/src/boringssl/crypto/lhash/lhash.cc | 8 |
/src/boringssl/crypto/mem.cc | 14 |
/src/boringssl/crypto/err/err.cc | 23 |
/src/boringssl/crypto/internal.h | 5 |
/src/boringssl/crypto/err/../internal.h | 1 |
/usr/local/bin/../include/c++/v1/initializer_list | 1 |
/src/boringssl/ssl/ssl_lib.cc | 38 |
/src/boringssl/ssl/../crypto/mem_internal.h | 109 |
/src/boringssl/include/openssl/ssl.h | 11 |
/src/boringssl/crypto/refcount.cc | 2 |
/src/boringssl/crypto/ex_data.cc | 3 |
/src/boringssl/ssl/ssl_cert.cc | 2 |
/src/boringssl/ssl/ssl_credential.cc | 3 |
/src/boringssl/include/openssl/evp.h | 2 |
/src/boringssl/crypto/evp/evp.cc | 1 |
/src/boringssl/include/openssl/span.h | 36 |
/src/boringssl/include/openssl/pool.h | 6 |
/src/boringssl/crypto/stack/stack.cc | 12 |
/src/boringssl/crypto/pool/pool.cc | 5 |
/usr/local/bin/../include/c++/v1/optional | 2 |
/src/boringssl/crypto/bytestring/cbs.cc | 32 |
/src/boringssl/ssl/ssl_asn1.cc | 8 |
/src/boringssl/ssl/ssl_versions.cc | 4 |
/src/boringssl/ssl/ssl_cipher.cc | 10 |
/src/boringssl/crypto/bytestring/../internal.h | 6 |
/src/boringssl/crypto/pool/internal.h | 4 |
/src/boringssl/include/openssl/stack.h | 11 |
/src/boringssl/crypto/stack/../internal.h | 1 |
/src/boringssl/ssl/ssl_x509.cc | 2 |
/src/boringssl/ssl/handoff.cc | 7 |
/src/boringssl/crypto/bio/bio.cc | 14 |
/src/boringssl/crypto/bio/bio_mem.cc | 1 |
/src/boringssl/ssl/handshake.cc | 6 |
/src/boringssl/include/openssl/err.h | 2 |
/src/boringssl/ssl/ssl_buffer.cc | 9 |
/src/boringssl/ssl/s3_pkt.cc | 2 |
/src/boringssl/ssl/extensions.cc | 3 |
/src/boringssl/crypto/buf/buf.cc | 3 |
/src/boringssl/crypto/buf/../internal.h | 1 |
/src/boringssl/ssl/ssl_transcript.cc | 9 |
/src/boringssl/include/openssl/base.h | 12 |
/src/boringssl/crypto/fipsmodule/digest/digest.cc.inc | 10 |
/src/boringssl/crypto/hpke/hpke.cc | 2 |
/src/boringssl/crypto/hpke/../fipsmodule/ec/../bn/../../internal.h | 1 |
/src/boringssl/crypto/fipsmodule/cipher/aead.cc.inc | 5 |
/src/boringssl/crypto/fipsmodule/../internal.h | 17 |
/src/boringssl/crypto/rand/rand.cc | 1 |
/src/boringssl/crypto/fipsmodule/rand/rand.cc.inc | 5 |
/src/boringssl/crypto/rand/fork_detect.cc | 2 |
/src/boringssl/crypto/rand/forkunsafe.cc | 1 |
/src/boringssl/crypto/fipsmodule/rand/internal.h | 2 |
/src/boringssl/crypto/crypto.cc | 2 |
/src/boringssl/crypto/cpu_intel.cc | 6 |
/src/boringssl/crypto/rand/../internal.h | 2 |
/src/boringssl/crypto/chacha/chacha.cc | 2 |
/src/boringssl/crypto/chacha/../internal.h | 4 |
/src/boringssl/crypto/chacha/internal.h | 3 |
/src/boringssl/crypto/fipsmodule/rand/ctrdrbg.cc.inc | 6 |
/src/boringssl/crypto/fipsmodule/aes/aes.cc.inc | 2 |
/src/boringssl/crypto/fipsmodule/aes/internal.h | 3 |
/src/boringssl/crypto/fipsmodule/aes/aes_nohw.cc.inc | 16 |
/src/boringssl/crypto/fipsmodule/aes/../service_indicator/internal.h | 5 |
/src/boringssl/crypto/fipsmodule/digest/digests.cc.inc | 15 |
/src/boringssl/crypto/digest/digest_extra.cc | 2 |
/src/boringssl/ssl/t1_enc.cc | 4 |
/src/boringssl/crypto/fipsmodule/cipher/e_aes.cc.inc | 20 |
/src/boringssl/crypto/cipher/e_chacha20poly1305.cc | 1 |
/src/boringssl/crypto/cipher/e_tls.cc | 7 |
/src/boringssl/crypto/fipsmodule/tls/kdf.cc.inc | 3 |
/src/boringssl/crypto/fipsmodule/hmac/hmac.cc.inc | 6 |
/src/boringssl/ssl/ssl_aead_ctx.cc | 3 |
/src/boringssl/ssl/tls13_enc.cc | 5 |
/src/boringssl/crypto/bytestring/cbb.cc | 18 |
/src/boringssl/crypto/fipsmodule/hkdf/hkdf.cc.inc | 1 |
/src/boringssl/ssl/ssl_key_share.cc | 5 |
/src/boringssl/crypto/fipsmodule/ec/ec.cc.inc | 17 |
/src/boringssl/crypto/fipsmodule/bn/bn.cc.inc | 2 |
/src/boringssl/crypto/fipsmodule/ec/p256-nistz.cc.inc | 5 |
/src/boringssl/crypto/fipsmodule/ec/felem.cc.inc | 4 |
/src/boringssl/crypto/fipsmodule/bn/asm/x86_64-gcc.cc.inc | 2 |
/src/boringssl/crypto/fipsmodule/bn/div.cc.inc | 1 |
/src/boringssl/crypto/fipsmodule/ec/ec_montgomery.cc.inc | 5 |
/src/boringssl/ssl/tls13_both.cc | 3 |
/src/boringssl/ssl/tls13_client.cc | 2 |
/src/boringssl/crypto/sha/sha256.cc | 1 |
/src/boringssl/crypto/fipsmodule/sha/sha256.cc.inc | 6 |
/src/boringssl/crypto/fipsmodule/sha/../digest/md32_common.h | 2 |
/src/boringssl/crypto/fipsmodule/sha/internal.h | 3 |
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 | 904 | 42.0% |
gold | [1:9] | 147 | 6.83% |
yellow | [10:29] | 22 | 1.02% |
greenyellow | [30:49] | 9 | 0.41% |
lawngreen | 50+ | 1069 | 49.6% |
All colors | 2151 | 100 |
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 |
---|---|---|---|---|---|---|---|
4016 | 6093 |
25 :
['ERR_put_error', 'SSL_set1_chain', 'std::__1::unique_ptr
|
4016 | 6093 | bssl::ssl_crypto_x509_ssl_auto_chain_if_needed(bssl::SSL_HANDSHAKE*) | call site: 00000 | /src/boringssl/ssl/ssl_x509.cc:296 |
3072 | 3072 |
1 :
['X509_verify_cert'] |
3115 | 3171 | bssl::ssl_crypto_x509_session_verify_cert_chain(ssl_session_st*,bssl::SSL_HANDSHAKE*,unsignedchar*) | call site: 00000 | /src/boringssl/ssl/ssl_x509.cc:247 |
621 | 1039 |
4 :
['ERR_put_error', 'SSL_renegotiate', 'bssl::ssl_send_alert(ssl_st*, int, int)', 'CBS_len'] |
621 | 1039 | ssl_do_post_handshake(ssl_st*,bssl::SSLMessageconst&) | call site: 00000 | /src/boringssl/ssl/ssl_lib.cc:767 |
549 | 1170 |
15 :
['bssl::SSLTranscript::Update(bssl::Span
|
549 | 1170 |
bssl::SSL_apply_handoff(ssl_st*,bssl::Span
|
call site: 00000 | /src/boringssl/ssl/handoff.cc:250 |
506 | 635 |
4 :
['bssl::tls13_verify_psk_binder(bssl::SSL_HANDSHAKE const*, ssl_session_st const*, bssl::SSLMessage const&, cbs_st*)', 'std::__1::unique_ptr
|
506 | 1975 | bssl::do_read_second_client_hello(bssl::SSL_HANDSHAKE*) | call site: 00000 | /src/boringssl/ssl/tls13_server.cc:854 |
500 | 1964 |
3 :
['BN_mod_mul_montgomery', 'copy_to_prebuf(bignum_st const*, int, unsigned long*, int, int)', 'copy_from_prebuf(bignum_st*, int, unsigned long const*, int, int)'] |
500 | 2219 | BN_mod_exp_mont_consttime | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/exponentiation.cc.inc:570 |
438 | 438 |
7 :
['ge_madd(ge_p1p1*, ge_p3 const*, ge_precomp const*)', 'ge_p2_dbl(ge_p1p1*, ge_p2 const*)', 'ge_p3_dbl(ge_p1p1*, ge_p3 const*)', 'table_select(ge_precomp*, int, signed char)', 'x25519_ge_p1p1_to_p3', 'x25519_ge_p1p1_to_p2', 'ge_p3_0(ge_p3*)'] |
438 | 438 | x25519_ge_scalarmult_base | call site: 00000 | /src/boringssl/crypto/curve25519/curve25519.cc:796 |
372 | 3378 |
13 :
['std::__1::unique_ptr
|
372 | 3842 | SSL_set_handshake_hints | call site: 00531 | /src/boringssl/ssl/handoff.cc:1028 |
270 | 270 |
1 :
['bn_mod_mul_montgomery_fallback(bignum_st*, bignum_st const*, bignum_st const*, bn_mont_ctx_st const*, bignum_ctx*)'] |
270 | 270 | BN_mod_mul_montgomery | call site: 00000 | /src/boringssl/crypto/fipsmodule/bn/montgomery.cc.inc:314 |
264 | 276 |
7 :
['bssl::Span
|
264 | 276 |
bssl::hkdf_expand_label(bssl::Span
|
call site: 00000 | /src/boringssl/ssl/tls13_enc.cc:130 |
233 | 233 |
7 :
['sha1_ssse3_capable', 'sha1_block_data_order_nohw', 'sha1_block_data_order_avx2', 'sha1_block_data_order_ssse3', 'sha1_avx2_capable', 'sha1_block_data_order_avx', 'sha1_avx_capable'] |
233 | 233 | sha1_block_data_order(unsignedint*,unsignedcharconst*,unsignedlong) | call site: 00000 | /src/boringssl/crypto/fipsmodule/sha/sha1.cc.inc:351 |
214 | 284 |
6 :
['CRYPTO_cpu_avoid_zmm_registers', 'CRYPTO_is_BMI2_capable', 'gcm_init_vpclmulqdq_avx2', 'CRYPTO_is_AVX512BW_capable', 'CRYPTO_is_AVX512VL_capable', 'gcm_init_vpclmulqdq_avx512'] |
214 | 284 | CRYPTO_ghash_init | call site: 00000 | /src/boringssl/crypto/fipsmodule/aes/gcm.cc.inc:179 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/boringssl/fuzz/dtls_server.cc | 1 |
/src/boringssl/fuzz/../ssl/test/fuzzer.h | 8 |
/src/boringssl/crypto/rand/deterministic.cc | 4 |
/src/boringssl/include/openssl/bytestring.h | 5 |
/src/boringssl/ssl/ssl_session.cc | 19 |
/src/boringssl/ssl/../crypto/internal.h | 7 |
/src/boringssl/crypto/thread_pthread.cc | 9 |
/src/boringssl/ssl/internal.h | 24 |
/src/boringssl/crypto/lhash/lhash.cc | 8 |
/src/boringssl/crypto/mem.cc | 14 |
/src/boringssl/crypto/err/err.cc | 23 |
/src/boringssl/crypto/internal.h | 5 |
/src/boringssl/crypto/err/../internal.h | 1 |
/usr/local/bin/../include/c++/v1/initializer_list | 1 |
/src/boringssl/ssl/ssl_lib.cc | 38 |
/src/boringssl/ssl/../crypto/mem_internal.h | 109 |
/src/boringssl/include/openssl/ssl.h | 11 |
/src/boringssl/crypto/refcount.cc | 2 |
/src/boringssl/crypto/ex_data.cc | 3 |
/src/boringssl/ssl/ssl_cert.cc | 2 |
/src/boringssl/ssl/ssl_credential.cc | 3 |
/src/boringssl/include/openssl/evp.h | 2 |
/src/boringssl/crypto/evp/evp.cc | 1 |
/src/boringssl/include/openssl/span.h | 36 |
/src/boringssl/include/openssl/pool.h | 6 |
/src/boringssl/crypto/stack/stack.cc | 12 |
/src/boringssl/crypto/pool/pool.cc | 5 |
/usr/local/bin/../include/c++/v1/optional | 2 |
/src/boringssl/crypto/bytestring/cbs.cc | 32 |
/src/boringssl/ssl/ssl_asn1.cc | 8 |
/src/boringssl/ssl/ssl_versions.cc | 4 |
/src/boringssl/ssl/ssl_cipher.cc | 10 |
/src/boringssl/crypto/bytestring/../internal.h | 6 |
/src/boringssl/crypto/pool/internal.h | 4 |
/src/boringssl/include/openssl/stack.h | 11 |
/src/boringssl/crypto/stack/../internal.h | 1 |
/src/boringssl/ssl/ssl_x509.cc | 2 |
/src/boringssl/ssl/handoff.cc | 7 |
/src/boringssl/crypto/bio/bio.cc | 14 |
/src/boringssl/crypto/bio/bio_mem.cc | 1 |
/src/boringssl/ssl/handshake.cc | 6 |
/src/boringssl/include/openssl/err.h | 2 |
/src/boringssl/ssl/ssl_buffer.cc | 9 |
/src/boringssl/ssl/s3_pkt.cc | 2 |
/src/boringssl/ssl/extensions.cc | 3 |
/src/boringssl/crypto/buf/buf.cc | 3 |
/src/boringssl/crypto/buf/../internal.h | 1 |
/src/boringssl/ssl/ssl_transcript.cc | 9 |
/src/boringssl/include/openssl/base.h | 12 |
/src/boringssl/crypto/fipsmodule/digest/digest.cc.inc | 10 |
/src/boringssl/crypto/hpke/hpke.cc | 2 |
/src/boringssl/crypto/hpke/../fipsmodule/ec/../bn/../../internal.h | 1 |
/src/boringssl/crypto/fipsmodule/cipher/aead.cc.inc | 5 |
/src/boringssl/crypto/fipsmodule/../internal.h | 17 |
/src/boringssl/crypto/rand/rand.cc | 1 |
/src/boringssl/crypto/fipsmodule/rand/rand.cc.inc | 5 |
/src/boringssl/crypto/rand/fork_detect.cc | 2 |
/src/boringssl/crypto/rand/forkunsafe.cc | 1 |
/src/boringssl/crypto/fipsmodule/rand/internal.h | 2 |
/src/boringssl/crypto/crypto.cc | 2 |
/src/boringssl/crypto/cpu_intel.cc | 6 |
/src/boringssl/crypto/rand/../internal.h | 2 |
/src/boringssl/crypto/chacha/chacha.cc | 2 |
/src/boringssl/crypto/chacha/../internal.h | 4 |
/src/boringssl/crypto/chacha/internal.h | 3 |
/src/boringssl/crypto/fipsmodule/rand/ctrdrbg.cc.inc | 6 |
/src/boringssl/crypto/fipsmodule/aes/aes.cc.inc | 2 |
/src/boringssl/crypto/fipsmodule/aes/internal.h | 3 |
/src/boringssl/crypto/fipsmodule/aes/aes_nohw.cc.inc | 16 |
/src/boringssl/crypto/fipsmodule/aes/../service_indicator/internal.h | 5 |
/src/boringssl/crypto/fipsmodule/digest/digests.cc.inc | 15 |
/src/boringssl/crypto/digest/digest_extra.cc | 2 |
/src/boringssl/ssl/t1_enc.cc | 4 |
/src/boringssl/crypto/fipsmodule/cipher/e_aes.cc.inc | 20 |
/src/boringssl/crypto/cipher/e_chacha20poly1305.cc | 1 |
/src/boringssl/crypto/cipher/e_tls.cc | 7 |
/src/boringssl/crypto/fipsmodule/tls/kdf.cc.inc | 3 |
/src/boringssl/crypto/fipsmodule/hmac/hmac.cc.inc | 6 |
/src/boringssl/ssl/ssl_aead_ctx.cc | 3 |
/src/boringssl/ssl/tls13_enc.cc | 5 |
/src/boringssl/crypto/bytestring/cbb.cc | 18 |
/src/boringssl/crypto/fipsmodule/hkdf/hkdf.cc.inc | 1 |
/src/boringssl/ssl/ssl_key_share.cc | 5 |
/src/boringssl/crypto/fipsmodule/ec/ec.cc.inc | 17 |
/src/boringssl/crypto/fipsmodule/bn/bn.cc.inc | 2 |
/src/boringssl/crypto/fipsmodule/ec/p256-nistz.cc.inc | 5 |
/src/boringssl/crypto/fipsmodule/ec/felem.cc.inc | 4 |
/src/boringssl/crypto/fipsmodule/bn/asm/x86_64-gcc.cc.inc | 2 |
/src/boringssl/crypto/fipsmodule/bn/div.cc.inc | 1 |
/src/boringssl/crypto/fipsmodule/ec/ec_montgomery.cc.inc | 5 |
/src/boringssl/ssl/tls13_both.cc | 3 |
/src/boringssl/ssl/tls13_client.cc | 2 |
/src/boringssl/crypto/sha/sha256.cc | 1 |
/src/boringssl/crypto/fipsmodule/sha/sha256.cc.inc | 6 |
/src/boringssl/crypto/fipsmodule/sha/../digest/md32_common.h | 2 |
/src/boringssl/crypto/fipsmodule/sha/internal.h | 3 |
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 | 71 | 14.4% |
gold | [1:9] | 51 | 10.3% |
yellow | [10:29] | 32 | 6.50% |
greenyellow | [30:49] | 26 | 5.28% |
lawngreen | 50+ | 312 | 63.4% |
All colors | 492 | 100 |
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 |
---|---|---|---|---|---|---|---|
2241 | 2885 |
15 :
['ERR_put_error', 'BN_is_one', 'BN_cmp', 'BN_free', 'bn_usub_consttime', 'BN_init', 'BN_num_bits', 'bn_div_consttime', 'bn_mul_consttime', 'check_mod_inverse(int*, bignum_st const*, bignum_st const*, bignum_st const*, unsigned int, bignum_ctx*)', 'BN_is_negative', 'constant_time_declassify_int(int)', 'BN_CTX_free', 'BN_CTX_new', 'BN_value_one'] |
2241 | 2885 | RSA_check_key | call site: 00000 | /src/boringssl/crypto/fipsmodule/rsa/rsa.cc.inc:753 |
1587 | 1591 |
11 :
['std::__1::unique_ptr
|
1587 | 1591 | eckey_pub_decode(evp_pkey_st*,cbs_st*,cbs_st*) | call site: 00000 | /src/boringssl/crypto/evp/p_ec_asn1.cc:56 |
365 | 365 |
1 :
['X509_STORE_free'] |
365 | 365 | X509_STORE_new | call site: 00000 | /src/boringssl/crypto/x509/x509_lu.cc:122 |
139 | 139 |
4 :
['lh_CRYPTO_BUFFER_retrieve', 'lh_CRYPTO_BUFFER_delete', 'CRYPTO_MUTEX_lock_write', 'CRYPTO_MUTEX_unlock_write'] |
139 | 164 | CRYPTO_BUFFER_free | call site: 00000 | /src/boringssl/crypto/pool/pool.cc:206 |
134 | 157 |
6 :
['lh_CRYPTO_BUFFER_retrieve', 'lh_CRYPTO_BUFFER_insert', 'crypto_buffer_free_object(crypto_buffer_st*)', 'CRYPTO_refcount_inc', 'CRYPTO_MUTEX_lock_write', 'CRYPTO_MUTEX_unlock_write'] |
134 | 157 | crypto_buffer_new(unsignedcharconst*,unsignedlong,int,crypto_buffer_pool_st*) | call site: 00000 | /src/boringssl/crypto/pool/pool.cc:131 |
90 | 157 |
8 :
['METHOD_unref', 'CRYPTO_free_ex_data', 'CRYPTO_refcount_dec_and_test_zero', 'OPENSSL_free', 'EC_POINT_free', 'EC_GROUP_free', 'ec_wrapped_scalar_free(EC_WRAPPED_SCALAR*)', 'g_ec_ex_data_class_bss_get()'] |
90 | 157 | EC_KEY_free | call site: 00000 | /src/boringssl/crypto/fipsmodule/ec/ec_key.cc.inc:101 |
90 | 94 |
3 :
['CBS_data', 'CBS_len', 'ed25519_set_pub_raw(evp_pkey_st*, unsigned char const*, unsigned long)'] |
90 | 94 | ed25519_pub_decode(evp_pkey_st*,cbs_st*,cbs_st*) | call site: 00000 | /src/boringssl/crypto/evp/p_ed25519_asn1.cc:120 |
90 | 94 |
3 :
['CBS_data', 'CBS_len', 'x25519_set_pub_raw(evp_pkey_st*, unsigned char const*, unsigned long)'] |
90 | 94 | x25519_pub_decode(evp_pkey_st*,cbs_st*,cbs_st*) | call site: 00000 | /src/boringssl/crypto/evp/p_x25519_asn1.cc:134 |
83 | 131 |
2 :
['OPENSSL_free', 'OPENSSL_strdup'] |
83 | 131 | OBJ_dup | call site: 00000 | /src/boringssl/crypto/obj/obj.cc:90 |
72 | 72 |
1 :
['ERR_add_error_dataf'] |
72 | 130 | ASN1_mbstring_ncopy | call site: 00000 | /src/boringssl/crypto/asn1/a_mbstr.cc:131 |
51 | 51 |
1 :
['OPENSSL_gmtime_adj'] |
51 | 51 | CBS_parse_rfc5280_time_internal(cbs_stconst*,int,int,tm*) | call site: 00000 | /src/boringssl/crypto/bytestring/cbs.cc:889 |
31 | 33 |
3 :
['sk_void_free', 'CRYPTO_get_ex_data', 'CRYPTO_atomic_load_u32'] |
31 | 33 | CRYPTO_free_ex_data | call site: 00000 | /src/boringssl/crypto/ex_data.cc:113 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/boringssl/fuzz/session.cc | 1 |
/src/boringssl/ssl/ssl_asn1.cc | 10 |
/src/boringssl/include/openssl/bytestring.h | 4 |
/src/boringssl/ssl/ssl_session.cc | 2 |
/src/boringssl/ssl/../crypto/mem_internal.h | 30 |
/src/boringssl/crypto/mem.cc | 12 |
/src/boringssl/crypto/err/err.cc | 4 |
/src/boringssl/crypto/thread_pthread.cc | 9 |
/src/boringssl/crypto/internal.h | 4 |
/src/boringssl/crypto/err/../internal.h | 1 |
/src/boringssl/ssl/internal.h | 1 |
/src/boringssl/crypto/ex_data.cc | 1 |
/src/boringssl/crypto/bytestring/cbs.cc | 24 |
/src/boringssl/ssl/ssl_versions.cc | 1 |
/src/boringssl/ssl/ssl_cipher.cc | 3 |
/src/boringssl/include/openssl/span.h | 4 |
/src/boringssl/crypto/bytestring/../internal.h | 4 |
/src/boringssl/ssl/../crypto/internal.h | 1 |
/src/boringssl/crypto/pool/pool.cc | 6 |
/src/boringssl/crypto/pool/internal.h | 4 |
/src/boringssl/crypto/lhash/lhash.cc | 5 |
/src/boringssl/crypto/refcount.cc | 1 |
/src/boringssl/include/openssl/pool.h | 3 |
/src/boringssl/crypto/stack/stack.cc | 6 |
/src/boringssl/include/openssl/stack.h | 1 |
/src/boringssl/crypto/stack/../internal.h | 1 |
/src/boringssl/include/openssl/base.h | 3 |
/src/boringssl/crypto/bytestring/cbb.cc | 24 |
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|
bssl::ssl_client_handshake(bssl::SSL_HANDSHAKE*)
|
/src/boringssl/ssl/handshake_client.cc | 1 | ['N/A'] | 19 | 0 | 233 | 36 | 4 | 2129 | 0 | 8260 | 4748 |
bssl::ssl_crypto_x509_session_verify_cert_chain(ssl_session_st*,bssl::SSL_HANDSHAKE*,unsignedchar*)
|
/src/boringssl/ssl/ssl_x509.cc | 3 | ['N/A', 'N/A', 'N/A'] | 21 | 0 | 351 | 58 | 3 | 871 | 0 | 3268 | 1285 |
pkey_rsa_keygen(evp_pkey_ctx_st*,evp_pkey_st*)
|
/src/boringssl/crypto/evp/p_rsa.cc | 2 | ['N/A', 'N/A'] | 28 | 0 | 103 | 16 | 7 | 599 | 0 | 2208 | 891 |
Implementing fuzzers that target the above functions will improve reachability such that it becomes:
If you implement fuzzers for these functions, the status of all functions in the project will be:
Func name | Functions filename | Args | Function call depth | Reached by Fuzzers | Fuzzers runtime hit | Func lines hit % | I Count | BB Count | Cyclomatic complexity | Functions reached | Reached by functions | Accumulated cyclomatic complexity | Undiscovered complexity |
---|
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.
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['extract_cpuinfo_field(STRING_PIECE*, STRING_PIECE const*, char const*)']
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['cbs_get_any_asn1_element(cbs_st*, cbs_st*, unsigned int*, unsigned long*, int*, int*, int)']
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['OPENSSL_malloc', 'thread_local_init()', 'CBB_flush', 'cbb_buffer_add(cbb_buffer_st*, unsigned char**, unsigned long)', 'cbb_buffer_reserve(cbb_buffer_st*, unsigned char**, unsigned long)', 'BN_bin2bn', 'CBB_finish', 'cbs_get_any_asn1_element(cbs_st*, cbs_st*, unsigned int*, unsigned long*, int*, int*, int)', 'CBS_skip']
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['OPENSSL_malloc', 'bssl::Vector::clear()', 'BN_bin2bn', 'bignum_ctx* bssl::New()', 'bssl::Vector::Push(unsigned long)', 'bn_resize_words', 'bn_cmp_words_consttime(unsigned long const*, unsigned long, unsigned long const*, unsigned long)', 'BN_usub', 'bn_wexpand']
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['OPENSSL_malloc', 'CBB_flush', 'OPENSSL_realloc', 'cbb_buffer_add(cbb_buffer_st*, unsigned char**, unsigned long)', 'cbb_buffer_reserve(cbb_buffer_st*, unsigned char**, unsigned long)', 'cbs_get_any_asn1_element(cbs_st*, cbs_st*, unsigned int*, unsigned long*, int*, int*, int)', 'CBB_cleanup', 'bssl::internal::StackAllocated::~StackAllocated()', 'CBB_add_space']
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['OPENSSL_malloc', 'CBB_flush', 'OPENSSL_realloc', 'cbb_buffer_add(cbb_buffer_st*, unsigned char**, unsigned long)', 'cbb_buffer_reserve(cbb_buffer_st*, unsigned char**, unsigned long)', 'cbs_get_any_asn1_element(cbs_st*, cbs_st*, unsigned int*, unsigned long*, int*, int*, int)', 'CBB_cleanup', 'bssl::internal::StackAllocated::~StackAllocated()', 'CBB_add_space']
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['thread_local_init()', 'OPENSSL_malloc', 'CBB_flush', 'cbb_buffer_add(cbb_buffer_st*, unsigned char**, unsigned long)', 'cbb_buffer_reserve(cbb_buffer_st*, unsigned char**, unsigned long)', 'cbs_get_any_asn1_element(cbs_st*, cbs_st*, unsigned int*, unsigned long*, int*, int*, int)', 'CBS_skip', 'CRYPTO_once', 'err_get_state()', 'err_clear((anonymous namespace)::err_error_st*)']
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['CRYPTO_is_AVX_capable', 'BN_mod_sqrt', 'CRYPTO_is_AVX2_capable', 'CRYPTO_is_intel_cpu', 'EC_KEY_new_method', 'BN_add_word', 'BN_mod_exp_mont', 'OPENSSL_cpuid_setup', 'RSA_new_method', 'RSA_check_key']
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['cbs_get_any_asn1_element(cbs_st*, cbs_st*, unsigned int*, unsigned long*, int*, int*, int)', 'bssl::der::ByteReader::ReadByte(unsigned char*)', 'bssl::der::ByteReader::Advance(unsigned long)', 'bssl::der::ParseGeneralizedTime(bssl::der::Input, bssl::der::GeneralizedTime*)', 'bssl::der::Parser::ReadOptionalTag(unsigned int, bssl::der::Input*, bool*)']
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['bssl::ParseHashAlgorithm(bssl::der::Input, bssl::DigestAlgorithm*)', 'bssl::ParseHashAlgorithm(bssl::der::Input, bssl::DigestAlgorithm*)', 'bssl::ParseHashAlgorithm(bssl::der::Input, bssl::DigestAlgorithm*)', 'bssl::ParseHashAlgorithm(bssl::der::Input, bssl::DigestAlgorithm*)', 'thread_local_init()', 'bssl::(anonymous namespace)::ParseRsaPss(bssl::der::Input)', 'cbs_get_any_asn1_element(cbs_st*, cbs_st*, unsigned int*, unsigned long*, int*, int*, int)', 'bssl::der::ByteReader::ReadByte(unsigned char*)', 'bssl::der::ByteReader::Advance(unsigned long)', 'cbs_get_asn1(cbs_st*, cbs_st*, unsigned int, int)']
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['asn1_enc_free', 'ASN1_item_ex_free', 'CBS_parse_rfc5280_time_internal(cbs_st const*, int, int, tm*)', 'asn1_item_ex_d2i(ASN1_VALUE_st**, unsigned char const**, long, ASN1_ITEM_st const*, int, int, char, crypto_buffer_st*, int)', 'asn1_i2d_ex_primitive(ASN1_VALUE_st**, unsigned char**, ASN1_ITEM_st const*, int, int, int)', 'X509_free', 'OPENSSL_cleanse', 'OPENSSL_memdup', 'ASN1_item_ex_d2i', 'asn1_enc_save']
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['setup_crldp(x509_st*)', 'X509V3_EXT_print', 'CRYPTO_MUTEX_unlock_write', 'X509_print_ex', 'CBS_parse_rfc5280_time_internal(cbs_st const*, int, int, tm*)', 'X509_free', 'X509V3_EXT_get_nid', 'asn1_template_noexp_d2i(ASN1_VALUE_st**, unsigned char const**, long, ASN1_TEMPLATE_st const*, char, crypto_buffer_st*, int)', 'asn1_enc_free', 'CRYPTO_MUTEX_lock_read']
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['BIO_free', 'thread_local_init()', 'OPENSSL_malloc', 'BIO_new', 'BUF_MEM_free', 'PEM_read_bio', 'BUF_MEM_grow', 'BIO_new_mem_buf', 'CRYPTO_once', 'err_get_state()']
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['sha256_block_data_order(unsigned int*, unsigned char const*, unsigned long)', 'OPENSSL_cpuid_setup', 'void bssl::crypto_md32_update<(anonymous namespace)::SHA256Traits>((anonymous namespace)::SHA256Traits::HashContext*, bssl::Span)', 'bssl::Span::subspan(unsigned long, unsigned long) const', 'CRYPTO_once', 'bssl::GetCRLStatusForCert(bssl::der::Input, bssl::CrlVersion, std::__1::optional const&)', 'cbs_get_any_asn1_element(cbs_st*, cbs_st*, unsigned int*, unsigned long*, int*, int*, int)', 'bssl::der::ByteReader::ReadByte(unsigned char*)', 'bssl::der::ParseUTCTime(bssl::der::Input, bssl::der::GeneralizedTime*)', 'bssl::ParseExtensions(bssl::der::Input, std::__1::map, std::__1::allocator > >*)']
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['bssl::ParseGeneralName(bssl::der::Input, bssl::GeneralNames::ParseGeneralNameIPAddressType, bssl::GeneralNames*, bssl::CertErrors*)', 'cbs_get_any_asn1_element(cbs_st*, cbs_st*, unsigned int*, unsigned long*, int*, int*, int)', 'bssl::(anonymous namespace)::ParseAndAddDistributionPoint(bssl::der::Parser*, std::__1::vector >*)']
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['OPENSSL_sk_free', 'PKCS12_get_key_and_certs', 'asn1_pdu::PDU::PDU(google::protobuf::Arena*)', 'OPENSSL_malloc', 'thread_local_init()', 'CBB_flush', 'asn1_pdu::Length::_internal_length_override() const', 'OPENSSL_calloc', 'cbb_buffer_add(cbb_buffer_st*, unsigned char**, unsigned long)']
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['asn1_enc_free', 'ASN1_item_ex_free', 'asn1_enc_save', 'asn1_item_ex_d2i(ASN1_VALUE_st**, unsigned char const**, long, ASN1_ITEM_st const*, int, int, char, crypto_buffer_st*, int)', 'CBS_parse_rfc5280_time_internal(cbs_st const*, int, int, tm*)', 'CBB_add_utf8', 'X509_free', 'asn1_template_noexp_d2i(ASN1_VALUE_st**, unsigned char const**, long, ASN1_TEMPLATE_st const*, char, crypto_buffer_st*, int)', 'CBS_is_valid_asn1_oid', 'OPENSSL_memdup']
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['cbs_get_any_asn1_element(cbs_st*, cbs_st*, unsigned int*, unsigned long*, int*, int*, int)', 'bssl::ParseCrlTbsCertList(bssl::der::Input, bssl::ParsedCrlTbsCertList*)', 'bssl::der::ByteReader::ReadByte(unsigned char*)', 'bssl::der::ByteReader::Advance(unsigned long)', 'bssl::der::ParseUTCTime(bssl::der::Input, bssl::der::GeneralizedTime*)']
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['asn1_pdu::PDU::PDU(google::protobuf::Arena*)', 'thread_local_init()', 'OPENSSL_malloc', 'CBB_flush', 'asn1_pdu::Length::_internal_length_override() const', 'cbb_buffer_add(cbb_buffer_st*, unsigned char**, unsigned long)', 'cbb_buffer_reserve(cbb_buffer_st*, unsigned char**, unsigned long)', 'asn1_pdu::PDU::PDU(google::protobuf::Arena*)', 'cbs_get_any_asn1_element(cbs_st*, cbs_st*, unsigned int*, unsigned long*, int*, int*, int)']
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['bssl::ParseGeneralName(bssl::der::Input, bssl::GeneralNames::ParseGeneralNameIPAddressType, bssl::GeneralNames*, bssl::CertErrors*)', 'bssl::Span::subspan(unsigned long, unsigned long) const', 'cbs_get_any_asn1_element(cbs_st*, cbs_st*, unsigned int*, unsigned long*, int*, int*, int)', 'bssl::ParseIssuingDistributionPoint(bssl::der::Input, std::__1::unique_ptr >*, bssl::ContainedCertsType*)', 'bssl::ParseIssuingDistributionPoint(bssl::der::Input, std::__1::unique_ptr >*, bssl::ContainedCertsType*)']
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['aes_hw_set_encrypt_key', 'SSL_set_handshake_hints', 'bssl::internal::StackAllocatedMovable::Reset()', 'SSL_read', 'SSL_SESSION_up_ref', '(anonymous namespace)::TLSFuzzer::TestOneInput(unsigned char const*, unsigned long)', 'BIO_should_io_special', 'bssl::hkdf_expand_label_with_prefix(bssl::Span, env_md_st const*, bssl::Span, std::__1::basic_string_view >, std::__1::basic_string_view >, bssl::Span)', 'bssl::SSLTranscript::InitHash(unsigned short, ssl_cipher_st const*)', 'bssl::SSLCipherPreferenceList::Init(std::__1::unique_ptr, bssl::Span)']
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['bssl::ParseHashAlgorithm(bssl::der::Input, bssl::DigestAlgorithm*)', 'bssl::ParseHashAlgorithm(bssl::der::Input, bssl::DigestAlgorithm*)', 'bssl::ParseHashAlgorithm(bssl::der::Input, bssl::DigestAlgorithm*)', 'bssl::ParseHashAlgorithm(bssl::der::Input, bssl::DigestAlgorithm*)', 'thread_local_init()', 'cbs_get_any_asn1_element(cbs_st*, cbs_st*, unsigned int*, unsigned long*, int*, int*, int)', 'cbs_get_asn1(cbs_st*, cbs_st*, unsigned int, int)', 'CRYPTO_once', 'err_get_state()', 'err_clear((anonymous namespace)::err_error_st*)']
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['bssl::ssl_cert_dup(bssl::CERT*)', 'SSL_CTX_set_max_proto_version', 'bssl::ssl_cipher_process_rulestr(char const*, bssl::cipher_order_st**, bssl::cipher_order_st**, bool)', 'bssl::Array::CopyFrom(bssl::Span)', 'OPENSSL_cpuid_setup', 'SSL_new', 'bssl::ssl_parse_client_hello_with_trailing_data(ssl_st const*, cbs_st*, ssl_early_callback_ctx*)', 'cbb_buffer_reserve(cbb_buffer_st*, unsigned char**, unsigned long)', 'thread_local_init()', 'OPENSSL_malloc']
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['OPENSSL_malloc', 'CBB_flush', 'cbb_buffer_add(cbb_buffer_st*, unsigned char**, unsigned long)', 'cbb_buffer_reserve(cbb_buffer_st*, unsigned char**, unsigned long)', 'LLVMFuzzerTestOneInput', 'cbs_get_any_asn1_element(cbs_st*, cbs_st*, unsigned int*, unsigned long*, int*, int*, int)', 'OPENSSL_realloc', 'CBB_add_space']
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['bssl::OCSPResponseData::OCSPResponseData()', 'cbs_get_any_asn1_element(cbs_st*, cbs_st*, unsigned int*, unsigned long*, int*, int*, int)', 'bssl::der::Parser::ReadOptionalTag(unsigned int, bssl::der::Input*, bool*)', 'bssl::der::ByteReader::ReadByte(unsigned char*)', 'bssl::der::ByteReader::Advance(unsigned long)', 'bssl::der::ParseGeneralizedTime(bssl::der::Input, bssl::der::GeneralizedTime*)']
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['asn1_enc_free', 'asn1_ex_c2i(ASN1_VALUE_st**, unsigned char const*, long, int, ASN1_ITEM_st const*)', 'CBS_parse_rfc5280_time_internal(cbs_st const*, int, int, tm*)', 'asn1_enc_save', 'X509_free', 'X509V3_EXT_get_nid', 'BN_set_word', 'CBS_is_valid_asn1_oid', 'add_string(conf_st const*, conf_section_st*, conf_value_st*)', 'CRYPTO_MUTEX_lock_read']
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['OPENSSL_cpuid_setup', 'SSL_new', 'bssl::ssl_cert_dup(bssl::CERT*)', 'thread_local_init()', 'OPENSSL_malloc', 'ssl_ctx_st::ssl_ctx_st(ssl_method_st const*)', 'bssl::SSL_CONFIG* bssl::New(ssl_st*&&)', 'OPENSSL_sk_free', 'ssl_credential_st::ssl_credential_st(bssl::SSLCredentialType)', 'bssl::ssl_create_cipher_list(std::__1::unique_ptr*, bool, char const*, bool)']
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['aes_hw_set_encrypt_key', 'bssl::internal::StackAllocatedMovable::Reset()', 'SSL_get_error', 'ssl_read_impl(ssl_st*)', 'bssl::SSLTranscript::HashBuffer(env_md_ctx_st*, env_md_st const*) const', 'bssl::Span::subspan(unsigned long, unsigned long) const', 'SSL_SESSION_up_ref', '(anonymous namespace)::TLSFuzzer::TestOneInput(unsigned char const*, unsigned long)', 'SHA256', 'bssl::internal::StackAllocated::~StackAllocated()']
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['aes_hw_set_encrypt_key', 'bssl::internal::StackAllocatedMovable::Reset()', 'bssl::SSLTranscript::HashBuffer(env_md_ctx_st*, env_md_st const*) const', 'SSL_read', 'err_set_error_data(char*)', 'cbs_st::cbs_st(bssl::Span)', 'bssl::SSLCipherPreferenceList::Init(std::__1::unique_ptr, bssl::Span)', 'bssl::tls13_post_handshake(ssl_st*, bssl::SSLMessage const&)', 'SSL_get_error', 'bssl::tls1_get_grouplist(bssl::SSL_HANDSHAKE const*)']
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['cbs_get_any_asn1_element(cbs_st*, cbs_st*, unsigned int*, unsigned long*, int*, int*, int)', 'bssl::der::ByteReader::ReadByte(unsigned char*)', 'bssl::der::ByteReader::Advance(unsigned long)', 'bssl::der::ByteReader::ReadBytes(unsigned long, bssl::der::Input*)', 'bssl::der::Input::back() const', 'bssl::ParseCrlCertificateList(bssl::der::Input, bssl::der::Input*, bssl::der::Input*, bssl::der::BitString*)']
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['rsaz_avx2_preferred', 'CRYPTO_once', 'OPENSSL_cpuid_setup', 'BN_mod_exp_mont_consttime', 'OPENSSL_malloc', 'bssl::Vector::clear()', 'copy_to_prebuf(bignum_st const*, int, unsigned long*, int, int)', 'BN_bin2bn', 'bignum_ctx* bssl::New()']
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['thread_local_init()', 'OPENSSL_malloc', 'CBB_flush', 'cbb_buffer_add(cbb_buffer_st*, unsigned char**, unsigned long)', 'cbb_buffer_reserve(cbb_buffer_st*, unsigned char**, unsigned long)', 'cbs_get_any_asn1_element(cbs_st*, cbs_st*, unsigned int*, unsigned long*, int*, int*, int)', 'CBS_skip', 'CRYPTO_once', 'err_get_state()', 'err_clear((anonymous namespace)::err_error_st*)']
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['OPENSSL_cleanse', 'CRYPTO_BUFFER_new', 'bssl::ParseHashAlgorithm(bssl::der::Input, bssl::DigestAlgorithm*)', 'bssl::ParseHashAlgorithm(bssl::der::Input, bssl::DigestAlgorithm*)', 'bssl::ParseHashAlgorithm(bssl::der::Input, bssl::DigestAlgorithm*)', 'bssl::ParseHashAlgorithm(bssl::der::Input, bssl::DigestAlgorithm*)', 'OPENSSL_malloc', 'thread_local_init()', 'CBB_flush', 'OPENSSL_memdup']
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['aes_hw_set_encrypt_key', 'bssl::internal::StackAllocatedMovable::Reset()', 'bssl::SSLTranscript::HashBuffer(env_md_ctx_st*, env_md_st const*) const', 'SSL_read', 'SHA256', 'err_set_error_data(char*)', 'cbs_st::cbs_st(bssl::Span)', 'bssl::internal::StackAllocated::~StackAllocated()', 'bssl::SSLCipherPreferenceList::Init(std::__1::unique_ptr, bssl::Span)', 'SSL_get_error']
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['aes_hw_set_encrypt_key', 'bssl::internal::StackAllocatedMovable::Reset()', 'SSL_get_error', 'bssl::SSLTranscript::HashBuffer(env_md_ctx_st*, env_md_st const*) const', 'SSL_read', 'SSL_SESSION_up_ref', '(anonymous namespace)::TLSFuzzer::TestOneInput(unsigned char const*, unsigned long)', 'bssl::tls13_create_session_with_ticket(ssl_st*, cbs_st*)', 'bssl::SSLCipherPreferenceList::Init(std::__1::unique_ptr, bssl::Span)', 'cbs_st::cbs_st(bssl::Span)']
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['aes_hw_set_encrypt_key', 'SSL_set_handshake_hints', 'bssl::internal::StackAllocatedMovable::Reset()', 'SSL_read', 'err_set_error_data(char*)', 'cbs_st::cbs_st(bssl::Span)', 'bssl::hkdf_expand_label_with_prefix(bssl::Span, env_md_st const*, bssl::Span, std::__1::basic_string_view >, std::__1::basic_string_view >, bssl::Span)', 'bssl::SSLTranscript::InitHash(unsigned short, ssl_cipher_st const*)', 'bssl::SSLCipherPreferenceList::Init(std::__1::unique_ptr, bssl::Span)', 'bssl::tls13_post_handshake(ssl_st*, bssl::SSLMessage const&)']
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['OPENSSL_memdup', 'CRYPTO_BUFFER_new', 'OPENSSL_malloc', 'thread_local_init()', 'ssl_session_st::ssl_session_st(bssl::SSL_X509_METHOD const*)', 'CRYPTO_refcount_inc', 'CBB_flush', 'cbb_buffer_add(cbb_buffer_st*, unsigned char**, unsigned long)', 'CRYPTO_once']
This section shows analysis of runtime coverage data.
For futher technical details on how this section is generated, please see the Glossary .
Func name | Function total lines | Lines covered at runtime | percentage covered | Reached by fuzzers |
---|---|---|---|---|
bn_mont_ctx_set_N_and_n0(bn_mont_ctx_st*,bignum_stconst*) | 32 | 17 | 53.12% | ['privkey', 'bn_mod_exp'] |
BN_mod_sqrt | 239 | 101 | 42.25% | ['privkey'] |
EC_POINT_set_compressed_coordinates_GFp | 77 | 40 | 51.94% | ['privkey'] |
x25519_ge_scalarmult_base | 51 | 12 | 23.52% | [] |
ec_GFp_mont_dbl | 59 | 28 | 47.45% | [] |
OBJ_dup | 47 | 24 | 51.06% | ['certs_lpm', 'cert', 'pkcs12_lpm', 'pkcs12', 'conf'] |
asn1_pdu::Length::MergeImpl(google::protobuf::MessageLite&,google::protobuf::MessageLiteconst&) | 34 | 10 | 29.41% | [] |
ERR_error_string_n | 38 | 14 | 36.84% | ['cert', 'dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
err_reason_error_string(unsignedint,int) | 33 | 12 | 36.36% | ['cert', 'dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
do_rsa_print(bio_st*,rsa_stconst*,int,int) | 37 | 17 | 45.94% | [] |
X509_CERT_AUX_print | 54 | 8 | 14.81% | ['cert'] |
RC2_cbc_encrypt(unsignedcharconst*,unsignedchar*,unsignedlong,rc2_key_st*,unsignedchar*,int) | 70 | 29 | 41.42% | [] |
EVP_DecryptUpdate | 49 | 21 | 42.85% | ['pkcs12_lpm', 'pkcs12'] |
aes_init_key(evp_cipher_ctx_st*,unsignedcharconst*,unsignedcharconst*,int) | 85 | 25 | 29.41% | [] |
PKCS5_pbe2_decrypt_init | 80 | 29 | 36.25% | [] |
PKCS12_handle_safe_bag(cbs_st*,pkcs12_context*) | 84 | 46 | 54.76% | ['pkcs12_lpm', 'pkcs12'] |
parse_bag_attributes(cbs_st*,unsignedchar**,unsignedlong*) | 44 | 24 | 54.54% | ['pkcs12_lpm', 'pkcs12'] |
EC_KEY_marshal_private_key | 42 | 22 | 52.38% | [] |
mem_ctrl(bio_st*,int,long,void*) | 51 | 9 | 17.64% | [] |
pkey_ec_ctrl(evp_pkey_ctx_st*,int,int,void*) | 33 | 14 | 42.42% | [] |
pkey_rsa_ctrl(evp_pkey_ctx_st*,int,int,void*) | 112 | 28 | 25.0% | [] |
aes_ctr_set_key | 32 | 12 | 37.5% | ['privkey', 'dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
CRYPTO_ghash_init | 39 | 13 | 33.33% | [] |
BN_sub | 38 | 17 | 44.73% | [] |
crypto_buffer_new(unsignedcharconst*,unsignedlong,int,crypto_buffer_pool_st*) | 59 | 15 | 25.42% | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
RSA_encrypt | 65 | 31 | 47.69% | [] |
OPENSSL_sk_find | 52 | 13 | 25.0% | ['cert', 'dtls_client', 'conf', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
x509_verify_param_copy(X509_VERIFY_PARAM_st*,X509_VERIFY_PARAM_stconst*,int) | 41 | 16 | 39.02% | [] |
bssl::send_flight(ssl_st*) | 46 | 25 | 54.34% | [] |
bssl::ssl_select_ech_config(bssl::SSL_HANDSHAKE*,bssl::Span
|
52 | 6 | 11.53% | [] |
bssl::ssl_encrypt_client_hello(bssl::SSL_HANDSHAKE*,bssl::Span
|
101 | 5 | 4.950% | [] |
bssl::setup_ech_grease(bssl::SSL_HANDSHAKE*) | 35 | 5 | 14.28% | [] |
bssl::ssl_setup_pake_shares(bssl::SSL_HANDSHAKE*) | 44 | 9 | 20.45% | [] |
bssl::ssl_add_clienthello_tlsext(bssl::SSL_HANDSHAKE*,cbb_st*,cbb_st*,bool*,bssl::ssl_client_hello_type_t,unsignedlong) | 82 | 43 | 52.43% | [] |
bssl::ext_srtp_parse_serverhello(bssl::SSL_HANDSHAKE*,unsignedchar*,cbs_st*) | 31 | 5 | 16.12% | [] |
bssl::ext_alps_add_clienthello_impl(bssl::SSL_HANDSHAKEconst*,cbb_st*,cbb_st*,bssl::ssl_client_hello_type_t,bool) | 31 | 9 | 29.03% | [] |
bssl::do_send_client_key_exchange(bssl::SSL_HANDSHAKE*) | 131 | 63 | 48.09% | [] |
bssl::ssl_tls13_cipher_meets_policy(unsignedshort,ssl_compliance_policy_t) | 31 | 6 | 19.35% | [] |
ssl_credential_st::SetLeafCert(std::__1::unique_ptr
|
42 | 23 | 54.76% | [] |
SSL_get_error | 62 | 31 | 50.0% | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
bssl::ssl_private_key_sign(bssl::SSL_HANDSHAKE*,unsignedchar*,unsignedlong*,unsignedlong,unsignedshort,bssl::Span
|
60 | 30 | 50.0% | [] |
bssl::tls13_add_certificate(bssl::SSL_HANDSHAKE*) | 152 | 48 | 31.57% | [] |
bssl::do_read_encrypted_extensions(bssl::SSL_HANDSHAKE*) | 66 | 28 | 42.42% | [] |
copy_email(v3_ext_ctxconst*,stack_st_GENERAL_NAME*,int) | 44 | 22 | 50.0% | [] |
CRYPTO_gcm128_init_ctx | 40 | 20 | 50.0% | [] |
bssl::tls_flush(ssl_st*) | 56 | 22 | 39.28% | [] |
bssl::tls_seal_scatter_record(ssl_st*,unsignedchar*,unsignedchar*,unsignedchar*,unsignedchar,unsignedcharconst*,unsignedlong) | 34 | 5 | 14.70% | [] |
bssl::ssl_negotiate_alps(bssl::SSL_HANDSHAKE*,unsignedchar*,ssl_early_callback_ctxconst*) | 47 | 17 | 36.17% | [] |
bssl::ext_trust_anchors_add_serverhello(bssl::SSL_HANDSHAKE*,cbb_st*) | 37 | 18 | 48.64% | [] |
bssl::SSL_apply_handoff(ssl_st*,bssl::Span
|
33 | 4 | 12.12% | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
bssl::do_cert_callback(bssl::SSL_HANDSHAKE*) | 37 | 14 | 37.83% | [] |
bssl::do_read_client_key_exchange(bssl::SSL_HANDSHAKE*) | 161 | 84 | 52.17% | [] |
bssl::do_read_client_encrypted_extensions(bssl::SSL_HANDSHAKE*) | 45 | 7 | 15.55% | [] |
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
Source file | Reached by | Covered by |
---|---|---|
[] | [] | |
/src/boringssl/crypto/evp/evp_ctx.cc | [] | [] |
/src/boringssl/crypto/fipsmodule/dh/dh.cc.inc | [] | [] |
/src/boringssl/crypto/x509/v3_int.cc | [] | [] |
/src/boringssl/ssl/internal.h | ['dtls_client', 'decode_client_hello_inner', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] | ['dtls_client', 'decode_client_hello_inner', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/crypto/x509/x_pubkey.cc | ['certs_lpm', 'cert'] | ['certs_lpm', 'cert'] |
/src/boringssl/crypto/fipsmodule/cmac/cmac.cc.inc | [] | [] |
/src/boringssl/ssl/ssl_aead_ctx.cc | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/hpke/hpke.cc | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/kyber/../internal.h | [] | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'certs_lpm', 'cert', 'read_pem', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/ssl/d1_srtp.cc | [] | [] |
/src/boringssl/crypto/asn1/a_octet.cc | ['cert', 'conf'] | ['cert', 'conf'] |
/src/boringssl/crypto/md5/../fipsmodule/digest/md32_common.h | [] | [] |
/src/boringssl/ssl/tls13_server.cc | [] | [] |
/src/boringssl/crypto/fipsmodule/aes/cfb.cc.inc | [] | [] |
/src/boringssl/crypto/fipsmodule/bn/gcd.cc.inc | [] | [] |
/src/boringssl/crypto/x509/name_print.cc | ['cert'] | ['cert'] |
/src/boringssl/crypto/x509/v3_alt.cc | [] | [] |
/src/boringssl/crypto/fipsmodule/cipher/e_aes.cc.inc | ['dtls_client', 'decode_client_hello_inner', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'decode_client_hello_inner', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/buf/buf.cc | ['cert', 'read_pem', 'dtls_client', 'conf', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['cert', 'read_pem', 'dtls_client', 'conf', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/x509/x509_d2.cc | [] | [] |
/src/LPM/external.protobuf/include/absl/log/internal/nullstream.h | [] | [] |
/src/boringssl/crypto/dh/dh_asn1.cc | [] | [] |
/src/boringssl/crypto/x509/x_req.cc | [] | [] |
/src/boringssl/crypto/evp/pbkdf.cc | [] | [] |
/src/boringssl/crypto/engine/engine.cc | ['privkey'] | ['privkey'] |
/src/boringssl/crypto/fipsmodule/bn/../../mem_internal.h | ['bn_div', 'privkey', 'bn_mod_exp'] | [] |
/src/boringssl/crypto/x509/v3_genn.cc | ['certs_lpm', 'cert', 'pkcs12_lpm', 'pkcs12', 'conf'] | ['certs_lpm', 'cert', 'pkcs12', 'conf'] |
/src/boringssl/crypto/evp/p_x25519_asn1.cc | [] | [] |
/src/boringssl/crypto/bio/bio.cc | ['cert', 'read_pem', 'dtls_client', 'conf', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['cert', 'read_pem', 'dtls_client', 'conf', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/curve25519/../internal.h | [] | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'certs_lpm', 'cert', 'read_pem', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/crypto/base64/../internal.h | ['read_pem'] | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'certs_lpm', 'cert', 'read_pem', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/crypto/ec/ec_asn1.cc | ['privkey'] | ['privkey'] |
/src/boringssl/ssl/ssl_key_share.cc | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/include/openssl/asn1t.h | ['certs_lpm', 'cert', 'pkcs12_lpm', 'pkcs12', 'conf'] | ['certs_lpm', 'cert', 'pkcs12', 'conf'] |
/src/boringssl/crypto/rc4/rc4.cc | [] | [] |
/src/boringssl/pki/cert_errors.cc | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'parse_crldp_fuzzer', 'crl_parse_issuing_distribution_point_fuzzer', 'ocsp_parse_ocsp_cert_id_fuzzer', 'verify_name_match_normalizename_fuzzer', 'parse_certificate_fuzzer'] | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'parse_crldp_fuzzer', 'crl_parse_issuing_distribution_point_fuzzer', 'ocsp_parse_ocsp_cert_id_fuzzer', 'verify_name_match_normalizename_fuzzer', 'parse_certificate_fuzzer'] |
/src/boringssl/crypto/fipsmodule/bn/exponentiation.cc.inc | ['privkey', 'bn_mod_exp'] | ['privkey', 'bn_mod_exp'] |
/src/boringssl/crypto/asn1/a_strnid.cc | [] | [] |
/src/boringssl/crypto/fipsmodule/rsa/blinding.cc.inc | ['privkey'] | [] |
/src/boringssl/fuzz/der_roundtrip.cc | ['der_roundtrip'] | ['der_roundtrip'] |
/src/boringssl/crypto/fipsmodule/ec/util.cc.inc | [] | [] |
/src/boringssl/crypto/sha/sha512.cc | [] | [] |
/src/boringssl/fuzz/bn_div.cc | ['bn_div'] | ['bn_div'] |
/src/asn1_pdu_to_der.h | ['certs_lpm', 'pkcs12_lpm', 'pkcs8_lpm'] | [] |
/src/boringssl/include/openssl/pool.h | ['dtls_client', 'decode_client_hello_inner', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] | ['dtls_client', 'decode_client_hello_inner', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/crypto/fipsmodule/rand/internal.h | ['privkey', 'dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/cipher/e_chacha20poly1305.cc | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/x509/v3_bitst.cc | [] | [] |
/src/boringssl/crypto/fipsmodule/bn/bytes.cc.inc | ['der_roundtrip', 'bn_div', 'privkey', 'conf', 'bn_mod_exp'] | ['der_roundtrip', 'bn_div', 'privkey', 'conf', 'bn_mod_exp'] |
/src/boringssl/crypto/fipsmodule/aes/../service_indicator/internal.h | ['privkey', 'crl_getcrlstatusforcert_fuzzer', 'pkcs12_lpm', 'pkcs12', 'dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | [] |
/src/boringssl/crypto/bio/hexdump.cc | ['cert'] | [] |
/src/boringssl/fuzz/read_pem.cc | ['read_pem'] | ['read_pem'] |
/src/boringssl/crypto/fipsmodule/bn/add.cc.inc | ['bn_div', 'privkey', 'conf', 'bn_mod_exp'] | ['bn_div', 'privkey', 'conf', 'bn_mod_exp'] |
/src/boringssl/crypto/fipsmodule/../internal.h | ['der_roundtrip', 'bn_div', 'privkey', 'crl_getcrlstatusforcert_fuzzer', 'pkcs12_lpm', 'pkcs12', 'dtls_client', 'decode_client_hello_inner', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'bn_mod_exp', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'certs_lpm', 'cert', 'read_pem', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/pki/cert_error_id.cc | [] | [] |
/src/boringssl/fuzz/dtls_client.cc | ['dtls_client'] | ['dtls_client'] |
/src/boringssl/fuzz/ocsp_parse_ocsp_response_data_fuzzer.cc | ['ocsp_parse_ocsp_response_data_fuzzer'] | ['ocsp_parse_ocsp_response_data_fuzzer'] |
/src/boringssl/include/openssl/ec_key.h | [] | [] |
/src/boringssl/crypto/x509/i2d_pr.cc | [] | [] |
/src/boringssl/crypto/bio/socket_helper.cc | [] | [] |
/src/boringssl/crypto/fipsmodule/cipher/cipher.cc.inc | ['pkcs12_lpm', 'pkcs12'] | ['pkcs12'] |
/src/boringssl/pki/crl.cc | ['crl_getcrlstatusforcert_fuzzer', 'crl_parse_crl_tbscertlist_fuzzer', 'crl_parse_issuing_distribution_point_fuzzer', 'crl_parse_crl_certificatelist_fuzzer'] | ['crl_getcrlstatusforcert_fuzzer', 'crl_parse_crl_tbscertlist_fuzzer', 'crl_parse_issuing_distribution_point_fuzzer', 'crl_parse_crl_certificatelist_fuzzer'] |
/src/boringssl/ssl/tls_method.cc | ['decode_client_hello_inner', 'ssl_ctx_api'] | ['decode_client_hello_inner', 'ssl_ctx_api'] |
/src/boringssl/ssl/dtls_method.cc | [] | [] |
/src/boringssl/pki/cert_error_params.cc | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'parse_crldp_fuzzer', 'crl_parse_issuing_distribution_point_fuzzer', 'ocsp_parse_ocsp_cert_id_fuzzer', 'verify_name_match_normalizename_fuzzer', 'parse_certificate_fuzzer'] | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'parse_crldp_fuzzer', 'crl_parse_issuing_distribution_point_fuzzer', 'ocsp_parse_ocsp_cert_id_fuzzer', 'verify_name_match_normalizename_fuzzer', 'parse_certificate_fuzzer'] |
/src/boringssl/crypto/sha/sha1.cc | [] | [] |
/src/boringssl/pki/ocsp.cc | ['ocsp_parse_ocsp_single_response_fuzzer', 'ocsp_parse_ocsp_response_fuzzer', 'ocsp_parse_ocsp_cert_id_fuzzer', 'ocsp_parse_ocsp_response_data_fuzzer'] | ['ocsp_parse_ocsp_single_response_fuzzer', 'ocsp_parse_ocsp_response_fuzzer', 'ocsp_parse_ocsp_cert_id_fuzzer', 'ocsp_parse_ocsp_response_data_fuzzer'] |
/src/boringssl/crypto/crypto.cc | ['privkey', 'crl_getcrlstatusforcert_fuzzer', 'dtls_client', 'decode_client_hello_inner', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'bn_mod_exp', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['privkey', 'crl_getcrlstatusforcert_fuzzer', 'dtls_client', 'decode_client_hello_inner', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'bn_mod_exp', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/x509/x509_v3.cc | ['cert', 'conf'] | ['cert', 'conf'] |
/src/boringssl/crypto/asn1/a_dup.cc | ['cert', 'conf'] | ['conf'] |
/src/boringssl/crypto/x509/x509_vfy.cc | [] | [] |
/src/boringssl/include/openssl/bn.h | ['bn_div', 'privkey', 'bn_mod_exp'] | ['bn_div', 'privkey', 'bn_mod_exp'] |
/src/boringssl/crypto/x509/x509_ext.cc | ['cert'] | ['cert'] |
/src/boringssl/ssl/ssl_buffer.cc | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/fipsmodule/aes/gcm_nohw.cc.inc | [] | [] |
/src/boringssl/crypto/base64/base64.cc | ['read_pem'] | ['read_pem'] |
/src/boringssl/crypto/evp/scrypt.cc | [] | [] |
/src/fuzz_certs.cc | ['certs_lpm'] | ['certs_lpm'] |
/src/boringssl/crypto/fipsmodule/bn/mul.cc.inc | ['bn_div', 'privkey', 'conf', 'bn_mod_exp'] | ['bn_div', 'privkey', 'conf', 'bn_mod_exp'] |
/src/boringssl/crypto/pem/pem_xaux.cc | [] | [] |
/src/boringssl/pki/parse_certificate.cc | ['parse_authority_key_identifier_fuzzer', 'crl_getcrlstatusforcert_fuzzer', 'parse_crldp_fuzzer', 'crl_parse_crl_tbscertlist_fuzzer', 'ocsp_parse_ocsp_cert_id_fuzzer', 'parse_certificate_fuzzer'] | ['parse_authority_key_identifier_fuzzer', 'crl_getcrlstatusforcert_fuzzer', 'parse_crldp_fuzzer', 'crl_parse_crl_tbscertlist_fuzzer', 'ocsp_parse_ocsp_cert_id_fuzzer', 'parse_certificate_fuzzer'] |
/src/boringssl/include/openssl/span.h | ['parse_authority_key_identifier_fuzzer', 'verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'ocsp_parse_ocsp_single_response_fuzzer', 'ocsp_parse_ocsp_response_fuzzer', 'crl_getcrlstatusforcert_fuzzer', 'parse_crldp_fuzzer', 'crl_parse_crl_tbscertlist_fuzzer', 'crl_parse_issuing_distribution_point_fuzzer', 'dtls_client', 'ocsp_parse_ocsp_cert_id_fuzzer', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'ocsp_parse_ocsp_response_data_fuzzer', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'crl_parse_crl_certificatelist_fuzzer', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] | ['parse_authority_key_identifier_fuzzer', 'verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'ocsp_parse_ocsp_single_response_fuzzer', 'ocsp_parse_ocsp_response_fuzzer', 'crl_getcrlstatusforcert_fuzzer', 'parse_crldp_fuzzer', 'crl_parse_crl_tbscertlist_fuzzer', 'crl_parse_issuing_distribution_point_fuzzer', 'dtls_client', 'ocsp_parse_ocsp_cert_id_fuzzer', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'ocsp_parse_ocsp_response_data_fuzzer', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'crl_parse_crl_certificatelist_fuzzer', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/crypto/fipsmodule/aes/mode_wrappers.cc.inc | [] | [] |
/src/boringssl/crypto/fipsmodule/bn/jacobi.cc.inc | ['privkey'] | ['privkey'] |
/src/boringssl/crypto/md5/md5.cc | [] | [] |
/src/boringssl/crypto/bn/bn_asn1.cc | ['der_roundtrip', 'privkey'] | ['der_roundtrip', 'privkey'] |
/src/boringssl/ssl/d1_pkt.cc | [] | [] |
/src/boringssl/crypto/rand/rand.cc | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/x509/x_crl.cc | [] | [] |
/src/boringssl/ssl/d1_both.cc | [] | [] |
/src/boringssl/crypto/fipsmodule/bn/rsaz_exp.cc.inc | ['bn_mod_exp'] | [] |
/src/boringssl/crypto/err/err.cc | ['der_roundtrip', 'bn_div', 'verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'ocsp_parse_ocsp_response_fuzzer', 'certs_lpm', 'cert', 'read_pem', 'pkcs12_lpm', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'ocsp_parse_ocsp_cert_id_fuzzer', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'bn_mod_exp', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] | ['der_roundtrip', 'spki', 'privkey', 'ocsp_parse_ocsp_response_fuzzer', 'certs_lpm', 'cert', 'read_pem', 'pkcs12_lpm', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'ocsp_parse_ocsp_cert_id_fuzzer', 'decode_client_hello_inner', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/pki/verify_name_match.cc | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'verify_name_match_normalizename_fuzzer', 'parse_certificate_fuzzer'] | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'verify_name_match_normalizename_fuzzer', 'parse_certificate_fuzzer'] |
/src/boringssl/pki/parse_values.h | ['ocsp_parse_ocsp_response_fuzzer', 'parse_certificate_fuzzer'] | ['ocsp_parse_ocsp_response_fuzzer', 'parse_certificate_fuzzer'] |
/src/boringssl/ssl/ssl_x509.cc | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/cpu_intel.cc | ['privkey', 'crl_getcrlstatusforcert_fuzzer', 'dtls_client', 'decode_client_hello_inner', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'bn_mod_exp', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['privkey', 'crl_getcrlstatusforcert_fuzzer', 'dtls_client', 'decode_client_hello_inner', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'bn_mod_exp', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/lhash/lhash.cc | ['certs_lpm', 'cert', 'pkcs12_lpm', 'pkcs12', 'dtls_client', 'decode_client_hello_inner', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] | ['dtls_client', 'decode_client_hello_inner', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/crypto/fipsmodule/self_check/self_check.cc.inc | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/arenastring.h | ['certs_lpm', 'pkcs12_lpm', 'pkcs8_lpm'] | ['certs_lpm', 'pkcs12_lpm', 'pkcs8_lpm'] |
/src/boringssl/pki/certificate_policies.h | ['parse_certificate_fuzzer'] | [] |
/src/boringssl/crypto/fipsmodule/ec/ec_montgomery.cc.inc | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/x509/asn1_gen.cc | ['conf'] | ['conf'] |
/src/boringssl/crypto/x509/v3_info.cc | [] | [] |
/src/boringssl/crypto/chacha/../internal.h | ['privkey', 'dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'certs_lpm', 'cert', 'read_pem', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/crypto/fipsmodule/aes/cbc.cc.inc | [] | [] |
/src/boringssl/pki/signature_algorithm.cc | ['ocsp_parse_ocsp_response_fuzzer', 'ocsp_parse_ocsp_cert_id_fuzzer', 'parse_certificate_fuzzer'] | ['ocsp_parse_ocsp_response_fuzzer', 'ocsp_parse_ocsp_cert_id_fuzzer', 'parse_certificate_fuzzer'] |
/src/boringssl/crypto/cipher/e_des.cc | [] | [] |
/src/boringssl/crypto/x509/v3_conf.cc | ['cert', 'conf'] | ['cert', 'conf'] |
/src/boringssl/crypto/curve25519/curve25519.cc | [] | [] |
/src/boringssl/crypto/bytestring/../internal.h | ['der_roundtrip', 'verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'certs_lpm', 'cert', 'pkcs12_lpm', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'client_no_fuzzer_mode', 'server', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'certs_lpm', 'cert', 'read_pem', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/crypto/pem/pem_pkey.cc | [] | [] |
/src/boringssl/crypto/x509/x_x509a.cc | ['certs_lpm', 'cert', 'pkcs12_lpm', 'pkcs12', 'conf'] | ['certs_lpm', 'cert', 'pkcs12', 'conf'] |
/src/boringssl/ssl/d1_lib.cc | [] | [] |
/src/boringssl/crypto/evp/print.cc | ['cert'] | ['cert'] |
/src/boringssl/crypto/fipsmodule/ecdsa/ecdsa.cc.inc | [] | [] |
/src/boringssl/crypto/spake2plus/spake2plus.cc | [] | [] |
/src/boringssl/fuzz/session.cc | ['session'] | ['session'] |
/src/boringssl/crypto/x509/v3_purp.cc | ['cert'] | ['cert'] |
/src/boringssl/crypto/fipsmodule/bn/internal.h | ['privkey', 'bn_mod_exp'] | ['privkey', 'bn_mod_exp'] |
/src/boringssl/crypto/pool/pool.cc | ['certs_lpm', 'cert', 'pkcs12_lpm', 'pkcs12', 'dtls_client', 'decode_client_hello_inner', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] | ['dtls_client', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/crypto/x509/a_digest.cc | [] | [] |
/src/boringssl/ssl/handshake_client.cc | [] | [] |
/src/boringssl/crypto/fipsmodule/rand/ctrdrbg.cc.inc | ['privkey', 'dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/asn1/a_time.cc | [] | [] |
/src/boringssl/crypto/x509/v3_extku.cc | [] | [] |
/src/boringssl/fuzz/../ssl/test/fuzzer.h | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | [] |
/src/boringssl/crypto/fipsmodule/ecdh/ecdh.cc.inc | [] | [] |
/src/boringssl/crypto/evp/../mem_internal.h | [] | [] |
/src/boringssl/crypto/evp/p_ec_asn1.cc | ['privkey'] | ['privkey'] |
/src/boringssl/pki/string_util.cc | ['parse_crldp_fuzzer', 'crl_parse_issuing_distribution_point_fuzzer', 'parse_certificate_fuzzer'] | ['parse_crldp_fuzzer', 'crl_parse_issuing_distribution_point_fuzzer', 'parse_certificate_fuzzer'] |
/src/boringssl/ssl/ssl_transcript.cc | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/x509/algorithm.cc | [] | [] |
/src/boringssl/fuzz/../pki/input.h | ['parse_authority_key_identifier_fuzzer', 'verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'ocsp_parse_ocsp_single_response_fuzzer', 'ocsp_parse_ocsp_response_fuzzer', 'crl_getcrlstatusforcert_fuzzer', 'parse_crldp_fuzzer', 'crl_parse_crl_tbscertlist_fuzzer', 'crl_parse_issuing_distribution_point_fuzzer', 'ocsp_parse_ocsp_cert_id_fuzzer', 'verify_name_match_normalizename_fuzzer', 'ocsp_parse_ocsp_response_data_fuzzer', 'crl_parse_crl_certificatelist_fuzzer'] | ['parse_authority_key_identifier_fuzzer', 'verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'ocsp_parse_ocsp_single_response_fuzzer', 'ocsp_parse_ocsp_response_fuzzer', 'crl_getcrlstatusforcert_fuzzer', 'parse_crldp_fuzzer', 'crl_parse_crl_tbscertlist_fuzzer', 'crl_parse_issuing_distribution_point_fuzzer', 'ocsp_parse_ocsp_cert_id_fuzzer', 'verify_name_match_normalizename_fuzzer', 'ocsp_parse_ocsp_response_data_fuzzer', 'crl_parse_crl_certificatelist_fuzzer', 'parse_certificate_fuzzer'] |
/src/boringssl/crypto/bn/exponentiation.cc | ['bn_mod_exp'] | ['bn_mod_exp'] |
/src/boringssl/crypto/x509/by_file.cc | [] | [] |
/src/boringssl/crypto/obj/../internal.h | ['certs_lpm', 'cert', 'pkcs12_lpm', 'pkcs12', 'conf'] | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'certs_lpm', 'cert', 'read_pem', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/crypto/asn1/a_mbstr.cc | ['conf'] | ['conf'] |
/src/boringssl/include/openssl/ssl.h | ['dtls_client', 'decode_client_hello_inner', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'decode_client_hello_inner', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/x509/a_sign.cc | [] | [] |
/src/boringssl/crypto/sha/sha256.cc | ['crl_getcrlstatusforcert_fuzzer', 'dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['crl_getcrlstatusforcert_fuzzer', 'dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client'] |
/src/boringssl/crypto/asn1/a_type.cc | ['certs_lpm', 'cert', 'pkcs12_lpm', 'pkcs12', 'conf'] | ['certs_lpm', 'cert', 'pkcs12', 'conf'] |
/src/LPM/external.protobuf/include/google/protobuf/message.h | ['certs_lpm', 'pkcs12_lpm', 'pkcs8_lpm'] | ['certs_lpm', 'pkcs12_lpm', 'pkcs8_lpm'] |
/src/boringssl/crypto/fipsmodule/bn/cmp.cc.inc | ['bn_div', 'privkey', 'conf', 'bn_mod_exp'] | ['bn_div', 'privkey', 'conf', 'bn_mod_exp'] |
/src/boringssl/pki/verify_signed_data.cc | [] | [] |
/src/boringssl/fuzz/../crypto/internal.h | ['arm_cpuinfo'] | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'certs_lpm', 'cert', 'read_pem', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/crypto/fipsmodule/aes/ctr.cc.inc | [] | [] |
/src/boringssl/fuzz/arm_cpuinfo.cc | ['arm_cpuinfo'] | ['arm_cpuinfo'] |
/src/boringssl/crypto/asn1/tasn_typ.cc | ['certs_lpm', 'cert', 'pkcs12_lpm', 'pkcs12', 'conf'] | ['certs_lpm', 'cert', 'pkcs12', 'conf'] |
/src/boringssl/crypto/dsa/dsa.cc | ['privkey'] | ['privkey'] |
/src/boringssl/crypto/fipsmodule/bcm_interface.h | [] | [] |
/src/boringssl/crypto/rsa/../fipsmodule/bn/../../internal.h | [] | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'certs_lpm', 'cert', 'read_pem', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/crypto/bytestring/asn1_compat.cc | ['certs_lpm', 'cert'] | ['certs_lpm', 'cert'] |
/usr/local/bin/../include/c++/v1/stdexcept | [] | [] |
/src/boringssl/crypto/poly1305/poly1305_vec.cc | [] | [] |
/src/boringssl/crypto/chacha/internal.h | ['privkey', 'dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/include/openssl/dsa.h | [] | [] |
/src/boringssl/crypto/fipsmodule/rsa/rsa.cc.inc | ['privkey'] | ['privkey'] |
/src/boringssl/crypto/fipsmodule/sha/sha256.cc.inc | ['crl_getcrlstatusforcert_fuzzer', 'dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['crl_getcrlstatusforcert_fuzzer', 'dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/fipsmodule/aes/gcm.cc.inc | ['decode_client_hello_inner', 'ssl_ctx_api'] | ['decode_client_hello_inner', 'ssl_ctx_api'] |
/src/boringssl/pki/general_names.cc | ['parse_crldp_fuzzer', 'crl_parse_issuing_distribution_point_fuzzer', 'parse_certificate_fuzzer'] | ['parse_crldp_fuzzer', 'crl_parse_issuing_distribution_point_fuzzer', 'parse_certificate_fuzzer'] |
/src/boringssl/crypto/asn1/a_gentm.cc | [] | [] |
/src/boringssl/crypto/conf/conf.cc | ['conf'] | ['conf'] |
/src/boringssl/ssl/tls13_both.cc | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/LPM/external.protobuf/include/google/protobuf/repeated_ptr_field.h | ['certs_lpm', 'pkcs12_lpm', 'pkcs8_lpm'] | ['certs_lpm', 'pkcs12_lpm', 'pkcs8_lpm'] |
/src/boringssl/crypto/fipsmodule/aes/aes.cc.inc | ['privkey', 'dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/pki/parse_name.cc | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'verify_name_match_normalizename_fuzzer', 'parse_certificate_fuzzer'] | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'verify_name_match_normalizename_fuzzer', 'parse_certificate_fuzzer'] |
/src/boringssl/crypto/fipsmodule/service_indicator/service_indicator.cc.inc | [] | [] |
/src/boringssl/crypto/ecdsa/ecdsa_asn1.cc | ['der_roundtrip'] | ['der_roundtrip'] |
/src/boringssl/crypto/fipsmodule/aes/aes_nohw.cc.inc | ['privkey', 'dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | [] |
/src/boringssl/crypto/x509/v3_enum.cc | [] | [] |
/src/boringssl/crypto/fipsmodule/mlkem/mlkem.cc.inc | [] | [] |
/src/boringssl/crypto/evp/p_ed25519.cc | [] | [] |
/src/boringssl/include/openssl/asn1.h | ['cert'] | ['cert'] |
/src/boringssl/crypto/pem/pem_info.cc | [] | [] |
/src/boringssl/crypto/x509/x509.cc | ['cert'] | ['cert'] |
/src/boringssl/pki/parse_certificate.h | ['crl_getcrlstatusforcert_fuzzer', 'parse_certificate_fuzzer'] | [] |
/src/boringssl/crypto/evp/evp.cc | ['spki', 'privkey', 'certs_lpm', 'cert', 'pkcs12_lpm', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'decode_client_hello_inner', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'pkcs8', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['spki', 'privkey', 'certs_lpm', 'cert', 'pkcs12_lpm', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'pkcs8', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/pki/encode_values.cc | [] | [] |
/src/boringssl/crypto/aes/aes.cc | [] | [] |
/src/boringssl/crypto/evp/../internal.h | ['spki', 'privkey', 'pkcs12_lpm', 'pkcs12', 'pkcs8_lpm', 'pkcs8'] | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'certs_lpm', 'cert', 'read_pem', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/ssl/s3_both.cc | [] | [] |
/src/boringssl/fuzz/client_no_fuzzer_mode.cc | ['client_no_fuzzer_mode'] | ['client_no_fuzzer_mode'] |
/src/boringssl/crypto/ecdh/../fipsmodule/ec/../bn/../../internal.h | [] | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'certs_lpm', 'cert', 'read_pem', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/crypto/fipsmodule/bn/ctx.cc.inc | ['bn_div', 'privkey', 'bn_mod_exp'] | ['bn_div', 'privkey', 'bn_mod_exp'] |
/src/boringssl/crypto/x509/x509_vpm.cc | [] | [] |
/src/boringssl/crypto/fipsmodule/bn/div_extra.cc.inc | [] | [] |
/src/asn1_pdu_to_der.cc | ['certs_lpm', 'pkcs12_lpm', 'pkcs8_lpm'] | ['certs_lpm', 'pkcs12_lpm', 'pkcs8_lpm'] |
/src/boringssl/crypto/x509/x_exten.cc | ['cert', 'conf'] | ['cert', 'conf'] |
/src/boringssl/crypto/siphash/../internal.h | [] | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'certs_lpm', 'cert', 'read_pem', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/fuzz/ocsp_parse_ocsp_response_fuzzer.cc | ['ocsp_parse_ocsp_response_fuzzer'] | ['ocsp_parse_ocsp_response_fuzzer'] |
/src/boringssl/crypto/evp/p_ed25519_asn1.cc | [] | [] |
/src/boringssl/crypto/x509/rsa_pss.cc | ['cert'] | ['cert'] |
/src/boringssl/crypto/fipsmodule/tls/kdf.cc.inc | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/include/openssl/evp.h | ['dtls_client', 'decode_client_hello_inner', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'decode_client_hello_inner', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/bn/convert.cc | ['der_roundtrip', 'conf'] | ['der_roundtrip', 'conf'] |
/src/boringssl/crypto/cipher/internal.h | [] | [] |
/src/boringssl/crypto/cipher/derive_key.cc | [] | [] |
/src/boringssl/crypto/fipsmodule/cipher/aead.cc.inc | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/md4/../fipsmodule/digest/md32_common.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/internal_visibility.h | ['certs_lpm', 'pkcs12_lpm', 'pkcs8_lpm'] | ['certs_lpm', 'pkcs12_lpm', 'pkcs8_lpm'] |
/src/boringssl/crypto/evp/p_rsa.cc | [] | [] |
/src/boringssl/fuzz/conf.cc | ['conf'] | ['conf'] |
/src/boringssl/crypto/des/des.cc | [] | [] |
/src/boringssl/pki/name_constraints.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/unknown_field_set.h | [] | [] |
/src/boringssl/crypto/chacha/chacha.cc | ['privkey', 'dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/include/openssl/conf.h | ['cert', 'conf'] | ['cert', 'conf'] |
/src/boringssl/crypto/kyber/kyber.cc | [] | [] |
/src/boringssl/crypto/fipsmodule/dh/check.cc.inc | [] | [] |
/src/boringssl/crypto/stack/stack.cc | ['privkey', 'certs_lpm', 'cert', 'read_pem', 'pkcs12_lpm', 'pkcs12', 'dtls_client', 'decode_client_hello_inner', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] | ['certs_lpm', 'cert', 'pkcs12_lpm', 'pkcs12', 'dtls_client', 'decode_client_hello_inner', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/fuzz/ocsp_parse_ocsp_single_response_fuzzer.cc | ['ocsp_parse_ocsp_single_response_fuzzer'] | ['ocsp_parse_ocsp_single_response_fuzzer'] |
/src/boringssl/crypto/dsa/dsa_asn1.cc | ['privkey'] | ['privkey'] |
/src/boringssl/fuzz/crl_parse_issuing_distribution_point_fuzzer.cc | ['crl_parse_issuing_distribution_point_fuzzer'] | ['crl_parse_issuing_distribution_point_fuzzer'] |
/src/boringssl/ssl/ssl_asn1.cc | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/crypto/fipsmodule/ec/felem.cc.inc | ['privkey', 'dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['privkey', 'dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/fipsmodule/slhdsa/thash.cc.inc | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/arena_align.h | [] | [] |
/src/boringssl/pki/parsed_certificate.cc | ['parse_certificate_fuzzer'] | ['parse_certificate_fuzzer'] |
/src/boringssl/crypto/fipsmodule/bn/bn.cc.inc | ['der_roundtrip', 'bn_div', 'privkey', 'dtls_client', 'conf', 'client_no_fuzzer_mode', 'server', 'bn_mod_exp', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['der_roundtrip', 'bn_div', 'privkey', 'dtls_client', 'conf', 'client_no_fuzzer_mode', 'server', 'bn_mod_exp', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/LPM/external.protobuf/include/google/protobuf/arena.h | [] | [] |
/src/boringssl/ssl/ssl_versions.cc | ['dtls_client', 'decode_client_hello_inner', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] | ['dtls_client', 'decode_client_hello_inner', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/crypto/cipher/e_rc4.cc | [] | [] |
/src/boringssl/crypto/ex_data.cc | ['privkey', 'certs_lpm', 'cert', 'read_pem', 'pkcs12_lpm', 'pkcs12', 'dtls_client', 'decode_client_hello_inner', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] | ['privkey', 'certs_lpm', 'cert', 'read_pem', 'pkcs12', 'dtls_client', 'decode_client_hello_inner', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/crypto/cipher/tls_cbc.cc | [] | [] |
/src/boringssl/crypto/fipsmodule/ec/ec.cc.inc | ['privkey', 'dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['privkey', 'dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/siphash/siphash.cc | [] | [] |
/src/boringssl/pki/name_constraints.cc | ['parse_certificate_fuzzer'] | ['parse_certificate_fuzzer'] |
/src/boringssl/crypto/pkcs8/pkcs8_x509.cc | ['pkcs12_lpm', 'pkcs12'] | ['pkcs12_lpm', 'pkcs12'] |
/src/boringssl/crypto/des/../internal.h | [] | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'certs_lpm', 'cert', 'read_pem', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/crypto/conf/internal.h | ['conf'] | ['conf'] |
/src/boringssl/crypto/ecdh/ecdh.cc | [] | [] |
/src/boringssl/ssl/handoff.cc | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/bytestring/unicode.cc | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'certs_lpm', 'cert', 'pkcs12_lpm', 'pkcs12', 'verify_name_match_normalizename_fuzzer', 'conf', 'parse_certificate_fuzzer'] | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'certs_lpm', 'cert', 'pkcs12', 'verify_name_match_normalizename_fuzzer', 'conf', 'parse_certificate_fuzzer'] |
/src/boringssl/crypto/bio/printf.cc | ['cert'] | ['cert'] |
/src/boringssl/crypto/fipsmodule/ec/p224-64.cc.inc | [] | [] |
/src/boringssl/crypto/bio/socket.cc | [] | [] |
/src/boringssl/crypto/fipsmodule/ec/oct.cc.inc | ['privkey'] | ['privkey'] |
/src/boringssl/fuzz/crl_parse_crl_certificatelist_fuzzer.cc | ['crl_parse_crl_certificatelist_fuzzer'] | ['crl_parse_crl_certificatelist_fuzzer'] |
/src/boringssl/crypto/bio/file.cc | [] | [] |
/src/boringssl/crypto/fipsmodule/ec/../../../third_party/fiat/p256_64.h | [] | [] |
/src/boringssl/crypto/thread_pthread.cc | ['der_roundtrip', 'bn_div', 'verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'ocsp_parse_ocsp_response_fuzzer', 'certs_lpm', 'cert', 'read_pem', 'crl_getcrlstatusforcert_fuzzer', 'pkcs12_lpm', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'ocsp_parse_ocsp_cert_id_fuzzer', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'bn_mod_exp', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] | ['der_roundtrip', 'spki', 'privkey', 'ocsp_parse_ocsp_response_fuzzer', 'certs_lpm', 'cert', 'read_pem', 'crl_getcrlstatusforcert_fuzzer', 'pkcs12_lpm', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'ocsp_parse_ocsp_cert_id_fuzzer', 'decode_client_hello_inner', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'bn_mod_exp', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/crypto/bio/fd.cc | [] | [] |
/src/boringssl/crypto/fipsmodule/slhdsa/wots.cc.inc | [] | [] |
/src/boringssl/crypto/x509/internal.h | [] | [] |
/src/boringssl/crypto/x509/policy.cc | [] | [] |
/src/boringssl/crypto/asn1/a_strex.cc | ['cert'] | ['cert'] |
/src/boringssl/crypto/refcount.cc | ['spki', 'privkey', 'certs_lpm', 'cert', 'read_pem', 'pkcs12_lpm', 'pkcs12', 'dtls_client', 'decode_client_hello_inner', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] | ['spki', 'privkey', 'certs_lpm', 'cert', 'read_pem', 'pkcs12', 'dtls_client', 'decode_client_hello_inner', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/ssl/ssl_session.cc | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/fuzz/ssl_ctx_api.cc | ['ssl_ctx_api'] | ['ssl_ctx_api'] |
/src/boringssl/crypto/fipsmodule/digest/digest.cc.inc | ['cert', 'pkcs12_lpm', 'pkcs12', 'dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['cert', 'pkcs12', 'dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/fuzz/server_no_fuzzer_mode.cc | ['server_no_fuzzer_mode'] | ['server_no_fuzzer_mode'] |
/src/boringssl/crypto/pkcs8/../internal.h | ['pkcs12_lpm', 'pkcs12'] | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'certs_lpm', 'cert', 'read_pem', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/ssl/ssl_cert.cc | ['dtls_client', 'decode_client_hello_inner', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'decode_client_hello_inner', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/work/boringssl/genfiles/asn1_pdu.pb.h | ['certs_lpm', 'pkcs12_lpm', 'pkcs8_lpm'] | ['certs_lpm', 'pkcs12_lpm', 'pkcs8_lpm'] |
/src/boringssl/crypto/x509/v3_bcons.cc | ['cert'] | ['cert'] |
/src/boringssl/crypto/pkcs8/p5_pbev2.cc | [] | [] |
/src/boringssl/crypto/mem.cc | ['der_roundtrip', 'bn_div', 'verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'certs_lpm', 'cert', 'read_pem', 'crl_getcrlstatusforcert_fuzzer', 'pkcs12_lpm', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'bn_mod_exp', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] | ['der_roundtrip', 'bn_div', 'verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'certs_lpm', 'cert', 'read_pem', 'crl_getcrlstatusforcert_fuzzer', 'pkcs12_lpm', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'bn_mod_exp', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/crypto/cipher/e_tls.cc | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/fipsmodule/self_check/fips.cc.inc | [] | [] |
/src/boringssl/crypto/asn1/asn1_lib.cc | ['certs_lpm', 'cert', 'pkcs12_lpm', 'pkcs12', 'conf'] | ['certs_lpm', 'cert', 'pkcs12', 'conf'] |
/src/boringssl/crypto/evp/p_x25519.cc | [] | [] |
/src/boringssl/crypto/fipsmodule/sha/sha512.cc.inc | [] | [] |
/src/boringssl/crypto/fipsmodule/sha/sha1.cc.inc | [] | [] |
/src/boringssl/crypto/x509/a_verify.cc | [] | [] |
/src/boringssl/crypto/pem/pem_all.cc | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/generated_message_util.h | [] | [] |
/src/boringssl/crypto/fuzzer_mode.cc | ['pkcs12_lpm', 'pkcs12', 'pkcs8'] | ['pkcs12', 'pkcs8'] |
/src/boringssl/crypto/fipsmodule/mldsa/mldsa.cc.inc | [] | [] |
/usr/local/bin/../include/c++/v1/initializer_list | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | [] |
/src/boringssl/include/openssl/buf.h | [] | [] |
/src/boringssl/crypto/fipsmodule/aes/internal.h | ['privkey', 'dtls_client', 'decode_client_hello_inner', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'decode_client_hello_inner', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/curve25519/../../third_party/fiat/curve25519_64.h | [] | [] |
/src/boringssl/crypto/x509/x509_req.cc | [] | [] |
/src/boringssl/crypto/rand/deterministic.cc | ['privkey', 'dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/fipsmodule/bn/shift.cc.inc | ['bn_div', 'privkey', 'bn_mod_exp'] | ['bn_div', 'privkey', 'bn_mod_exp'] |
/src/boringssl/crypto/fipsmodule/bn/random.cc.inc | ['privkey'] | [] |
/src/boringssl/crypto/asn1/a_i2d_fp.cc | [] | [] |
/src/boringssl/crypto/fipsmodule/sha/../digest/md32_common.h | ['crl_getcrlstatusforcert_fuzzer', 'dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | [] |
/src/boringssl/include/openssl/bytestring.h | ['parse_authority_key_identifier_fuzzer', 'der_roundtrip', 'bn_div', 'verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'ocsp_parse_ocsp_single_response_fuzzer', 'ocsp_parse_ocsp_response_fuzzer', 'certs_lpm', 'cert', 'crl_getcrlstatusforcert_fuzzer', 'parse_crldp_fuzzer', 'pkcs12_lpm', 'pkcs12', 'crl_parse_crl_tbscertlist_fuzzer', 'pkcs8_lpm', 'crl_parse_issuing_distribution_point_fuzzer', 'dtls_client', 'ocsp_parse_ocsp_cert_id_fuzzer', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'ocsp_parse_ocsp_response_data_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'crl_parse_crl_certificatelist_fuzzer', 'bn_mod_exp', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] | ['parse_authority_key_identifier_fuzzer', 'der_roundtrip', 'bn_div', 'verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'ocsp_parse_ocsp_single_response_fuzzer', 'ocsp_parse_ocsp_response_fuzzer', 'certs_lpm', 'cert', 'crl_getcrlstatusforcert_fuzzer', 'parse_crldp_fuzzer', 'pkcs12_lpm', 'pkcs12', 'crl_parse_crl_tbscertlist_fuzzer', 'pkcs8_lpm', 'crl_parse_issuing_distribution_point_fuzzer', 'dtls_client', 'ocsp_parse_ocsp_cert_id_fuzzer', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'ocsp_parse_ocsp_response_data_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'crl_parse_crl_certificatelist_fuzzer', 'bn_mod_exp', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/crypto/fipsmodule/sha/internal.h | ['crl_getcrlstatusforcert_fuzzer', 'dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['crl_getcrlstatusforcert_fuzzer', 'dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/ec/../fipsmodule/ec/../bn/../../internal.h | ['privkey'] | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'certs_lpm', 'cert', 'read_pem', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/crypto/asn1/a_bitstr.cc | ['certs_lpm', 'cert', 'pkcs12_lpm', 'pkcs12', 'conf'] | ['certs_lpm', 'cert', 'pkcs12', 'conf'] |
/src/boringssl/crypto/fipsmodule/slhdsa/slhdsa.cc.inc | [] | [] |
/usr/local/bin/../include/c++/v1/__exception/exception.h | [] | [] |
/src/boringssl/crypto/asn1/a_object.cc | ['certs_lpm', 'cert', 'pkcs12_lpm', 'pkcs12', 'conf'] | ['certs_lpm', 'cert', 'pkcs12', 'conf'] |
/src/boringssl/crypto/x509/x_algor.cc | ['certs_lpm', 'cert', 'pkcs12_lpm', 'pkcs12', 'conf'] | ['certs_lpm', 'cert', 'pkcs12', 'conf'] |
/src/boringssl/crypto/asn1/f_int.cc | ['cert'] | ['cert'] |
/src/boringssl/ssl/encrypted_client_hello.cc | ['decode_client_hello_inner'] | ['decode_client_hello_inner'] |
/src/boringssl/crypto/fipsmodule/bn/asm/x86_64-gcc.cc.inc | ['bn_div', 'privkey', 'dtls_client', 'conf', 'client_no_fuzzer_mode', 'server', 'bn_mod_exp', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['bn_div', 'privkey', 'dtls_client', 'conf', 'client_no_fuzzer_mode', 'server', 'bn_mod_exp', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/fuzz/decode_client_hello_inner.cc | ['decode_client_hello_inner'] | ['decode_client_hello_inner'] |
/src/boringssl/crypto/fipsmodule/cipher/e_aesccm.cc.inc | [] | [] |
/src/boringssl/crypto/blake2/blake2.cc | [] | [] |
/src/boringssl/include/openssl/x509.h | ['cert', 'pkcs12_lpm', 'pkcs12', 'conf'] | ['cert', 'pkcs12_lpm', 'pkcs12', 'conf'] |
/src/boringssl/crypto/evp/p_ec.cc | [] | [] |
/src/boringssl/crypto/pem/pem_lib.cc | ['read_pem'] | ['read_pem'] |
/src/boringssl/fuzz/crl_parse_crl_tbscertlist_fuzzer.cc | ['crl_parse_crl_tbscertlist_fuzzer'] | ['crl_parse_crl_tbscertlist_fuzzer'] |
/src/boringssl/fuzz/../crypto/cpu_arm_linux.h | ['arm_cpuinfo'] | [] |
/src/boringssl/crypto/fipsmodule/ec/p256-nistz.cc.inc | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/x509/x509_def.cc | [] | [] |
/src/boringssl/crypto/fipsmodule/digest/digests.cc.inc | ['ocsp_parse_ocsp_response_fuzzer', 'cert', 'dtls_client', 'ocsp_parse_ocsp_cert_id_fuzzer', 'client_no_fuzzer_mode', 'server', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['ocsp_parse_ocsp_response_fuzzer', 'cert', 'dtls_client', 'ocsp_parse_ocsp_cert_id_fuzzer', 'client_no_fuzzer_mode', 'server', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/bio/../internal.h | ['cert'] | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'certs_lpm', 'cert', 'read_pem', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/fuzz/bn_mod_exp.cc | ['bn_mod_exp'] | ['bn_mod_exp'] |
/src/boringssl/crypto/x509/x_attrib.cc | [] | [] |
/src/boringssl/crypto/internal.h | ['der_roundtrip', 'bn_div', 'verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'ocsp_parse_ocsp_response_fuzzer', 'certs_lpm', 'cert', 'read_pem', 'crl_getcrlstatusforcert_fuzzer', 'pkcs12_lpm', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'ocsp_parse_ocsp_cert_id_fuzzer', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'bn_mod_exp', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'certs_lpm', 'cert', 'read_pem', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/crypto/obj/obj.cc | ['certs_lpm', 'cert', 'pkcs12_lpm', 'pkcs12', 'conf'] | ['certs_lpm', 'cert', 'pkcs12', 'conf'] |
/usr/local/bin/../include/c++/v1/optional | ['ocsp_parse_ocsp_single_response_fuzzer', 'ocsp_parse_ocsp_response_fuzzer', 'crl_getcrlstatusforcert_fuzzer', 'parse_crldp_fuzzer', 'crl_parse_crl_tbscertlist_fuzzer', 'crl_parse_issuing_distribution_point_fuzzer', 'dtls_client', 'decode_client_hello_inner', 'ocsp_parse_ocsp_response_data_fuzzer', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'crl_parse_crl_certificatelist_fuzzer', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | [] |
/src/boringssl/ssl/s3_pkt.cc | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/ecdsa/../fipsmodule/ecdsa/../ec/../bn/../../internal.h | [] | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'certs_lpm', 'cert', 'read_pem', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/fuzz/ocsp_parse_ocsp_cert_id_fuzzer.cc | ['ocsp_parse_ocsp_cert_id_fuzzer'] | ['ocsp_parse_ocsp_cert_id_fuzzer'] |
/src/boringssl/fuzz/parse_authority_key_identifier_fuzzer.cc | ['parse_authority_key_identifier_fuzzer'] | ['parse_authority_key_identifier_fuzzer'] |
/src/boringssl/crypto/bytestring/ber.cc | ['pkcs12_lpm', 'pkcs12'] | ['pkcs12_lpm', 'pkcs12'] |
/src/boringssl/include/openssl/bio.h | [] | [] |
/src/boringssl/crypto/x509/v3_lib.cc | ['cert', 'conf'] | ['cert', 'conf'] |
/src/boringssl/include/openssl/stack.h | ['privkey', 'certs_lpm', 'cert', 'read_pem', 'pkcs12_lpm', 'pkcs12', 'dtls_client', 'conf', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] | ['pkcs12_lpm', 'pkcs12', 'dtls_client', 'conf', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/crypto/x509/x509_att.cc | [] | [] |
/src/boringssl/pki/parse_name.h | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'verify_name_match_normalizename_fuzzer', 'parse_certificate_fuzzer'] | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'verify_name_match_normalizename_fuzzer', 'parse_certificate_fuzzer'] |
/src/boringssl/crypto/fipsmodule/keccak/keccak.cc.inc | [] | [] |
/src/boringssl/crypto/fipsmodule/rand/rand.cc.inc | ['privkey', 'dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/fipsmodule/bn/sqrt.cc.inc | ['privkey'] | ['privkey'] |
/src/boringssl/crypto/md5/../fipsmodule/digest/../../internal.h | [] | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'certs_lpm', 'cert', 'read_pem', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/crypto/fipsmodule/digestsign/digestsign.cc.inc | [] | [] |
/src/boringssl/crypto/fipsmodule/aes/ofb.cc.inc | [] | [] |
/src/boringssl/pki/parse_values.cc | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'ocsp_parse_ocsp_single_response_fuzzer', 'ocsp_parse_ocsp_response_fuzzer', 'crl_getcrlstatusforcert_fuzzer', 'crl_parse_crl_tbscertlist_fuzzer', 'crl_parse_issuing_distribution_point_fuzzer', 'ocsp_parse_ocsp_cert_id_fuzzer', 'verify_name_match_normalizename_fuzzer', 'ocsp_parse_ocsp_response_data_fuzzer', 'crl_parse_crl_certificatelist_fuzzer', 'parse_certificate_fuzzer'] | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'ocsp_parse_ocsp_single_response_fuzzer', 'ocsp_parse_ocsp_response_fuzzer', 'crl_getcrlstatusforcert_fuzzer', 'crl_parse_crl_tbscertlist_fuzzer', 'crl_parse_issuing_distribution_point_fuzzer', 'ocsp_parse_ocsp_cert_id_fuzzer', 'verify_name_match_normalizename_fuzzer', 'ocsp_parse_ocsp_response_data_fuzzer', 'crl_parse_crl_certificatelist_fuzzer', 'parse_certificate_fuzzer'] |
/usr/local/bin/../include/c++/v1/string | [] | [] |
/src/boringssl/ssl/dtls_record.cc | [] | [] |
/src/boringssl/fuzz/parse_certificate_fuzzer.cc | ['parse_certificate_fuzzer'] | ['parse_certificate_fuzzer'] |
/src/boringssl/fuzz/pkcs8.cc | ['pkcs8'] | ['pkcs8'] |
/usr/local/bin/../include/c++/v1/__memory/uninitialized_algorithms.h | [] | [] |
/src/boringssl/crypto/x509/x509_obj.cc | ['cert'] | ['cert'] |
/src/boringssl/ssl/tls_record.cc | [] | [] |
/src/boringssl/crypto/fipsmodule/ec/ec_key.cc.inc | ['privkey'] | ['privkey'] |
/src/LPM/external.protobuf/include/google/protobuf/port.h | [] | [] |
/src/boringssl/crypto/mlkem/mlkem.cc | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/metadata_lite.h | ['certs_lpm', 'pkcs12_lpm', 'pkcs8_lpm'] | ['certs_lpm', 'pkcs12_lpm', 'pkcs8_lpm'] |
/src/boringssl/crypto/fipsmodule/rsa/padding.cc.inc | [] | [] |
/src/boringssl/crypto/fipsmodule/hmac/hmac.cc.inc | ['pkcs12_lpm', 'pkcs12', 'dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['pkcs12', 'dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/fipsmodule/bn/montgomery.cc.inc | ['privkey', 'bn_mod_exp'] | ['privkey', 'bn_mod_exp'] |
/src/boringssl/crypto/md4/md4.cc | [] | [] |
/src/boringssl/fuzz/pkcs12.cc | ['pkcs12'] | ['pkcs12'] |
/src/fuzz_pkcs12.cc | ['pkcs12_lpm'] | ['pkcs12_lpm'] |
/src/boringssl/fuzz/cert.cc | ['cert'] | ['cert'] |
/src/boringssl/crypto/asn1/../internal.h | ['certs_lpm', 'cert', 'pkcs12_lpm', 'pkcs12', 'conf'] | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'certs_lpm', 'cert', 'read_pem', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/crypto/asn1/a_utctm.cc | [] | [] |
/src/boringssl/pki/ip_util.cc | ['parse_crldp_fuzzer', 'crl_parse_issuing_distribution_point_fuzzer', 'parse_certificate_fuzzer'] | ['parse_crldp_fuzzer', 'crl_parse_issuing_distribution_point_fuzzer', 'parse_certificate_fuzzer'] |
/src/LPM/external.protobuf/include/google/protobuf/message_lite.h | ['certs_lpm', 'pkcs12_lpm', 'pkcs8_lpm'] | ['certs_lpm', 'pkcs12_lpm', 'pkcs8_lpm'] |
/src/boringssl/crypto/asn1/a_int.cc | ['certs_lpm', 'cert', 'pkcs12_lpm', 'pkcs12', 'conf'] | ['certs_lpm', 'cert', 'pkcs12', 'conf'] |
/src/boringssl/crypto/x509/v3_skey.cc | [] | [] |
/src/boringssl/crypto/x509/x_name.cc | ['cert'] | ['cert'] |
/src/boringssl/crypto/evp/p_hkdf.cc | [] | [] |
/src/boringssl/crypto/evp/p_dsa_asn1.cc | ['privkey'] | ['privkey'] |
/src/boringssl/pki/revocation_util.cc | [] | [] |
/src/boringssl/crypto/evp/p_rsa_asn1.cc | ['privkey'] | ['privkey'] |
/src/boringssl/crypto/fipsmodule/ec/wnaf.cc.inc | [] | [] |
/src/boringssl/fuzz/verify_name_match_verifynameinsubtree_fuzzer.cc | ['verify_name_match_verifynameinsubtree_fuzzer'] | ['verify_name_match_verifynameinsubtree_fuzzer'] |
/src/boringssl/crypto/fipsmodule/rsa/rsa_impl.cc.inc | ['privkey'] | ['privkey'] |
/src/fuzz_pkcs8.cc | ['pkcs8_lpm'] | ['pkcs8_lpm'] |
/src/boringssl/crypto/x509/by_dir.cc | [] | [] |
/src/boringssl/crypto/asn1/tasn_dec.cc | ['certs_lpm', 'cert', 'pkcs12_lpm', 'pkcs12', 'conf'] | ['certs_lpm', 'cert', 'pkcs12', 'conf'] |
/src/boringssl/pki/extended_key_usage.cc | ['parse_certificate_fuzzer'] | ['parse_certificate_fuzzer'] |
/src/boringssl/crypto/asn1/asn1_par.cc | ['cert'] | [] |
/src/boringssl/crypto/cipher/e_rc2.cc | [] | [] |
/src/boringssl/crypto/x509/v3_akeya.cc | ['certs_lpm', 'cert', 'pkcs12_lpm', 'pkcs12', 'conf'] | ['certs_lpm', 'cert', 'pkcs12', 'conf'] |
/src/boringssl/crypto/x509/v3_cpols.cc | [] | [] |
/src/boringssl/fuzz/crl_getcrlstatusforcert_fuzzer.cc | ['crl_getcrlstatusforcert_fuzzer'] | ['crl_getcrlstatusforcert_fuzzer'] |
/src/boringssl/crypto/fipsmodule/bn/rsaz_exp.h | ['bn_mod_exp'] | ['bn_mod_exp'] |
/src/boringssl/crypto/rsa/rsa_crypt.cc | [] | [] |
/src/boringssl/include/openssl/ec.h | [] | [] |
/src/boringssl/crypto/fipsmodule/bn/montgomery_inv.cc.inc | ['privkey', 'bn_mod_exp'] | ['privkey', 'bn_mod_exp'] |
/src/boringssl/crypto/x509/v3_crld.cc | ['certs_lpm', 'cert', 'pkcs12_lpm', 'pkcs12', 'conf'] | ['certs_lpm', 'cert', 'pkcs12', 'conf'] |
/src/boringssl/crypto/fipsmodule/slhdsa/./address.h | [] | [] |
/src/boringssl/ssl/tls13_client.cc | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/ssl/../crypto/mem_internal.h | ['dtls_client', 'decode_client_hello_inner', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] | [] |
/src/boringssl/pki/certificate_policies.cc | ['parse_certificate_fuzzer'] | ['parse_certificate_fuzzer'] |
/src/boringssl/crypto/asn1/tasn_fre.cc | ['certs_lpm', 'cert', 'pkcs12_lpm', 'pkcs12', 'conf'] | ['certs_lpm', 'cert', 'pkcs12', 'conf'] |
/src/boringssl/crypto/fipsmodule/slhdsa/merkle.cc.inc | [] | [] |
/src/boringssl/crypto/rand/forkunsafe.cc | ['privkey', 'dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/x509/x509_trs.cc | [] | [] |
/src/boringssl/pki/parsed_certificate.h | [] | [] |
/src/boringssl/crypto/x509/v3_ncons.cc | ['certs_lpm', 'cert', 'pkcs12_lpm', 'pkcs12', 'conf'] | ['certs_lpm', 'cert', 'pkcs12', 'conf'] |
/src/boringssl/crypto/fipsmodule/ec/simple.cc.inc | ['privkey'] | ['privkey'] |
/src/boringssl/crypto/pkcs7/pkcs7_x509.cc | [] | [] |
/src/boringssl/crypto/asn1/tasn_enc.cc | ['certs_lpm', 'cert', 'conf'] | ['certs_lpm', 'cert', 'conf'] |
/src/boringssl/crypto/fipsmodule/ec/simple_mul.cc.inc | [] | [] |
/src/boringssl/crypto/fipsmodule/bn/div.cc.inc | ['bn_div', 'privkey', 'dtls_client', 'client_no_fuzzer_mode', 'server', 'bn_mod_exp', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['bn_div', 'privkey', 'dtls_client', 'client_no_fuzzer_mode', 'server', 'bn_mod_exp', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/asn1/tasn_utl.cc | ['certs_lpm', 'cert', 'pkcs12_lpm', 'pkcs12', 'conf'] | ['certs_lpm', 'cert', 'pkcs12', 'conf'] |
/src/boringssl/crypto/fipsmodule/ec/scalar.cc.inc | ['privkey'] | ['privkey'] |
/src/boringssl/crypto/stack/../internal.h | ['certs_lpm', 'cert', 'pkcs12_lpm', 'pkcs12', 'dtls_client', 'decode_client_hello_inner', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'certs_lpm', 'cert', 'read_pem', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/ssl/tls13_enc.cc | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/pki/general_names.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/explicitly_constructed.h | ['certs_lpm', 'pkcs12_lpm', 'pkcs8_lpm'] | [] |
/src/boringssl/ssl/../crypto/err/internal.h | [] | [] |
/src/boringssl/ssl/ssl_cipher.cc | ['dtls_client', 'decode_client_hello_inner', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] | ['dtls_client', 'decode_client_hello_inner', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/work/boringssl/genfiles/asn1_pdu.pb.cc | ['certs_lpm', 'pkcs12_lpm', 'pkcs8_lpm'] | ['certs_lpm', 'pkcs12_lpm', 'pkcs8_lpm'] |
/src/boringssl/crypto/x509/x_sig.cc | [] | [] |
/src/boringssl/crypto/asn1/posix_time.cc | ['certs_lpm', 'cert', 'pkcs12_lpm', 'pkcs12', 'conf'] | [] |
/src/boringssl/fuzz/privkey.cc | ['privkey'] | ['privkey'] |
/src/boringssl/crypto/fipsmodule/bn/gcd_extra.cc.inc | [] | [] |
/src/boringssl/crypto/x509/x509_set.cc | ['cert'] | ['cert'] |
/src/boringssl/crypto/spake2plus/../fipsmodule/bn/../../internal.h | [] | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'certs_lpm', 'cert', 'read_pem', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/crypto/x509/x509cset.cc | [] | [] |
/src/boringssl/crypto/bytestring/cbb.cc | ['der_roundtrip', 'verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'certs_lpm', 'cert', 'pkcs12_lpm', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'client_no_fuzzer_mode', 'server', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] | ['der_roundtrip', 'verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'certs_lpm', 'cert', 'pkcs12_lpm', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'client_no_fuzzer_mode', 'server', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/crypto/pkcs8/pkcs8.cc | ['pkcs12_lpm', 'pkcs12'] | ['pkcs12'] |
/src/boringssl/crypto/x509/x_x509.cc | ['certs_lpm', 'cert', 'pkcs12_lpm', 'pkcs12', 'conf'] | ['certs_lpm', 'cert', 'pkcs12', 'conf'] |
/src/boringssl/fuzz/../ssl/../crypto/mem_internal.h | ['decode_client_hello_inner'] | [] |
/src/boringssl/ssl/ssl_credential.cc | ['dtls_client', 'decode_client_hello_inner', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'decode_client_hello_inner', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/include/openssl/mem.h | [] | [] |
/src/boringssl/include/openssl/rsa.h | [] | [] |
/src/boringssl/crypto/fipsmodule/aes/key_wrap.cc.inc | [] | [] |
/src/boringssl/crypto/x509/v3_ocsp.cc | [] | [] |
/src/boringssl/crypto/asn1/tasn_new.cc | ['certs_lpm', 'cert', 'pkcs12_lpm', 'pkcs12', 'conf'] | ['certs_lpm', 'cert', 'pkcs12', 'conf'] |
/src/boringssl/crypto/fipsmodule/hkdf/hkdf.cc.inc | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/fuzz/verify_name_match_fuzzer.cc | ['verify_name_match_fuzzer'] | ['verify_name_match_fuzzer'] |
/src/boringssl/fuzz/client.cc | ['client'] | ['client'] |
/src/boringssl/ssl/extensions.cc | ['dtls_client', 'decode_client_hello_inner', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'decode_client_hello_inner', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/x509/v3_utl.cc | ['cert', 'conf'] | ['cert', 'conf'] |
/src/boringssl/crypto/bio/errno.cc | [] | [] |
/src/boringssl/crypto/dsa/../internal.h | ['privkey'] | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'certs_lpm', 'cert', 'read_pem', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/fuzz/verify_name_match_normalizename_fuzzer.cc | ['verify_name_match_normalizename_fuzzer'] | ['verify_name_match_normalizename_fuzzer'] |
/src/boringssl/crypto/evp/p_dh_asn1.cc | [] | [] |
/src/common.cc | ['certs_lpm', 'pkcs12_lpm', 'pkcs8_lpm'] | ['certs_lpm', 'pkcs12_lpm', 'pkcs8_lpm'] |
/src/boringssl/crypto/evp/evp_asn1.cc | ['spki', 'privkey', 'pkcs12_lpm', 'pkcs12', 'pkcs8_lpm', 'pkcs8'] | ['spki', 'privkey', 'pkcs12', 'pkcs8_lpm', 'pkcs8'] |
/src/boringssl/include/openssl/ecdsa.h | [] | [] |
/src/boringssl/crypto/x509/x_spki.cc | [] | [] |
/src/boringssl/crypto/bio/bio_mem.cc | ['cert', 'read_pem', 'dtls_client', 'conf', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['cert', 'read_pem', 'dtls_client', 'conf', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/evp/p_dh.cc | [] | [] |
/src/boringssl/fuzz/server.cc | ['server'] | ['server'] |
/src/boringssl/crypto/x509/v3_pcons.cc | [] | [] |
/src/boringssl/crypto/fipsmodule/bn/prime.cc.inc | [] | [] |
/src/boringssl/pki/parser.cc | ['parse_authority_key_identifier_fuzzer', 'verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'ocsp_parse_ocsp_single_response_fuzzer', 'ocsp_parse_ocsp_response_fuzzer', 'crl_getcrlstatusforcert_fuzzer', 'parse_crldp_fuzzer', 'crl_parse_crl_tbscertlist_fuzzer', 'crl_parse_issuing_distribution_point_fuzzer', 'ocsp_parse_ocsp_cert_id_fuzzer', 'verify_name_match_normalizename_fuzzer', 'ocsp_parse_ocsp_response_data_fuzzer', 'crl_parse_crl_certificatelist_fuzzer', 'parse_certificate_fuzzer'] | ['parse_authority_key_identifier_fuzzer', 'verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'ocsp_parse_ocsp_single_response_fuzzer', 'ocsp_parse_ocsp_response_fuzzer', 'crl_getcrlstatusforcert_fuzzer', 'parse_crldp_fuzzer', 'crl_parse_crl_tbscertlist_fuzzer', 'crl_parse_issuing_distribution_point_fuzzer', 'ocsp_parse_ocsp_cert_id_fuzzer', 'verify_name_match_normalizename_fuzzer', 'ocsp_parse_ocsp_response_data_fuzzer', 'crl_parse_crl_certificatelist_fuzzer', 'parse_certificate_fuzzer'] |
/src/boringssl/crypto/pool/internal.h | ['certs_lpm', 'cert', 'pkcs12_lpm', 'pkcs12', 'dtls_client', 'conf', 'client_no_fuzzer_mode', 'server', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] | [] |
/src/boringssl/crypto/x509/x_val.cc | [] | [] |
/src/boringssl/crypto/obj/obj_xref.cc | [] | [] |
/src/boringssl/fuzz/dtls_server.cc | ['dtls_server'] | ['dtls_server'] |
/src/boringssl/crypto/blake2/../internal.h | [] | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'certs_lpm', 'cert', 'read_pem', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/crypto/fipsmodule/ec/p256.cc.inc | [] | [] |
/src/boringssl/crypto/x509/v3_pmaps.cc | [] | [] |
/src/boringssl/crypto/rsa/rsa_asn1.cc | ['privkey'] | ['privkey'] |
/src/LPM/external.protobuf/include/google/protobuf/wire_format_lite.h | [] | [] |
/src/LPM/external.protobuf/include/absl/numeric/bits.h | [] | [] |
/src/boringssl/crypto/fipsmodule/slhdsa/fors.cc.inc | [] | [] |
/src/boringssl/crypto/x509/t_x509.cc | ['cert'] | ['cert'] |
/src/boringssl/fuzz/parse_crldp_fuzzer.cc | ['parse_crldp_fuzzer'] | ['parse_crldp_fuzzer'] |
/src/boringssl/ssl/ssl_privkey.cc | [] | [] |
/src/boringssl/ssl/t1_enc.cc | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/x509/x_all.cc | ['cert'] | ['cert'] |
/src/boringssl/include/openssl/dh.h | [] | [] |
/src/boringssl/crypto/digest/digest_extra.cc | ['ocsp_parse_ocsp_response_fuzzer', 'pkcs12_lpm', 'pkcs12', 'dtls_client', 'ocsp_parse_ocsp_cert_id_fuzzer', 'client_no_fuzzer_mode', 'server', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['ocsp_parse_ocsp_response_fuzzer', 'pkcs12', 'dtls_client', 'ocsp_parse_ocsp_cert_id_fuzzer', 'client_no_fuzzer_mode', 'server', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/LPM/external.protobuf/include/google/protobuf/io/coded_stream.h | [] | [] |
/src/boringssl/crypto/cipher/../fipsmodule/cipher/../../internal.h | [] | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'certs_lpm', 'cert', 'read_pem', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/pki/input.cc | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'ocsp_parse_ocsp_single_response_fuzzer', 'ocsp_parse_ocsp_response_fuzzer', 'crl_getcrlstatusforcert_fuzzer', 'crl_parse_crl_tbscertlist_fuzzer', 'crl_parse_issuing_distribution_point_fuzzer', 'ocsp_parse_ocsp_response_data_fuzzer', 'crl_parse_crl_certificatelist_fuzzer', 'parse_certificate_fuzzer'] | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'ocsp_parse_ocsp_single_response_fuzzer', 'ocsp_parse_ocsp_response_fuzzer', 'crl_getcrlstatusforcert_fuzzer', 'crl_parse_crl_tbscertlist_fuzzer', 'crl_parse_issuing_distribution_point_fuzzer', 'ocsp_parse_ocsp_response_data_fuzzer', 'crl_parse_crl_certificatelist_fuzzer', 'parse_certificate_fuzzer'] |
/src/boringssl/crypto/x509/v3_prn.cc | ['cert'] | ['cert'] |
/src/boringssl/crypto/rand/fork_detect.cc | ['privkey', 'dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/x509/x509_lu.cc | [] | [] |
/src/boringssl/fuzz/spki.cc | ['spki'] | ['spki'] |
/src/boringssl/crypto/asn1/asn_pack.cc | [] | [] |
/src/boringssl/ssl/handshake_server.cc | [] | [] |
/src/boringssl/ssl/s3_lib.cc | [] | [] |
/src/boringssl/crypto/pem/pem_pk8.cc | [] | [] |
/src/boringssl/crypto/cipher/../internal.h | [] | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'certs_lpm', 'cert', 'read_pem', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/ssl/handshake.cc | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/asn1/a_d2i_fp.cc | [] | [] |
/src/boringssl/include/openssl/base.h | ['der_roundtrip', 'verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'certs_lpm', 'cert', 'pkcs12_lpm', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'client_no_fuzzer_mode', 'server', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] | ['der_roundtrip', 'verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'certs_lpm', 'cert', 'pkcs12_lpm', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'client_no_fuzzer_mode', 'server', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/crypto/x509/t_x509a.cc | ['cert'] | ['cert'] |
/src/boringssl/crypto/bytestring/cbs.cc | ['parse_authority_key_identifier_fuzzer', 'der_roundtrip', 'bn_div', 'verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'ocsp_parse_ocsp_single_response_fuzzer', 'ocsp_parse_ocsp_response_fuzzer', 'certs_lpm', 'cert', 'crl_getcrlstatusforcert_fuzzer', 'parse_crldp_fuzzer', 'pkcs12_lpm', 'pkcs12', 'crl_parse_crl_tbscertlist_fuzzer', 'pkcs8_lpm', 'crl_parse_issuing_distribution_point_fuzzer', 'dtls_client', 'ocsp_parse_ocsp_cert_id_fuzzer', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'ocsp_parse_ocsp_response_data_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'crl_parse_crl_certificatelist_fuzzer', 'bn_mod_exp', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] | ['parse_authority_key_identifier_fuzzer', 'der_roundtrip', 'bn_div', 'verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'ocsp_parse_ocsp_single_response_fuzzer', 'ocsp_parse_ocsp_response_fuzzer', 'certs_lpm', 'cert', 'crl_getcrlstatusforcert_fuzzer', 'parse_crldp_fuzzer', 'pkcs12_lpm', 'pkcs12', 'crl_parse_crl_tbscertlist_fuzzer', 'pkcs8_lpm', 'crl_parse_issuing_distribution_point_fuzzer', 'dtls_client', 'ocsp_parse_ocsp_cert_id_fuzzer', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'ocsp_parse_ocsp_response_data_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'crl_parse_crl_certificatelist_fuzzer', 'bn_mod_exp', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/ssl/ssl_lib.cc | ['dtls_client', 'decode_client_hello_inner', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['dtls_client', 'decode_client_hello_inner', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/curve25519/../../third_party/fiat/curve25519_64_adx.h | [] | [] |
/src/boringssl/crypto/pkcs7/pkcs7.cc | [] | [] |
/src/boringssl/crypto/x509/v3_akey.cc | [] | [] |
/src/boringssl/ssl/../crypto/internal.h | ['dtls_client', 'decode_client_hello_inner', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'certs_lpm', 'cert', 'read_pem', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/crypto/x509/v3_ia5.cc | [] | [] |
/src/boringssl/crypto/x509/../internal.h | ['cert', 'conf'] | ['verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'spki', 'privkey', 'certs_lpm', 'cert', 'read_pem', 'pkcs12', 'pkcs8_lpm', 'dtls_client', 'decode_client_hello_inner', 'verify_name_match_normalizename_fuzzer', 'conf', 'ssl_ctx_api', 'client_no_fuzzer_mode', 'server', 'pkcs8', 'parse_certificate_fuzzer', 'server_no_fuzzer_mode', 'client', 'dtls_server', 'session'] |
/src/boringssl/fuzz/../pki/parse_values.h | ['crl_parse_crl_certificatelist_fuzzer'] | ['ocsp_parse_ocsp_response_fuzzer', 'parse_certificate_fuzzer'] |
/src/boringssl/crypto/pem/pem_oth.cc | [] | [] |
/src/boringssl/pki/ocsp.h | ['ocsp_parse_ocsp_response_data_fuzzer'] | [] |
/src/boringssl/crypto/x509/x509name.cc | ['cert'] | ['cert'] |
/src/boringssl/pki/input.h | ['parse_authority_key_identifier_fuzzer', 'verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'ocsp_parse_ocsp_single_response_fuzzer', 'ocsp_parse_ocsp_response_fuzzer', 'crl_getcrlstatusforcert_fuzzer', 'parse_crldp_fuzzer', 'crl_parse_crl_tbscertlist_fuzzer', 'crl_parse_issuing_distribution_point_fuzzer', 'ocsp_parse_ocsp_cert_id_fuzzer', 'verify_name_match_normalizename_fuzzer', 'ocsp_parse_ocsp_response_data_fuzzer', 'crl_parse_crl_certificatelist_fuzzer', 'parse_certificate_fuzzer'] | ['parse_authority_key_identifier_fuzzer', 'verify_name_match_fuzzer', 'verify_name_match_verifynameinsubtree_fuzzer', 'ocsp_parse_ocsp_single_response_fuzzer', 'ocsp_parse_ocsp_response_fuzzer', 'crl_getcrlstatusforcert_fuzzer', 'parse_crldp_fuzzer', 'crl_parse_crl_tbscertlist_fuzzer', 'crl_parse_issuing_distribution_point_fuzzer', 'ocsp_parse_ocsp_cert_id_fuzzer', 'verify_name_match_normalizename_fuzzer', 'ocsp_parse_ocsp_response_data_fuzzer', 'crl_parse_crl_certificatelist_fuzzer', 'parse_certificate_fuzzer'] |
/src/boringssl/crypto/x509/x509_cmp.cc | ['certs_lpm', 'cert'] | ['certs_lpm', 'cert'] |
/src/boringssl/include/openssl/err.h | ['privkey', 'cert', 'dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] | ['privkey', 'cert', 'dtls_client', 'client_no_fuzzer_mode', 'server', 'server_no_fuzzer_mode', 'client', 'dtls_server'] |
/src/boringssl/crypto/evp/internal.h | [] | [] |
Directory |
---|
/src/boringssl/crypto/kyber/../ |
/src/boringssl/crypto/blake2/ |
/src/boringssl/crypto/des/ |
/src/boringssl/crypto/fipsmodule/hkdf/ |
/src/boringssl/crypto/ec/../fipsmodule/ec/../bn/../../ |
/src/boringssl/crypto/ec/ |
/src/boringssl/crypto/fipsmodule/ecdh/ |
/src/boringssl/crypto/conf/ |
/src/boringssl/crypto/base64/ |
/src/boringssl/crypto/err/ |
/src/boringssl/crypto/fipsmodule/digest/ |
/src/boringssl/crypto/md5/ |
/src/boringssl/crypto/dsa/../ |
/src/boringssl/crypto/fipsmodule/aes/ |
/src/boringssl/crypto/chacha/../ |
/src/boringssl/crypto/bytestring/ |
/src/boringssl/crypto/blake2/../ |
/src/boringssl/crypto/fipsmodule/rand/ |
/src/boringssl/crypto/fipsmodule/ |
/src/boringssl/fuzz/../pki/ |
/src/boringssl/crypto/curve25519/../../third_party/fiat/ |
/src/boringssl/crypto/dh/ |
/src/boringssl/crypto/ |
/src/boringssl/crypto/fipsmodule/bn/asm/ |
/src/boringssl/crypto/evp/../ |
/src/LPM/external.protobuf/include/absl/log/internal/ |
/src/boringssl/crypto/base64/../ |
/src/boringssl/crypto/fipsmodule/mldsa/ |
/src/boringssl/crypto/hpke/ |
/src/boringssl/crypto/x509/../ |
/src/boringssl/crypto/rsa/../fipsmodule/bn/../../ |
/src/boringssl/crypto/cipher/../ |
/src/boringssl/crypto/engine/ |
/src/boringssl/crypto/kyber/ |
/src/boringssl/crypto/fipsmodule/self_check/ |
/usr/local/bin/../include/c++/v1/ |
/src/boringssl/crypto/fipsmodule/tls/ |
/src/boringssl/crypto/fipsmodule/aes/../service_indicator/ |
/src/boringssl/crypto/md5/../fipsmodule/digest/../../ |
/src/LPM/external.protobuf/include/google/protobuf/io/ |
/src/boringssl/crypto/poly1305/ |
/src/boringssl/crypto/bytestring/../ |
/src/boringssl/fuzz/ |
/src/boringssl/ssl/../crypto/ |
/src/boringssl/crypto/asn1/ |
/src/boringssl/crypto/pem/ |
/src/boringssl/ssl/ |
/src/boringssl/crypto/obj/../ |
/src/boringssl/crypto/ecdh/ |
/usr/local/bin/../include/c++/v1/__exception/ |
/src/boringssl/fuzz/../ssl/test/ |
/src/boringssl/crypto/pkcs7/ |
/src/boringssl/crypto/aes/ |
/src/boringssl/crypto/fipsmodule/bn/../../ |
/src/boringssl/crypto/fipsmodule/../ |
/src/boringssl/fuzz/../ssl/../crypto/ |
/src/boringssl/crypto/obj/ |
/src/boringssl/crypto/lhash/ |
/src/boringssl/crypto/mlkem/ |
/src/boringssl/crypto/fipsmodule/slhdsa/./ |
/src/boringssl/crypto/pkcs8/ |
/src/boringssl/crypto/ecdsa/../fipsmodule/ecdsa/../ec/../bn/../../ |
/src/boringssl/crypto/cipher/../fipsmodule/cipher/../../ |
/src/boringssl/crypto/fipsmodule/cmac/ |
/src/boringssl/crypto/fipsmodule/hmac/ |
/src/boringssl/pki/ |
/src/boringssl/ssl/../crypto/err/ |
/src/boringssl/crypto/dsa/ |
/src/boringssl/crypto/fipsmodule/service_indicator/ |
/src/boringssl/crypto/curve25519/ |
/src/boringssl/crypto/md5/../fipsmodule/digest/ |
/src/boringssl/crypto/bn/ |
/src/boringssl/crypto/fipsmodule/sha/ |
/work/boringssl/genfiles/ |
/src/boringssl/crypto/asn1/../ |
/src/boringssl/crypto/fipsmodule/ec/ |
/src/boringssl/crypto/fipsmodule/slhdsa/ |
/src/boringssl/crypto/md4/ |
/src/boringssl/crypto/md4/../fipsmodule/digest/ |
/src/boringssl/crypto/pool/ |
/src/boringssl/crypto/pkcs8/../ |
/src/boringssl/crypto/fipsmodule/bn/ |
/src/boringssl/crypto/spake2plus/../fipsmodule/bn/../../ |
/src/boringssl/crypto/siphash/../ |
/src/LPM/external.protobuf/include/google/protobuf/ |
/src/boringssl/crypto/bio/../ |
/src/ |
/src/boringssl/crypto/des/../ |
/src/boringssl/fuzz/../crypto/ |
/src/boringssl/crypto/x509/ |
/src/boringssl/crypto/ecdsa/ |
/src/boringssl/crypto/buf/ |
/src/boringssl/crypto/cipher/ |
/src/boringssl/crypto/chacha/ |
/src/boringssl/crypto/rand/ |
/src/boringssl/crypto/fipsmodule/keccak/ |
/src/boringssl/crypto/fipsmodule/ecdsa/ |
/src/boringssl/crypto/fipsmodule/sha/../digest/ |
/src/boringssl/crypto/fipsmodule/mlkem/ |
/src/LPM/external.protobuf/include/absl/numeric/ |
/src/boringssl/crypto/evp/ |
/src/boringssl/crypto/fipsmodule/dh/ |
/src/boringssl/crypto/fipsmodule/ec/../../../third_party/fiat/ |
/src/boringssl/crypto/rsa/ |
/src/boringssl/crypto/fipsmodule/digestsign/ |
/src/boringssl/crypto/stack/ |
/src/boringssl/crypto/stack/../ |
/usr/local/bin/../include/c++/v1/__memory/ |
/src/boringssl/crypto/spake2plus/ |
/src/boringssl/crypto/sha/ |
/src/boringssl/crypto/siphash/ |
/src/boringssl/include/openssl/ |
/src/boringssl/crypto/digest/ |
/src/boringssl/crypto/fipsmodule/rsa/ |
/src/boringssl/crypto/curve25519/../ |
/src/boringssl/crypto/ecdh/../fipsmodule/ec/../bn/../../ |
/src/boringssl/crypto/bio/ |
/src/boringssl/crypto/rc4/ |
/src/boringssl/crypto/fipsmodule/cipher/ |
This sections shows the raw data that is used to produce this report. This is mainly used for further processing and developer debugging.