Page MenuHomeFreeBSD

Remove support for keyed MD5 and SHA1 authentication hashes.
ClosedPublic

Authored by jhb on May 8 2020, 6:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 27, 10:24 PM
Unknown Object (File)
Sat, Apr 25, 5:03 PM
Unknown Object (File)
Tue, Apr 21, 10:48 PM
Unknown Object (File)
Mon, Apr 20, 6:19 PM
Unknown Object (File)
Thu, Apr 9, 6:04 PM
Unknown Object (File)
Wed, Apr 8, 2:16 AM
Unknown Object (File)
Mon, Apr 6, 1:42 PM
Unknown Object (File)
Mar 31 2026, 9:57 AM
Subscribers

Details

Summary

They no longer have any in-tree consumers.

Test Plan
  • make tinderbox

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.May 8 2020, 6:43 PM
jhb created this revision.
cem added inline comments.
sys/opencrypto/cryptosoft.c
1343–1344 ↗(On Diff #71565)

Did Matt's zfree() get committed yet? It'd be a nice cleanup for this pattern.

This revision is now accepted and ready to land.May 9 2020, 3:23 PM
sys/opencrypto/cryptosoft.c
1343–1344 ↗(On Diff #71565)

Hmm, looks like it did.

There are many places in IPsec that don't use explicit_bzero either but use plain bzero. Many of those could likely use zfree() as well.