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, Mar 22, 12:13 PM
Unknown Object (File)
Fri, Mar 22, 11:30 AM
Unknown Object (File)
Fri, Mar 22, 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
Unknown Object (File)
Dec 23 2023, 8:39 AM
Unknown Object (File)
Dec 13 2023, 9:56 AM
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.