Page MenuHomeFreeBSD

sha512_224: Fix SHA512_224_Final() on little-endian machines.
ClosedPublic

Authored by des on Feb 3 2023, 3:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Aug 14, 10:25 PM
Unknown Object (File)
Thu, Jul 31, 7:58 AM
Unknown Object (File)
Jun 9 2025, 6:04 AM
Unknown Object (File)
May 29 2025, 4:43 AM
Unknown Object (File)
May 13 2025, 1:50 AM
Unknown Object (File)
Apr 12 2025, 7:14 PM
Unknown Object (File)
Apr 5 2025, 10:01 PM
Unknown Object (File)
Mar 19 2025, 2:18 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

des requested review of this revision.Feb 3 2023, 3:21 PM

Note that I intended to add assertions to be64enc_vect() and be64dec_vect(), but since the same code is used both in the kernel and in user space, it would have been needlessly complicated.

You're going to be adding test cases for this in libmd, right?

This revision is now accepted and ready to land.Feb 4 2023, 2:43 PM

You're going to be adding test cases for this in libmd, right?

Yes, see D38373. That's how I found the bug.