home tags events about login

undeadly honked 21 Jul 2026 15:00 +0200

OpenBSD relayd(8) adds ECDSA support with CA engine code from smtpd(8)

Up until quite recently, relayd(8) did not actually support ECDSA keys and certificates, as described in the Relayd doesn't like ecdsa thread on the tech@ mailing list.

The problem is now solved.

In this commit by Rafael Sadowski (rsadowski@), code that originated in smtpd(8) adds the previously lacking support.

The commit message reads,

List:       openbsd-cvs
Subject:    CVS: cvs.openbsd.org: src
From:       Rafael Sadowski <rsadowski () cvs ! openbsd ! org>>
Date:       2026-07-20 17:41:07
Message-ID: 17bfa7826d307ce0 () cvs ! openbsd ! org

CVSROOT:	/cvs
Module name:	src
Changes by:	rsadowski@cvs.openbsd.org	2026/07/20 11:41:07

Modified files:
	usr.sbin/relayd: ca.c relay.c relayd.h ssl.c 

Read more…

undeadly honked 19 Jul 2026 12:00 +0200

WPA3 support coming to OpenBSD

OpenBSD is moving closer to adding WPA3 support.

Stefan Sperling (stsp@) posted a message with the subject add WPA3 support to the tech mailling list with a patch that implements WPA3 in OpenBSD's net80211 subsystem including ifconfig(8), asking for testing and feedback.

He also noted that this effort is supported by the NLNet Foundaton (as noted in an earlier article).

The message reads,

List:       openbsd-tech
Subject:    add WPA3 support
From:       Stefan Sperling <stsp () stsp ! name>
Date:       2026-07-18 11:40:08
Message-ID: altmGGN9mVtJ1Eqd () yumyan ! stsp ! name

The patch below adds support for WPA3 to the net80211 subsystem.

This effort is supported by the NLnet Foundation's NGI0 Commons Fund.
Without such support, I would not have been able to invest the time
required to work on this. I am very grateful to be given this opportunity.

Read more…

undeadly honked 16 Jul 2026 14:00 +0200

OpenBSD moves to 8.0-beta in -current and snapshots

OpenBSD development is an ever ongoing activity, and when the feature set of a new release has been set and the stabilization phase leading up to the release starts, -current becomes $NEXTRELEASE-beta .

The switch to 8.0-beta happened with this commit by Theo de Raadt (deraadt@):

List:       openbsd-cvs
Subject:    CVS: cvs.openbsd.org: src
From:       Theo de Raadt <deraadt () cvs ! openbsd ! org>
Date:       2026-07-16 6:21:10
Message-ID: 17bf9c846ef76761 () cvs ! openbsd ! org

CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2026/07/16 00:21:10

Read more…

undeadly honked 16 Jul 2026 14:00 +0200

OpenBSD/loongson hardware platform retired

The OpenBSD/loongson hardware platform has been retired. The commit message by Miod Vallat (miod@) explains the reason(s).

List:       openbsd-cvs
Subject:    CVS: cvs.openbsd.org: src
From:       Miod Vallat <miod () cvs ! openbsd ! org>
Date:       2026-07-15 18:59:19
Message-ID: 17bf9b1b148f61fa () cvs ! openbsd ! org

CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2026/07/15 13:00:24

Modified files:
	.              : Makefile.cross 
	distrib        : Makefile 
	distrib/notes  : Makefile 
	distrib/special/installboot: Makefile 
	etc            : Makefile 
	lib/libarch/mips64: Makefile 
	regress/etc/MAKEDEV: Makefile 
	regress/usr.sbin/installboot: Makefile 
	share/man/man4 : Makefile 
	share/man/man8 : Makefile 
	sys            : Makefile 
	sys/kern       : Makefile 
	usr.sbin/apm   : Makefile 
	usr.sbin/apmd  : Makefile 
	usr.sbin/hotplugd: Makefile 
	usr.sbin/installboot: Makefile 
	usr.sbin/pcidump: Makefile 
	usr.sbin/wsfontload: Makefile 

Log message:
Unhook loongson from the build.

Read more…