summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-04Handle rx error.Mark Kettenis
2023-07-04consistenly name instruction definesJasper Lievisse Adriaanse
2023-07-04Unbreak kprobes. Since LLVM emits endbr64 instructions for IBT, dt could noJasper Lievisse Adriaanse
2023-07-04The recent change to DIOCGETRULE allows applications whichAlexandr Nedvedicky
2023-07-04Run Perl tests from our regress tree. It needs a Perl obj directoryAlexander Bluhm
2023-07-04remove prototypes for removed functionsJonathan Gray
2023-07-04Extract private key and group order in s computationTheo Buehler
2023-07-04Remove redundant code when calculating checksum.Alexander Bluhm
2023-07-04Add a bunch of clocks for GMAC0 and GMAC1 on the JH7110 SoC.Mark Kettenis
2023-07-04Use key for the EC_KEY everywhereTheo Buehler
2023-07-04Some more consistency in variable namesTheo Buehler
2023-07-04Normalize ECDSA_SIG to be sig everywhereTheo Buehler
2023-07-04Make the hardware counters available on BCM5705 and newer available asJonathan Matthew
2023-07-04Normalize on digest and digest_len rather than dgst dlen dgstlen, etc.Theo Buehler
2023-07-04Rework ecdsa_prepare_digest()Theo Buehler
2023-07-04Remove mbuf low watermark vars. Unused since uipc_mbuf.c rev 1.244.Jonathan Gray
2023-07-04Add some extra parenthesis for consistency.Mark Kettenis
2023-07-04Plug leak in the ssltestTheo Buehler
2023-07-04Factor the computation of ECDSA s into a functionTheo Buehler
2023-07-04document the recent addition of "Building from scratch" and what it means.Marc Espie
2023-07-04add support for unix domain sockets to ssh -WDavid Gwynne
2023-07-04m_reclaim() was removed in uipc_mbuf.c rev 1.195Jonathan Gray
2023-07-04a little knf, no functional changeDavid Gwynne
2023-07-04remove unused global varJonathan Gray
2023-07-03record when pkg_add is actually doing something.Marc Espie
2023-07-03favor REGRESS_EXPECTED_FAILURESAnton Lindqvist
2023-07-03also make things 5.36 if not usedMarc Espie
2023-07-03Add support for marking lines with a shell prompt based on the OSC 133Nicholas Marriott
2023-07-03Enable mouse.tp.mtbuttons for apldcmsTobias Heider
2023-07-03use consistent queue(9) example for LIST removal; OK bluhm mvsKlemens Nanni
2023-07-03An empty string indicates there is no NXTNUM().Kenneth R Westerback
2023-07-03sign_sig: drop ckinvTheo Buehler
2023-07-03Rework the logic in ECDSA sign_sig()Theo Buehler
2023-07-03add regress tests for the remainder of the function provided by our uuid.hJasper Lievisse Adriaanse
2023-07-03add a few tests related to --cflags and --libs in combination with Requires.p...Jasper Lievisse Adriaanse
2023-07-03Use new ibuf API. Use ibuf_data() and ibuf_size() instead of directClaudio Jeker
2023-07-03Delete some more references to dead policy code.Tobias Heider
2023-07-03sign_sig: test on assignmentTheo Buehler
2023-07-03sign_setup: split another check into twoTheo Buehler
2023-07-03typoTobias Heider
2023-07-03Do not risk writing over the end of the buffer when it ends in #Nicholas Marriott
2023-07-03Use ibuf_data() and ibuf_size() instead of accessing struct ibuf.Claudio Jeker
2023-07-03Split range checks for ECDSA r and ECDSA sTheo Buehler
2023-07-03Switch a couple of test from ucmp to cmpTheo Buehler
2023-07-03ossl_ecdsa_verify_sig(): simplify range checksTheo Buehler
2023-07-03List variables in a somewhat more sensible orderTheo Buehler
2023-07-03In ossl_ecdsa_verify_sig() use BN_CTX more idiomaticallyTheo Buehler
2023-07-03Split a bunch of unrelated checksTheo Buehler
2023-07-03Make ossl_ecdsa_verify_sig() single exitTheo Buehler
2023-07-03Switch ossl_ecdsa_verify() to timingsafe_memcmp()Theo Buehler