sys: Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
sys: Remove $FreeBSD$: one-line .c comment patternRemove /^/[*/]\s*\$FreeBSD\$.*\n/
crypto: Add an API supporting curve25519.This adds a wrapper around libsodium's curve25519 support matchingLinux's curve25519 API. The intended use case for this is WireGuard.Note that this is
crypto: Add an API supporting curve25519.This adds a wrapper around libsodium's curve25519 support matchingLinux's curve25519 API. The intended use case for this is WireGuard.Note that this is not integrated with OCF as it is not related tosymmetric operations on data.Reviewed by: markjSponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D33935
show more ...
Bring in compatibility glue for libsodiumThe idea is untouched upstream sources live in sys/contrib/libsodium.sys/crypto/libsodium are support routines or compatibility headers to allowbuilding
Bring in compatibility glue for libsodiumThe idea is untouched upstream sources live in sys/contrib/libsodium.sys/crypto/libsodium are support routines or compatibility headers to allowbuilding unmodified upstream code.This is not yet integrated into the build system, so no functional change.