openbsd
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...
2021-12-12 tbAdd header guards to evp_locl.h.
2021-12-12 bluhmReplace deprecated IO::Socket::INET6 with IO::Socket...
2021-12-12 tbConvert req.c to compile with opaque EVP_MD_CTX.
2021-12-12 tbConvert passwd.c to opaque EVP_MD_CTX and add a bit...
2021-12-12 tbMake speed.c compile with opaque EVP_CIPHER, EVP_MD...
2021-12-12 tbA few more simplifications using get0_pubkey instead...
2021-12-12 tbSimplify x509.c slightly by using X509_get0_pubkey...
2021-12-12 tbMake x509.c compile with opaque EVP_PKEY.
2021-12-12 tbUse correct spelling of NULL
2021-12-12 tbMake ts.c compile with opaque EVP_MD_CTX.
2021-12-12 schwarzedocument the ub_* constants
2021-12-12 schwarzetypo
2021-12-12 schwarzeNew manual page providing a rudimentary description...
2021-12-12 tbRewrite X509_ALGOR_set_md() without reaching into EVP_MD.
2021-12-12 bluhmReplace deprecated IO::Socket::INET6 with IO::Socket...
2021-12-12 visaUse vnode parameter instead of vfinddev() in mfs_strategy()
2021-12-12 visaAdd vnode parameter to VOP_STRATEGY()
2021-12-11 schwarzeMerge two bugfixes in ASN1_STRING_TABLE_add(3) and...
2021-12-11 schwarzeMerge the deletion of <ctype.h>, which isn't used here,
2021-12-11 kettenisChange compatible string to something that makes more...
2021-12-11 naddyremove unused variable to fix build with llvm 13; ok...
2021-12-11 krwStart the default OpenBSD partition either immediately...
2021-12-11 kettenisAdd support for interrupts represented by ACPI PCI...
2021-12-11 kettenisThanks to the reverse engineering efforts by Hector...
2021-12-11 kettenisAttach apldart(4) early.
2021-12-11 schwarzedocument STABLE_NO_MASK and STABLE_FLAGS_MALLOC,
2021-12-11 jmctwo more "the the" fixes;
2021-12-11 bluhmProtect the write access to the TDB flags field with...
2021-12-11 tbdoubled word; from Leon Fischer
2021-12-11 visaClarify usage of __EV_POLL and __EV_SELECT
2021-12-11 antonStop passing __FILE__ and __LINE__ to various libcrypto...
2021-12-10 schwarzefix a copy-and-paste error;
2021-12-10 schwarzeexplain how X509_NAME_ENTRY_set_data(3) uses MBSTRING_FLAG
2021-12-10 schwarzedocument the following constants:
2021-12-10 krwUpdate the *.ok files to reflect the slightly larger
2021-12-10 nicmMissed unlinked control notifications, GitHub issue...
2021-12-10 nicmMention XParseColor(3) for the cursor colour escape...
2021-12-10 nicmAdd a NOBLOCK flag rather than adding amount to wait...
2021-12-10 guentherRevert "kbind(2): disable system call if not initialize...
2021-12-10 mvsMove 'unconacc' test to regress/sys/kern/unixsockets...
2021-12-10 mvsMove 'undgram_conclose' test to regress/sys/kern/unixso...
next