Page MenuHomeFreeBSD

add chachapoly to kernel
ClosedPublic

Authored by mmacy on Feb 14 2020, 6:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 8, 7:45 AM
Unknown Object (File)
Mon, Sep 22, 11:33 PM
Unknown Object (File)
Sun, Sep 21, 1:33 AM
Unknown Object (File)
Sep 10 2025, 9:14 PM
Unknown Object (File)
Sep 3 2025, 12:28 PM
Unknown Object (File)
Aug 15 2025, 7:49 AM
Unknown Object (File)
Aug 15 2025, 1:25 AM
Unknown Object (File)
Aug 14 2025, 10:43 PM

Details

Summary

add files needed by wireguard to the build

This is just the kernel bits, not the kmod itself, there are some changes needed because param.h and libkern.h aren't included and the default sodium_misuse is incorrect for the kernel. @cem this is your bailiwick so you know best how to handle.

Diff Detail

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

Event Timeline

Seems fine to me.

sys/contrib/libsodium/src/libsodium/include/sodium/export.h
63 ↗(On Diff #68335)

Probably "bad value passed to libsodium" is enough

This revision is now accepted and ready to land.Feb 14 2020, 7:58 PM
This revision was automatically updated to reflect the committed changes.