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)
Fri, May 3, 12:38 AM
Unknown Object (File)
Thu, Apr 25, 9:54 AM
Unknown Object (File)
Mar 22 2024, 12:13 PM
Unknown Object (File)
Mar 22 2024, 11:30 AM
Unknown Object (File)
Mar 22 2024, 9:48 AM
Unknown Object (File)
Mar 11 2024, 10:20 PM
Unknown Object (File)
Feb 25 2024, 8:38 AM
Unknown Object (File)
Feb 18 2024, 8:27 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 49509
Build 46399: arc lint + arc unit

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.