summaryrefslogtreecommitdiffstatshomepage
path: root/src/Kbuild (unfollow)
Commit message (Expand)AuthorFilesLines
2018-02-17tools: fixup errno handlingJason A. Donenfeld2-8/+8
2018-02-17tools: FreeBSD doesn't have EAI_NODATAJason A. Donenfeld1-2/+15
2018-02-17tools: do not collide types with libc clashesJason A. Donenfeld1-4/+10
2018-02-17contrib: add embeddable wireguard libraryJason A. Donenfeld6-0/+1671
2018-02-17wg(8): clarify phrasingJason A. Donenfeld1-3/+3
2018-02-17tools: allow in-line commentsJason A. Donenfeld4-13/+20
2018-02-15external-tests: update go versionJason A. Donenfeld1-2/+2
2018-02-14tools: normalize strncpy/snprintf usageJason A. Donenfeld4-18/+22
2018-02-14blake2s: use union instead of castingJason A. Donenfeld2-19/+17
2018-02-14allowedips: indicate to clang-analyzer that trie is non-nullJason A. Donenfeld1-0/+1
2018-02-12socket: free skb if there isn't an endpointJason A. Donenfeld1-0/+2
2018-02-12qemu: more granular memleak detectionJason A. Donenfeld1-2/+15
2018-02-12netns: replace n0 ip with ip0, per customJason A. Donenfeld1-2/+2
2018-02-08poly1305: fix up selftest counterJason A. Donenfeld1-1/+1
2018-02-07qemu: add support for powerpcJason A. Donenfeld2-2/+21
2018-02-06wg-quick: match from beginning rather than shift rightJason A. Donenfeld1-2/+2
2018-02-05tools: endian.h is not portableJason A. Donenfeld1-4/+9
2018-02-02keygen-html: fix up copyrightJason A. Donenfeld1-4/+0
2018-02-02version: bump snapshot0.0.20180202Jason A. Donenfeld2-2/+2
2018-02-02qemu: update base versionsJason A. Donenfeld1-2/+2
2018-02-01curve25519: break more things with more test casesJason A. Donenfeld1-0/+12
2018-02-01curve25519: replace fiat64 with faster hacl64Jason A. Donenfeld6-475/+888
2018-02-01curve25519: replace hacl64 with fiat64Jason A. Donenfeld6-881/+475
2018-02-01curve25519: verify that specialized basepoint implementations are correctJason A. Donenfeld1-3/+17
2018-01-31tools: dedup secret normalizationJason A. Donenfeld1-7/+1
2018-01-30chacha20poly1305: better buffer alignmentJason A. Donenfeld1-9/+8
2018-01-30chacha20poly1305: use existing rol32 functionJason A. Donenfeld1-9/+4
2018-01-30tools: fread doesn't change errnoJason A. Donenfeld1-4/+0
2018-01-30device: let udev know what kind of device we areJason A. Donenfeld1-0/+6
2018-01-23qemu: disable AVX-512 in userlandJason A. Donenfeld1-0/+2
2018-01-23qemu: disable PIE for compilationJason A. Donenfeld1-1/+3
2018-01-23contrib: keygen-html: share curve25519 implementation with kernelJason A. Donenfeld2-831/+31
2018-01-23tools: share curve25519 implementations with kernelJason A. Donenfeld2-1541/+32
2018-01-19poly1305: add poly-specific self-testsJason A. Donenfeld4-1/+1569
2018-01-18curve25519-fiat32: uninline certain functionsJason A. Donenfeld3-12/+12
2018-01-18version: bump snapshot0.0.20180118Jason A. Donenfeld2-2/+2
2018-01-18contrib: keygen-html: update curve25519 implementationJason A. Donenfeld1-785/+769
2018-01-18tools: import new curve25519 implementationsJason A. Donenfeld1-1129/+1423
2018-01-18curve25519: wire up new impls and remove donnaJason A. Donenfeld3-1454/+3
2018-01-18curve25519: resolve symbol clash between fe typesJason A. Donenfeld1-7/+7