Dns.SshfpSecure shell fingerprint
The secure shell (SSH) applies trust on first use, and can store fingerprints as SSHFP records in DNS, which is then used as a second channel.
val algorithm_to_int : algorithm -> intalgorithm_to_int a is the 8 bit integer representation of algorithm a.
val int_to_algorithm : int -> algorithmint_to_algorithm i decodes i to the algorithm constructor.
val pp_algorithm : algorithm Fmt.tpp_algorithm ppf a pretty-prints the algorithm a on ppf.
val typ_to_int : typ -> inttyp_to_int t is the 8 bit integer representation of typ t.
val int_to_typ : int -> typint_to_typ i decodes i to the typ constructor.
val pp_typ : typ Fmt.tpp_typ ppf t pretty-prints the typ t on ppf.
The type of a SSH fingerprint record, consisting of algorithm, typ, and actual fingerprint.
val pp : t Fmt.tpp ppf t pretty-prints the SSH fingerprint record t on ppf.