package dkim

  1. Overview
  2. Docs
Implementation of DKIM in OCaml

Install

Authors

Maintainers

Sources

dkim-0.5.0.tbz
sha256=6274cce79f084cc0196d1699ce8afa20ab106928d076883d94203209a1e410b9
sha512=d442c7e8cae22b08639efa66bd5451b0a536ea1f38699d74dfe352cd3437593d9185ec676bf8c82b0f19dd568adf2185af0f0bd9626686ff4b063931a2d333ad

Description

A library and a binary to verify and sign an email with the DKIM mechanism described by the RFC 6376

Published: 06 Mar 2023

Dependencies (18)

  1. x509 >= "0.12.0"
  2. mirage-crypto-pk >= "0.9.2"
  3. mirage-crypto >= "0.9.2"
  4. base64 >= "3.0.0"
  5. fpath
  6. fmt >= "0.8.7"
  7. logs
  8. cmdliner >= "1.1.0"
  9. dns-client >= "6.4.0"
  10. domain-name
  11. hmap
  12. base-unix
  13. astring >= "0.8.5"
  14. ipaddr
  15. digestif >= "0.9.0"
  16. mrmime >= "0.5.0"
  17. dune >= "2.0.0"
  18. ocaml >= "4.08.0"

Dev Dependencies (2)

  1. alcotest with-test
  2. mirage-crypto-rng with-test & >= "0.11.0"

Used by (2)

  1. dkim-bin
  2. dkim-mirage >= "0.5.0"

Conflicts

None