Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
More recent OpenSSL versions (1.1.0) reasonably prefer ECDSA when available,
where older (1.0.2) preferred RSA
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dkim_verify_signers. Bug 2189
|
|
|
|
This provides generic support, though is covers the need introduced
by https://datatracker.ietf.org/doc/draft-ietf-dcrup-dkim-usage/?include_text=1
(deprecating sha-1 and RSA keys shorter than 1024 bits).
|
|
|
|
|
|
The modern $^V is not present in some buildfarm animals' perl versions.
|
|
|
|
|
|
|
|
|
|
Solaris printf %p gives hex without a leading 0x
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The values differ between Linux and FreeBSD
|
|
(Closes 2171)
Better yet would be to force setting the output separator literally,
and not after expansion of the STRING. But this would be an incompatible
change.
|
|
|
|
|