summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-16syncTheo de Raadt
2021-12-15Fix the argument passed to garbage collector enforce thread forVitaliy Makkoveev
2021-12-15document OBJ_new_nid(3), OBJ_add_object(3), and OBJ_create_objects(3);Ingo Schwarze
2021-12-15Fix whitespace.Alexander Bluhm
2021-12-15Increase file descriptor limit for undgram_conclose test.Alexander Bluhm
2021-12-15include unistd.h directly rather than pulling it in via zlib's zconf.hTheo Buehler
2021-12-15Fix compiler warning.Alexander Bluhm
2021-12-15Move OBJ_create(3) into its own manual pageIngo Schwarze
2021-12-15grep: Add missing unistd.h and limits.h includesTheo Buehler
2021-12-15more sys/signal.h before sys/proc.hAnton Lindqvist
2021-12-15Rename asn1_lib.c to asn1_old_lib.cJoel Sing
2021-12-15Sync bytestring with libssl.Joel Sing
2021-12-15Consolidate various ASN.1 code.Joel Sing
2021-12-15Use CBS_get_last_u8() to find the content type in TLSv1.3 records.Joel Sing
2021-12-15unifdef -U CRYPTO_MDEBUG -m tasn_new.cJoel Sing
2021-12-15Add coverage for CBS additions.Joel Sing
2021-12-15Provide various CBS_peek_* functions.Joel Sing
2021-12-15Provide CBS_get_u64().Joel Sing
2021-12-15Provide CBS_get_last_u8().Joel Sing
2021-12-15structure pads can leak uninitialized memory to userland via copyout,Theo de Raadt
2021-12-15spamd: convert to opaque HMAC_CTXTheo Buehler
2021-12-15Some more ASN.1 struct types that are postponed (because they areIngo Schwarze
2021-12-15The PATH_MAX+1 bites. The PATH_MAX+1 bites. You die...Theo de Raadt
2021-12-15Syzkaller found a dereference in igmp_leavegroup() where inm->inm_rtiAlexander Bluhm
2021-12-15Adjust pty and tty event filtersVisa Hankala
2021-12-15Document i2c_ASN1_INTEGER(3).Ingo Schwarze
2021-12-15Use a per-UVM object lock to serialize the lower part of the fault handler.Martin Pieuchot
2021-12-15ldapd always uses O_CREAT when reopening database files, so the databaseJonathan Matthew
2021-12-15restrict filesystem access with unveil(2).Ricardo Mestre
2021-12-15restrict all filesystem access with unveil(2).Ricardo Mestre
2021-12-15Bump pkg-config version to 1.8.1Alexandre Ratchov
2021-12-15getcwd() operates on buffers of PATH_MAX including the NUL, and the +1Theo de Raadt
2021-12-15PATH_MAX+1 rarely makes sense, and abort if this happens in the imsg.Theo de Raadt
2021-12-15typo in previousTheo de Raadt
2021-12-14Correct value for IPTOS_DSCP_LE since it needs to allow for the preceedingDarren Tucker
2021-12-14sys/param.h cleanup, mostly using MINIMUM() and <limits.h>Theo de Raadt
2021-12-14syncTheo de Raadt
2021-12-14tweak for the generated sourceTheo Buehler
2021-12-14more symbols that are postponed or intentionally undocumented andIngo Schwarze
2021-12-14forgotten .Dv macros in -column listsIngo Schwarze
2021-12-14add roff(7) comments listing some M_ASN1_* aliasesIngo Schwarze
2021-12-14delete incorrect comment about sys/cdefs.hTheo de Raadt
2021-12-14To cache lookups, the policy ipo is linked to its SA tdb. ThereAlexander Bluhm
2021-12-14Consolidate ASN.1 universal tag type data.Joel Sing
2021-12-14Add regress coverage for ASN1_get_object()Joel Sing
2021-12-14Add regress for ASN1_tag2bit() and ASN1_tag2str()Joel Sing
2021-12-14Add new 'unsopassgc' test. This test tries to beak unix(4) sockets garbageVitaliy Makkoveev
2021-12-14Move 'unixsock' test from regress/sys/kern/unixsock/ toVitaliy Makkoveev
2021-12-14Remember to clear __EV_HUP when the other end of the FIFO has re-opened.Visa Hankala
2021-12-14document the very quirky behaviour of the SMIME_OLDMIME flagIngo Schwarze