Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
Add chacha20poly1305 support to crypto buildThis is a dependency for in-kernel wireguard.Reviewed by: cem@MFC after: 1 weekSponsored by: Rubicon Communications, LLC (Netgate)Differential Revis
Add chacha20poly1305 support to crypto buildThis is a dependency for in-kernel wireguard.Reviewed by: cem@MFC after: 1 weekSponsored by: Rubicon Communications, LLC (Netgate)Differential Revision: https://reviews.freebsd.org/D23689
show more ...
Bring in libsodium to sys/contribBring in https://github.com/jedisct1/libsodium at461ac93b260b91db8ad957f5a576860e3e9c88a1 (August 7, 2018), unmodified.libsodium is derived from Daniel J. Bernst
Bring in libsodium to sys/contribBring in https://github.com/jedisct1/libsodium at461ac93b260b91db8ad957f5a576860e3e9c88a1 (August 7, 2018), unmodified.libsodium is derived from Daniel J. Bernstein et al.'s 2011 NaCl("Networking and Cryptography Library," pronounced "salt") software library.At the risk of oversimplifying, libsodium primarily exists to make it easierto use NaCl. NaCl and libsodium provide high quality implementations of anumber of useful cryptographic concepts (as well as the underlyingprimitics) seeing some adoption in newer network protocols.I considered but dismissed cleaning up the directory hierarchy anddiscarding artifacts of other build systems in favor of remaining close toupstream (and easing future updates).Nothing is integrated into the build system yet, so in that sense, nofunctional change.