Module Versions.TLS

type t =
| Any
| SSLv3
| TLSv1_0
| TLSv1_1
| TLSv1_2
| TLSv1_3
val compare : t -> t -> int
val of_string : string -> (t, string) Stdlib.result
val pp_hum : Stdlib.Format.formatter -> t -> unit