package binsec

  1. Overview
  2. Docs

doc/binsec_sse_checkct/Binsec_sse_checkct/Status/index.html

Module Binsec_sse_checkct.StatusSource

Sourcetype t =
  1. | Secure
  2. | Insecure of Report.t
  3. | Unknown
Sourceval to_string : t -> string
Sourceval pp : Stdlib.Format.formatter -> t -> unit