Port the DKIM verifier away from QCA
QCA is being phased out, so we need to migrate to an alternative. This code, specifically, is loading DER-encoded RSA public key and uses it to verify signature of the DKIM headers.
This change ports to OpenSSL, since that's easily present everywhere and the process is quite straightforward.
Fixes #3 (closed)
Edited by Daniel Vrátil