go-dkim icon indicating copy to clipboard operation
go-dkim copied to clipboard

Verify crashes if "a=" doesn't contain a dash

Open emersion opened this issue 8 years ago • 1 comments

A DKIM-Signature which has a a= parameter without a - makes the library crash.

emersion avatar Feb 06 '17 14:02 emersion

Can you give me a header sample cause if i test with https://github.com/toorop/go-dkim/blob/master/dkim_test.go#L140 i have no problems/crash

toorop avatar Feb 13 '17 13:02 toorop