Opened 14 years ago
Closed 14 years ago
#218 closed defect (fixed)
Big-/Little-endian cross verification of email signatures does not work
Reported by: | rainer | Owned by: | rainer |
---|---|---|---|
Priority: | major | Milestone: | 2.7.2 |
Component: | main | Version: | |
Keywords: | Cc: |
Description
Emails sent from a big-endian system can't be verified on a little-endian one, and vice versa (reported by A. Zangerl). The problem arises because the compiled-in key gets copied in an endian-dependent way in sh_util_cpylong().
Note:
See TracTickets
for help on using tickets.
Fixed in changeset [290].