DESCRIPTION |
Purpose |
A dk_canon_t is a value from an enumerated list of the possible
message canonicalization algorithms available. It is passed as a
parameter to dk_sign() when selecting
a canonicalization algorithm to be used when preparing a message body for
signing. It need not be passed to
dk_verify() as that function
will determine the canonicalization algorithm for verification based on the
signature on an arriving message. |
Possible Values |
- DK_CANON_NOFWS -- "nofws" canonicalization as specified
in the DomainKeys specification
- DK_CANON_SIMPLE -- "simple" canonicalization as specified
in the DomainKeys specification
|
|
---|