Skip to content

Releases: emersion/go-msgauth

0.4.0

20 Nov 22:30
v0.4.0
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release
go-msgauth v0.4.0

Hui Cao (3):
      Fix dkim verification issues and dmarc alignment default
      Fix dkim verification issues and dmarc alignment default
      Fix dkim verification issues and dmarc alignment default

fox.cpp (2):
      dmarc: Separate Parse from Lookup
      dkim: Add signer method to return only value of the DKIM-Signature field

0.3.1

28 Oct 23:11
v0.3.1
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release
go-msgauth v0.3.1

fox.cpp (3):
      dkim: Always close done channel in Sign
      dkim: Don't pass hash function to Sign for ed25519
      dkim: Add tests for ed25519 signing

0.3.0

21 Oct 09:41
v0.3.0
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
go-msgauth 0.3.0

Simon Ser (3):
      all: go fmt
      dkim: add test with zero signatures
      dkim: add tests with verification errors

fox.cpp (7):
      dkim: Verify multiple signatures in parallel (#9)
      authres: Add DMARC result type
      authres: Add reason field to result structs
      dmarc: Return ErrNoPolicy if no policy exists for domain
      authres: Put 'reason' before other properies
      authres: Properly quote property values with special parameters
      authres: Don't quote address-like property values

0.2.0

14 Apr 20:22
v0.2.0
64ecbba
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
go-msgauth 0.2.0

The Authentication-Results library has been moved to a authres package. go-dkim
and go-dmarc have been migrated to this repository.

0.1.0

14 Apr 19:53
v0.1.0
8646172
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
go-msgauth 0.1.0

This is the first pre-release.