package ca-certs-nss

  1. Overview
  2. Docs
X.509 trust anchors extracted from Mozilla's NSS

Install

Dune Dependency

Authors

Maintainers

Sources

ca-certs-nss-v3.64.0.1.tbz
sha256=909c64076491647471f785527bfdd9a886a34504edabf88542b43f27b86067f9
sha512=be22d76cb6f629ae795f3d3d542639d2b0aacb316a7e01d9ba03d7d59e5d0565071f080acfcf2b955e7fbf433eff03f03c02c7d071687ac1521da04583b24f52

doc/ca-certs-nss/Ca_certs_nss/Make/argument-1-C/index.html

Parameter Make.C

val now_d_ps : unit -> int * int64

now_d_ps () is (d, ps) representing the POSIX time occurring at d * 86'400e12 + ps POSIX picoseconds from the epoch 1970-01-01 00:00:00 UTC. ps is in the range [0;86_399_999_999_999_999L].

val current_tz_offset_s : unit -> int option

current_tz_offset_s () is the clock's current local time zone offset to UTC in seconds, if known. This is the duration local time - UTC time in seconds.

val period_d_ps : unit -> (int * int64) option

period_d_ps () is Some (d, ps) representing the clock's picosecond period d * 86'400e12 + ps, if known. ps is in the range [0;86_399_999_999_999_999L].

OCaml

Innovation. Community. Security.