openbsd
2021-12-15 bluhmIncrease file descriptor limit for undgram_conclose...
2021-12-15 tbinclude unistd.h directly rather than pulling it in...
2021-12-15 bluhmFix compiler warning.
2021-12-15 schwarzeMove OBJ_create(3) into its own manual page
2021-12-15 tbgrep: Add missing unistd.h and limits.h includes
2021-12-15 antonmore sys/signal.h before sys/proc.h
2021-12-15 jsingRename asn1_lib.c to asn1_old_lib.c
2021-12-15 jsingSync bytestring with libssl.
2021-12-15 jsingConsolidate various ASN.1 code.
2021-12-15 jsingUse CBS_get_last_u8() to find the content type in TLSv1...
2021-12-15 jsingunifdef -U CRYPTO_MDEBUG -m tasn_new.c
2021-12-15 jsingAdd coverage for CBS additions.
2021-12-15 jsingProvide various CBS_peek_* functions.
2021-12-15 jsingProvide CBS_get_u64().
2021-12-15 jsingProvide CBS_get_last_u8().
2021-12-15 deraadtstructure pads can leak uninitialized memory to userlan...
2021-12-15 tbspamd: convert to opaque HMAC_CTX
2021-12-15 schwarzeSome more ASN.1 struct types that are postponed (becaus...
2021-12-15 deraadtThe PATH_MAX+1 bites. The PATH_MAX+1 bites. You die...
2021-12-15 bluhmSyzkaller found a dereference in igmp_leavegroup()...
2021-12-15 visaAdjust pty and tty event filters
2021-12-15 schwarzeDocument i2c_ASN1_INTEGER(3).
2021-12-15 mpiUse a per-UVM object lock to serialize the lower part...
2021-12-15 jmatthewldapd always uses O_CREAT when reopening database files...
2021-12-15 mestrerestrict filesystem access with unveil(2).
2021-12-15 mestrerestrict all filesystem access with unveil(2).
2021-12-15 ratchovBump pkg-config version to 1.8.1
2021-12-15 deraadtgetcwd() operates on buffers of PATH_MAX including...
2021-12-15 deraadtPATH_MAX+1 rarely makes sense, and abort if this happen...
2021-12-15 deraadttypo in previous
2021-12-14 dtuckerCorrect value for IPTOS_DSCP_LE since it needs to allow...
2021-12-14 deraadtsys/param.h cleanup, mostly using MINIMUM() and <limits.h>
2021-12-14 deraadtsync
2021-12-14 tbtweak for the generated source
2021-12-14 schwarzemore symbols that are postponed or intentionally undocu...
2021-12-14 schwarzeforgotten .Dv macros in -column lists
2021-12-14 schwarzeadd roff(7) comments listing some M_ASN1_* aliases
2021-12-14 deraadtdelete incorrect comment about sys/cdefs.h
2021-12-14 bluhmTo cache lookups, the policy ipo is linked to its SA...
2021-12-14 jsingConsolidate ASN.1 universal tag type data.
2021-12-14 jsingAdd regress coverage for ASN1_get_object()
2021-12-14 jsingAdd regress for ASN1_tag2bit() and ASN1_tag2str()
2021-12-14 mvsAdd new 'unsopassgc' test. This test tries to beak...
2021-12-14 mvsMove 'unixsock' test from regress/sys/kern/unixsock/ to
2021-12-14 visaRemember to clear __EV_HUP when the other end of the...
2021-12-14 schwarzedocument the very quirky behaviour of the SMIME_OLDMIME...
2021-12-14 visaCover all state checks and updates with spltty() in...
2021-12-14 schwarzenew manual page SMIME_text(3)
2021-12-14 schwarzenew manual page SMIME_read_ASN1(3)
2021-12-14 tobheMove raw pubkey bytes to EVP_PKEY conversion to common...
2021-12-14 jsgdrm/syncobj: Deal with signalled fences in drm_syncobj_...
2021-12-14 jsgdrm/amdkfd: fix boot failure when iommu is disabled...
2021-12-14 jsgdrm/amdgpu: init iommu after amdkfd device init
2021-12-14 jsgdrm/amdgpu: move iommu_resume before ip init/resume
2021-12-14 jsgdrm/amdgpu: add amdgpu_amdkfd_resume_iommu
2021-12-14 jsgdrm/amdkfd: separate kfd_iommu_resume from kfd_resume
2021-12-14 jsgdrm/amd/amdkfd: adjust dummy functions' placement
2021-12-14 jsguse bus_space_read_region_1() when reading bios from...
2021-12-14 bluhmIO::Socket::IP non-blocking connect works a bit differe...
2021-12-14 kettenisUse "rng-seed" and "kaslr-seed" properties from the...
2021-12-14 kettenisDon't overwrite the Raspberry Pi config.txt if it alrea...
2021-12-14 patrickImplement support for selecting SGMII or SerDes mode...
2021-12-14 deraadtA better approach is to defined __CONCAT locally
2021-12-14 deraadtsys/signal.h before sys/proc.h
2021-12-14 deraadtMINIMUM() because of no sys/param.h
2021-12-14 antonadd missing sys/time.h include
2021-12-14 deraadtSigh. This sys/cdefs.h is hiding use of __CONCAT in...
2021-12-13 chriszadd pclk clock used by dwdog(4) on RK3399
2021-12-13 tbFix asprintf() error check. Portable code should check...
2021-12-13 tbFix a few leaks due to X509_NAME_oneline(name, NULL...
2021-12-13 schwarzenew manual page PEM_write_bio_ASN1_stream(3);
2021-12-13 deraadtsync
2021-12-13 chelohatee(1): increase I/O buffer size from 8KB to 64KB
2021-12-13 deraadtincluding sys/cdefs.h manually started as a result...
2021-12-13 tbAvoid a potential double free in group_free()
2021-12-13 deraadtKill sys/cdefs.h includes, because overly complicated...
2021-12-13 tbRemove the last internal use of d2i_ASN1_BOOLEAN.
2021-12-13 jsingClean up d2i_ASN1_BOOLEAN() and i2d_ASN1_BOOLEAN().
2021-12-13 schwarzethis file doesn't use anything from <stdio.h>;
2021-12-13 jsingConvert asn1_d2i_ex_primitive()/asn1_collect() from...
2021-12-13 tobheCleanup libcrypto memory management. Remove redundant...
2021-12-13 schwarzenew manual page SMIME_write_ASN1(3);
2021-12-13 deraadtremove a couple hundred sys/param.h includes in userlan...
2021-12-13 deraadtacct(4) ac_tty shouldn't need NODEV from sys/param...
2021-12-13 florianOnly generate a new xid on state change.
2021-12-13 visaRevise EVFILT_EXCEPT filters
2021-12-13 visaPrevent kevent(2) use of EVFILT_EXCEPT with FIFOs and...
2021-12-13 bluhmnd6_dad_ns_input() could trigger a NULL deref in nd6_da...
2021-12-13 schwarzeCatch integer overflow rather than silently truncating...
2021-12-13 visaHandle multi-port controllers in uslcom(4)
2021-12-13 schwarzenew manual pages i2d_ASN1_bio_stream(3) and SMIME_crlf_...
2021-12-13 jcaLet dnsproc pass multiple addresses to netproc
2021-12-13 florianTreat xid as a uint32_t in network byte order on the...
2021-12-13 florianReplace struct member assignment with struct assignment...
2021-12-13 nicmMake pane-border-format a pane option, GitHub issue...
2021-12-12 jsgremove unused variable to fix build with llvm 13
2021-12-12 tbAnnotate the structs that will be moved to hmac_local...
2021-12-12 tbInclude evp_locl.h where it will be needed once most...
2021-12-12 tbAdd a mostly empty hmac_local.h. HMAC_CTX and a few...
2021-12-12 tbAdd -I${LIBCRYPTO_SRC}/hmac to CFLAGS. Needed in an...
next