package dkim-mirage

  1. Overview
  2. Docs
Implementation of DKIM in OCaml for MirageOS

Install

Dune Dependency

Authors

Maintainers

Sources

dkim-0.3.1.tbz
sha256=bf428053e08e8c438686abe0fc3c59ceb74ab353a0dbae55d58e3bdcccc57db0
sha512=bca64370322d4820a7cbdaf41067730741e43498b9656938a44f901eced5e366a32243d0d3de218559f4462d856ede66f9b47509651d6d39516aad11f77227e7

CHANGES.md.html

v0.3.1 2021-11-30 Paris (France)

  • Remove rresult dependency (#32, @dinosaure)

v0.3.0 2021-11-15 Paris (France)

  • Upgrade to the new interface of mrmime (#15, @dinosaure)

  • Fix how we parse AUID (#16, @dinosaure)

  • Implement a real memory bounded verify function (#19, @dinosaure)

  • Homogeneize DNS interface (with ocaml-spf) (#20, @dinosaure)

  • Add some accessors to be able to get some info from DMARC (#21, #22, @dinosaure)

  • Add a comparison function on server values (#24, @dinosaure)

  • Fix stream implementation on dkim-mirage (#26, @dinosaure)

  • Upgrade to the new DNS interface (#25, @dinosaure)

  • Fix when we got an empty prelude (and don't raise end-of-stream in that case) (#27, @dinosaure)

  • Upgrade ocamlformat and fmt.0.8.7 (#28, @dinosaure)

  • Use the lastest version of DNS (with DNS-over-TLS) (#30, @dinosaure)

v0.2.0 2021-04-27 Paris (France)

  • Upgrade to tls.0.13.0 and dns.5.0.0 (@dinosaure, #9)

  • Support of Ed25519 key (@dinosaure, #9)

  • dkim-mirage requires a Stack.V4V6 TCP/IP stack (@dinosaure, #9)

  • Lint opam files (@dinosaure, #11)

v0.1.0 2020-09-24 Paris (France)

  • First release