Skip to content

Releases: robur-coop/ocaml-letsencrypt

1.1.0

27 Feb 17:42

Choose a tag to compare

CHANGES:

1.0.0

04 Sep 16:45

Choose a tag to compare

CHANGES:

  • update to mirage-crypto 1.0.0 and x509 1.0.0 API (#34 @hannesm)
  • package moved to the robur-coop organization

0.5.1

13 Mar 13:04

Choose a tag to compare

CHANGES:

  • letsencrypt-mirage: allow alpn protocols to be specified (#33 @dinosaure)

0.5.0

17 Feb 12:26

Choose a tag to compare

CHANGES:

0.4.1

27 Oct 19:18

Choose a tag to compare

CHANGES:

0.4.0

21 Sep 09:01

Choose a tag to compare

CHANGES:

v0.3.0

19 Jul 19:48

Choose a tag to compare

CHANGES:

Reduce dependency cone (#26, @dinosaure & @hannesm)

  • remove cohttp dependency, provide a HTTP_client module type
  • provide letsencrypt-dns with dns solver
  • provide letsencrypt-app for the client binary

v0.2.5

22 Apr 15:16
e491778

Choose a tag to compare

CHANGES:

v0.2.4

14 Apr 17:51

Choose a tag to compare

CHANGES:

  • adapt to X.509 0.12.0 (#23 @dinosaure) by completing the pattern match in
    oacmel (still, only RSA account keys are supported)

v0.2.3

21 Jan 12:42

Choose a tag to compare

CHANGES:

  • adapt to mirage-crypto-pk 0.8.9 changes (d = e ^ -1 mod lam n) #22