summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-07-03Streamline ossl_ecdsa_verify()Theo Buehler
2023-07-03Use ibuf_data() instead of direct access to ibuf->buf,Claudio Jeker
2023-07-03Use ibuf_data() instead of directly accessing ibuf->buf.Claudio Jeker
2023-07-03Use ibuf_data() instead of accessing ibuf->buf directly.Claudio Jeker
2023-07-03Explicit parameter printing can also use get0_order()Theo Buehler
2023-07-03Convert ossl_ec_key_gen() and EC_KEY_check_key()Theo Buehler
2023-07-03Convert EC_GROUP_check() to EC_GROUP_get0_order()Theo Buehler
2023-07-03Inline two copies of EC_GROUP_order_bits()Theo Buehler
2023-07-03use semicolon not comma at eolJonathan Gray
2023-07-03fix uuid_dec_{b,l}e prototypesJasper Lievisse Adriaanse
2023-07-03some minor fix up;Jason McIntyre
2023-07-03Another warning fix for GCC from Thomas Klausner.Nicholas Marriott
2023-07-03when shutting down a vm, handle the VM id in the same way as a VM name argumentJasper Lievisse Adriaanse
2023-07-03Nuke unused label 'next:'.Kenneth R Westerback
2023-07-03Bring back no_tls1 and no_tls1_1 as undocumented silently discarded opitonsBob Beck