package piaf

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Versions.TLSSource

Sourcetype t =
  1. | Any
  2. | SSLv3
  3. | TLSv1_0
  4. | TLSv1_1
  5. | TLSv1_2
  6. | TLSv1_3
Sourceval compare : t -> t -> int
Sourceval of_string : string -> (t, string) result
Sourceval pp_hum : Format.formatter -> t -> unit