Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Releases: emersion/go-dkim

0.3.0

12 Mar 00:19
v0.3.0
969552d
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
This release fixes a bug in dkim-milter and adds support for Ed25519.

emersion (8):
      ci: switch to sr.ht
      readme: switch CI badge to sr.ht
      cmd/dkim-milter: catch SIGTERM, not SIGKILL
      Remove support for sha1 in Sign
      Add support for Ed25519
      Add key size unit in error message
      Add Verify tests for Ed25519
      go fmt

0.2.0

11 Mar 22:35
v0.2.0
1b390bb
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
This release requires Go 1.11.

emersion (5):
      Add Canonicalization type
      Check key size is at least 1024 bits
      Reject sha1 hash algo
      Add QueryMethod type
      Bump CI to 1.11 for rsa.PublicKey.Size

0.1.0

11 Mar 19:55
v0.1.0
874171f
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
v0.1.0

This is the first go-dkim release.