You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A System.ArgumentOutOfRangeException occurs at MimeKit.Cryptography.DkimHashStream.ValidateArguments when calculating the DKIM body hash during verification. It concerns a 4096 bytes buffer where the last three bytes are [CR][LF][CR] and the first byte of the next 4096 bytes buffer is [LF].
See attached file for an example. Both relaxed and simple body canonicalization methods are affected.
A System.ArgumentOutOfRangeException occurs at MimeKit.Cryptography.DkimHashStream.ValidateArguments when calculating the DKIM body hash during verification. It concerns a 4096 bytes buffer where the last three bytes are [CR][LF][CR] and the first byte of the next 4096 bytes buffer is [LF].
See attached file for an example. Both relaxed and simple body canonicalization methods are affected.
message.txt
The text was updated successfully, but these errors were encountered: