Structs§
- Cert
Fingerprint - The fingerprint of a TLS certificate (as hex)
- Danger
Ignore Verifier - A verifier for server certificates that always accepts them
- Fingerprint
Verifier - A verifier for server certificates that verifies them based on fingerprints
- Host
Certificate Fingerprints - Certificate fingerprints to use for matching against a host’s TLS certificate
Enums§
- Connection
Security - The security model chosen for a
crate::NetHsm
’s TLS connection
Constants§
- DEFAULT_
MAX_ IDLE_ CONNECTIONS - The default maximum idle TLS connections for a
NetHsm
. - DEFAULT_
TIMEOUT_ SECONDS - The default timeout in seconds for a TLS connections for a
NetHsm
.
Functions§
- create_
agent 🔒 - Creates an [
Agent
] for the use in aNetHsm
connection.