DESCRIPTION |
Purpose |
A dk_alg_t is a value from an enumerated list of the possible
message signing algorithms available. It is passed as a parameter to
dk_sign() when selecting a signing
algorithm to be used to sign a message. It need not be passed to
dk_verify() as that function
will determine the signing algorithm for verification based on the
signature on an arriving message. |
Possible Values |
- DK_SIGN_RSASHA1 -- use an RSA-signed SHA1 hash of the message's
headers and body
|
|
---|