summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-12-14Cover all state checks and updates with spltty() in filt_ttyread().Visa Hankala
2021-12-14new manual page SMIME_text(3)Ingo Schwarze
2021-12-14new manual page SMIME_read_ASN1(3)Ingo Schwarze
2021-12-14Move raw pubkey bytes to EVP_PKEY conversion to common function.Tobias Heider
2021-12-14drm/syncobj: Deal with signalled fences in drm_syncobj_find_fence.Jonathan Gray
2021-12-14drm/amdkfd: fix boot failure when iommu is disabled in Picasso.Jonathan Gray
2021-12-14drm/amdgpu: init iommu after amdkfd device initJonathan Gray
2021-12-14drm/amdgpu: move iommu_resume before ip init/resumeJonathan Gray
2021-12-14drm/amdgpu: add amdgpu_amdkfd_resume_iommuJonathan Gray
2021-12-14drm/amdkfd: separate kfd_iommu_resume from kfd_resumeJonathan Gray
2021-12-14drm/amd/amdkfd: adjust dummy functions' placementJonathan Gray