Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Issue found by: Frank Elsner
|
|
|
|
Broken-by: 838d897c8e
|
|
This would be wanted for server OCSP stapling in a dual RSA/ECDSA certificate installation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OpenBSD seems to prioritize the child of a fork; Linux & FreeBSD the parent
|
|
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 defined-or operator '//' does not exist yet.
|
|
The modern $^V is not present in some buildfarm animals' perl versions.
|
|
|
|
This option outputs the build info, and for Perl scripts it additionally
outputs the Perl version that is running the current script.
|
|
Broken-by: 9650d98a07
|