Skip to content

Port the DKIM verifier away from QCA

Daniel Vrátil requested to merge work/dvratil/remove-qca into master

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

Merge request reports

Loading