Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • debian/0.6.6-2
    a704a4a0 · Upload to unstable ·
    golang-github-emersion-go-msgauth Debian release 0.6.6-2
    
  • debian/0.6.6-1
    b266cd85 · Upload to unstable ·
    golang-github-emersion-go-msgauth Debian release 0.6.6-1
    
  • upstream/0.6.6
    Upstream version 0.6.6
  • v0.6.6
    643d0832 · Upgrade dependencies ·
    go-msgauth v0.6.6
    
    This is a bugfix release which just updates dependencies to
    address go-milter bugs.
    
    Pierre Durand (1):
          dkim: compare with strings.EqualFold instead of ToLower
    
    Simon Ser (3):
          readme: restrict CI badge to master branch
          Remove CodeCov
          Upgrade dependencies
    
  • v0.6.5
    go-msgauth v0.6.5
    
    Andrew Ayer (1):
          dkim: accept RSA keys in both raw and SPKI form
    
    Pierre Durand (1):
          dkim: optimize relaxedBodyCanonicalizer allocations
    
    Simon Ser (1):
          readme: switch GoDoc links to godocs.io
    
  • v0.6.4
    6dd5b6c9 · Update dependencies ·
    go-msgauth v0.6.4
    
    This is a minor bugfix release which just updates dependencies to
    address a malformed header issue with dkim-milter.
    
    Simon Ser (1):
          Update dependencies
    
  • v0.6.3
    go-msgauth v0.6.3
    
    Simon Ser (3):
          dkim: fix typo in test error message
          dkim: fix CRLF split between two Write calls
          Upgrade to go-milter 0.3.1
    
  • v0.6.2
    go-msgauth v0.6.2
    
    Simon Ser (2):
          cmd/dkim-keygen: set private key file mode to 600
          cmd/dkim-milter: add support for wildcards
    
  • v0.6.1
    dc4a0d9e · Upgrade dependencies ·
    go-msgauth v0.6.1
    
    This release just upgrades dependencies. This has the side-effect of
    adding support for the milter protocol v6 to cmd/dkim-milter.
    
    Simon Ser (1):
          Upgrade dependencies
    
  • v0.6.0
    go-msgauth v0.6.0
    
    Simon Ser (9):
          authres: add test for dkim=none
          cmd/dkim-milter: don't always insert auth res header
          dkim: add an option to limit the max number of verifications
          cmd/dkim-milter: set max verifications to 5
          dkim: reject messages with a body length tag set
          cmd/dkim-milter: simplify loadPrivateKey
          cmd/dkim-milter: don't delete non-DKIM Auth-Res fields
          cmd/dkim-milter: add support for PKCS #8 keys
          cmd/dkim-keygen: new utility
    
  • v0.5.0
    go-msgauth v0.5.0
    
    Hui Cao (1):
          dmarc, dkim: allow setting lookup DNS TXT function
    
    Ludovico Russo (2):
          dkim: fix header with extra blank line generated in some rare cases
          Fix folding signature algorithm
    
    Simon Ser (2):
          dkim: remove Signer.SignatureValue
          Add go.sum
    
  • v0.4.0
    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
    
  • v0.3.1
    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
    
  • v0.3.0
    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.3.0
    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
    
  • v0.2.0
    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.
    
  • v0.1.0
    8646172c · Add package doc ·
    go-msgauth 0.1.0
    
    This is the first pre-release.