summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-02Add eephy(4), found on the Turris Omnia's WAN portJonathan Matthew
2023-03-02Fix breakage on dhgex test.Darren Tucker
2023-03-02Quote grep and log message better.Darren Tucker
2023-03-02Ensure we always call fclose when writing checkpoints. In the case ofDarren Tucker
2023-03-01Fix potentially uninitialized use of variable fsb on error.Todd C. Miller
2023-03-01/etc/examples/iked.conf tweaks:Stuart Henderson
2023-03-01Remove old log symlinks before creating new ones. In -portable someDarren Tucker
2023-03-01Bogus full stop.Antoine Jacoutot
2023-03-01Comment out glob for JSON webcrypto tests for nowTheo Buehler
2023-03-01Link evp/cipher_method_lib.c to the buildTheo Buehler
2023-03-01Convert EVP_CIPHER_meth_dup() to using calloc()Theo Buehler
2023-03-01Make cipher_method_lib.c compile with LibreSSLTheo Buehler
2023-03-01Add EVP_CIPHER_meth_* prototypes to evp.hTheo Buehler
2023-03-01Make the cleanup() method return an int againTheo Buehler
2023-03-01Fix line wrapping of function pointer argumentsTheo Buehler
2023-03-01First KNF approximation as per knfmt(1)Theo Buehler
2023-03-01Drop the EVP_CIPHER_METH_get_* functionsTheo Buehler
2023-03-01Add RCS tagTheo Buehler
2023-03-01Revert OpenSSL commit aa6bb135Theo Buehler
2023-03-01libcrypto: import a copy of OpenSSL 1.1's cmeth_lib.cTheo Buehler
2023-03-01Rework logging for the regression tests. Previously we would log toDarren Tucker
2023-03-01Change fatal() to fatalx() since the errno has no meaning here.Claudio Jeker
2023-03-01KNF, no functional change.Claudio Jeker
2023-02-28fatal out if allocating banner string fails to avoid potential nullDarren Tucker
2023-02-28+syncStuart Henderson
2023-02-28add 7.4 fw keyStuart Henderson
2023-02-28Rewrite/simplify BN_from_montgomery_word() and BN_from_montgomery().Joel Sing
2023-02-28Explicitly skip the json_web* tests now.Theo Buehler
2023-02-28Add a few missing NIDs for new Wycheproof tests.Theo Buehler
2023-02-28Skip FRP256v1 curve in ECDH tests. We do not support it.Theo Buehler
2023-02-28Adjust default_print() to not run over snapend.Claudio Jeker
2023-02-28Explicitly ignore return from fchmod similar to other calls toDarren Tucker
2023-02-27Plug mem leak on globbed ls error path. Spotted by Coverity, ok deraadt@Darren Tucker
2023-02-27use the correct size of the execve syscall stubTheo de Raadt
2023-02-27Calculate the size of the static (and profiled static) execve syscall stubTheo de Raadt
2023-02-27sort VEB and add "rules"; ok stspJason McIntyre
2023-02-27Add missing documentation of veb(4) ioctls to the ifconfig(8) VEB section.Stefan Sperling
2023-02-27Pass MII flags depending on the phy mode specified in the device tree.Jonathan Matthew
2023-02-27Turn off TSO if interface is added to layer 2 devices.Jan Klemkow
2023-02-27There is no reason to-be-cleared chunks cannot participate in delayedOtto Moerbeek
2023-02-27drm/i915: Remove __maybe_unused from mtl_infoJonathan Gray
2023-02-27drm/edid: Fix minimum bpc supported with DSC1.2 for HDMI sinkJonathan Gray
2023-02-27syncTheo de Raadt
2023-02-27Include varags types in sys/syscalls.h commentAndrew Fresh
2023-02-26clockintr: add a kernel-facing APIScott Soule Cheloha
2023-02-26Add a few missing bounds checks when processing terminal escape sequences.Miod Vallat
2023-02-26Defragment mbufs in the tx path to work around a (not fully understood)Mark Kettenis
2023-02-26RK3588 support.Mark Kettenis
2023-02-26Modern Rockchip SoCs, such as the RK356x and RK3588, use a differentMark Kettenis
2023-02-25Use separate lines instead of semicolons.Brent Cook