Jim C.
Jim C.
Tested with: cryptocheck -d ossl0 -a all -z on amd64 Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D41568 (cherry picked from commit c0855eaa3ee9614804b6bd6a255aa9f71e095f43)
UGRD should check binaries to see if they are actually shebang scripts and if so it should resolve the interpreter as a dependency. For example the coreutils package has a...
[X.Org Security Advisory: Issues in X.Org X server prior to 21.1.14 and Xwayland prior to 24.1.4](https://lists.x.org/archives/xorg-announce/2024-October/003545.html) CVE-2024-9632: Heap-based buffer overflow privilege escalation in _XkbSetCompatMap The announcement linked above has a...
Depends-On: https://github.com/trusteddomainproject/OpenDKIM/pull/162 This should be merged after PR #162, "Upgrade to OpenSSL 3". 1. opendkim-genkey: require openssl >= 1.1.1 for ed25519 instead of == 1.1.1. 2. opendkim-testkey: Add options 1,...
dkim_test_key() compares a public DKIM key retrieved from DNS with the public key generated by i2d_PUBKEY_BIO() from a known private key. The output of i2d_PUBKEY_BIO is in SubjectPublicKey ASN encoded...
Enhanced warnings in Debian and Fedora build logs expose some string addressing problems in vbr.c and opendkim.c. 1. In https://bugs.debian.org/1075339 which is about a different problem, the build log attached...
Add 4 ed25519 directed tests and 2 ed25519 performance test scripts. In the Makefile t-cleanup is not part of $check_PROGRAMS anymore so that it can can be run after the...