Expand description
The tls module provides concrete implementations for the functions used in the term.
The module offers a variety of
DynamicFunction
s which can be used in
the fuzzing.
Modulesยง
- This modules contains all the concrete implementations of function symbols.
- key_
exchange ๐ - key_
schedule ๐ - Extracted from
rustls
. - Implementation of special traces. Each may represent a special TLS execution like a full handshake or an execution which crashes OpenSSL.
Staticsยง
- Signature which contains all functions defined in the
tls
module. A signature is responsible for linking function implementations to serialized data.
Functionsยง
- fn_
debug ๐Function symbol which can be used for debugging