jhermsmeier / node-dkim

DomainKeys Identified Mail
MIT License
10 stars 11 forks source link

Fix: corruption in non-ASCII body canonicalization #15

Closed Vovan-VE closed 4 years ago

Vovan-VE commented 4 years ago

The corruption cause non-ASCII octets to be truncated to 7 bit. This may cause a body hash to incorrectly mismatch for 8bit transfer encoding which includes body in UTF-8 encoding.

jhermsmeier commented 4 years ago

@Vovan-VE thanks!

jhermsmeier commented 4 years ago

Published in dkim@0.7.2