summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-15Rework the ecdhtestTheo Buehler
2023-07-15sync with <sys/namei.h>; 'looks good' deraadtKlemens Nanni
2023-07-15Fix return value check for ECDH_compute_key()Theo Buehler
2023-07-15Import a version of libcrypto's symbols test for libsslTheo Buehler
2023-07-15Add test coverage for cofactor ECDH using NIST test vectorsTheo Buehler
2023-07-15Implement PAC support.Mark Kettenis
2023-07-15Link symbols test to buildTheo Buehler
2023-07-15remove accidentally imported files againTheo Buehler
2023-07-15Import a version of libcrypto's symbols test for libsslTheo Buehler
2023-07-15Remove stray argument name in function prototype.Mark Kettenis
2023-07-15vmd(8): fix use of qcow base images.Dave Voutila
2023-07-15Mop up MD32_XARRAY from md5.Joel Sing
2021-04-28Import LLVM 11.1.0 release including clang, lld and lldb.Patrick Wildt
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2023-07-15Mop up MD32_XARRAY from md4.Joel Sing
2023-07-15Add mute control. This makes the mute button on laptops that useMark Kettenis
2023-07-15Prevent patch(1) from scribbling all over the place.Florian Obser
2023-07-14Set extended keys flag again after reset, from Eric T Johnson.Nicholas Marriott
2023-07-14Check if the OWN bit of Tx descriptor instead of Rx descriptor is setKevin Lo
2023-07-14Cleanup mrt message handling. Remove the DUMP_XYZ() macros and replaceClaudio Jeker
2023-07-14Include stdint.h for SIZE_MAX. Fixes OPENSSL=no build.Darren Tucker
2023-07-14Do not ignore the AF_LINK entries of carp(4) interfaces.Gerhard Roth
2023-07-14struct sleep_state is no longer used, remove it.Claudio Jeker
2023-07-14add defence-in-depth checks for some unreachable integer overflowsDamien Miller
2023-07-13Refactor ASN1_item_sign_ctx()Theo Buehler
2023-07-13bcmp(3) tries to return length, which is a size_t, as an int.Todd C. Miller
2023-07-13- use IS_ELF() to check the ELF magic bytesJasper Lievisse Adriaanse
2023-07-13vmd(8): pull validation into local prefix parser.Dave Voutila
2023-07-13Check input before trying to disable a non-existing daemon to prevent parsingAntoine Jacoutot
2023-07-13Use the deep idle state available on Apple M1/M2 cores in the idle loop andMark Kettenis
2023-07-13Change function definitions using the identifier-list form used in theJonathan Gray
2023-07-13Use 8 for underscore colour defaults instead of 0 which is lessNicholas Marriott
2023-07-12validate alignment of ELF program headersJasper Lievisse Adriaanse
2023-07-12address incomplete validation of ELF program headers in execve(2) which could...Jasper Lievisse Adriaanse
2023-07-12GPROF: sleep_state: disable _mcount() across suspend/resumeScott Soule Cheloha
2023-07-12Add test which consistently triggers the problem with test6_perms,Anton Lindqvist
2023-07-12Report fork errors as this test is likely to hit the defaultAnton Lindqvist
2023-07-12missing word; from thib4711Jason McIntyre
2023-07-12Fix solock()/sounlock() usage.Vitaliy Makkoveev
2023-07-12Don't run off the end of path if it ends in /.Florian Obser
2023-07-12basename(3) can fail, prevent segfault in strlen(3).Florian Obser
2023-07-12Add regress test to check for bad attribute lenght for optional transitiveClaudio Jeker
2023-07-12Update rde_community_test after the major change in how attributes andClaudio Jeker
2023-07-12Update OpenBGPD to use new ibuf API.Claudio Jeker
2023-07-12Work around use after free in httpd(8)Theo Buehler
2023-07-12In rde_attr_parse() if an attribute causes a parse error which results inClaudio Jeker
2023-07-12Use ssize_t instead of short for line lengthsTheo Buehler
2023-07-12Revert accidental addition of cofactor ECDH supportTheo Buehler
2023-07-12Reenable clienttest and servertestTheo Buehler
2023-07-11Fix last bit of the clienttest, needs ssl_pkt.c r1.66Theo Buehler