Port DKIM verification away from QCA
QCA is being sunset (libraries/qca#18), so we need to port away from it.
In Messagelib, QCA is being used in the DKIM verifier code to parse PEM and to generate SHAs. From my experience, this is fairly simple to achieve with libcrypto (from openssl).