CVS: cvs.openbsd.org: src

Joel Sing <[email protected]> Wed, 22 Jul 2026 08:29:56 -0600 (MDT)
Newsgroups gmane.os.openbsd.cvs
Message-ID <[email protected]>
CVSROOT:	/cvs
Module name:	src
Changes by:	[email protected]	2026/07/22 08:29:56

Modified files:
	lib/libc/hash  : sha512.c 

Log message:
Correctly handle bit count for SHA-512.

The SHA-512 bit counter is 128 bits - as such, we need to handle overflow
and increment the second 64 bit field.

Reported by claudio@

ok claudio@ tb@