package dkim-mirage
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Implementation of DKIM in OCaml for MirageOS
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      dkim-0.6.0.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=ac1c14a5a323685feae840cc2b70501b02d976699c765b38ba9055483eeed7d4
    
    
  sha512=7ec76d26136c2e285ecffa420a8f4b49dfae67dca7a94178654f3ad873bc01dbb1bb8b75d00c5d83f30f13f9e592fbf47d08612cf9120c4edad25260e5c43abe
    
    
  doc/CHANGES.html
v0.6.0 2024-31-05 Paris (France)
- Improve binaries provided by the distribution (#40, @dinosaure)
- Upgrade ocaml-dkimwithdns-client-mirage.8.0.0(#42, @dinosaure)
v0.5.0 2023-03-01 Paris (France)
- Separate binaries provided by dkim into a new package dkim-bin(@dinosaure, #38)
- Upgrade tests with mirage-crypto-rng.0.11.0(@dinosaure, #38)
- Adapt to dns-client.7.0.0repackaging (@hannesm, #38)
- Really delete the rresultpackage (@dinosaure, #39)
v0.4.0 2022-11-30 Paris (France)
- Upgrade the distribuction with: ocamlformat.0.23.0.cmdliner.1.1.0dns.6.4.0(@dinosaure, @hannesm, #36)
v0.3.1 2021-11-30 Paris (France)
- Remove rresultdependency (#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.0anddns.5.0.0(@dinosaure, #9)
- Support of Ed25519 key (@dinosaure, #9)
- dkim-miragerequires a- Stack.V4V6TCP/IP stack (@dinosaure, #9)
- Lint opam files (@dinosaure, #11)
v0.1.0 2020-09-24 Paris (France)
- First release
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page