Page MenuHomeFreeBSD

libmd / md5: Add SHA-512/224.
ClosedPublic

Authored by des on Feb 3 2023, 3:21 PM.
Tags
None
Referenced Files
F102131099: D38373.diff
Fri, Nov 8, 12:13 AM
Unknown Object (File)
Wed, Nov 6, 2:46 PM
Unknown Object (File)
Tue, Nov 5, 11:28 AM
Unknown Object (File)
Thu, Oct 31, 8:15 PM
Unknown Object (File)
Sun, Oct 20, 3:36 PM
Unknown Object (File)
Thu, Oct 17, 6:16 AM
Unknown Object (File)
Wed, Oct 16, 6:12 PM
Unknown Object (File)
Mon, Oct 14, 2:46 PM

Details

Summary

While there, remove .Tn from man pages.

Also remove an obsolete comment about the 80386.

Sponsored by: Klara, Inc.

Diff Detail

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

Event Timeline

des requested review of this revision.Feb 3 2023, 3:21 PM
yuri_aetern.org added inline comments.
lib/libmd/sha512.3
218
STYLE: useless macro: Tn

.Tn is deprecated and does nothing; while it's already used in this man page, not adding new entries might be helpful

kevans added a subscriber: kevans.

LGTM; remove .Tn pre-commit or maybe let's do a pass after to address mandoc complaints (I'm assuming there's probably others)

This revision is now accepted and ready to land.Feb 3 2023, 7:00 PM

Removed useless .Tn macro from man pages, deliberately not bumping Dd since neither the text nor the appearance has changed.

This revision now requires review to proceed.Feb 4 2023, 1:07 PM
des added a reviewer: yuri_aetern.org.
des marked an inline comment as done.Feb 6 2023, 12:22 PM
kib added inline comments.
lib/libmd/sha.3
194

We do not boot on i386 for long time. This section can be removed.

Hook up the SHA-512/224 tests.

Remove comment about the 80386.

des marked an inline comment as done.Feb 6 2023, 1:10 PM
bcr added a subscriber: bcr.

OK from manpages.

allanjude added a subscriber: allanjude.

Reviewed by: allanjude

This revision is now accepted and ready to land.Feb 6 2023, 4:07 PM
des retitled this revision from libmd: Add SHA-512/224. to libmd / md5: Add SHA-512/224..Feb 6 2023, 4:26 PM
This revision now requires review to proceed.Feb 6 2023, 4:26 PM
This revision is now accepted and ready to land.Feb 6 2023, 4:32 PM
This revision was automatically updated to reflect the committed changes.