aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* chacha20poly1305: add self tests from wycheproofJason A. Donenfeld2018-04-051-3/+1026
* curve25519: add self tests from wycheproofJason A. Donenfeld2018-04-041-0/+504
* curve25519: precomp const correctnessJason A. Donenfeld2018-03-091-24/+22
* curve25519: memzero in batchesJason A. Donenfeld2018-03-091-140/+124
* curve25519: use cmov instead of xor for cswapJason A. Donenfeld2018-03-091-12/+39
* curve25519: use precomp implementation instead of sandy2xJason A. Donenfeld2018-03-094-3408/+2041
* compat: support OpenSUSE 15Jason A. Donenfeld2018-03-091-3/+6
* compat: silence warning on frankenkernelsJason A. Donenfeld2018-03-091-0/+3
* compat: stable kernels are now receiving b87b619Jason A. Donenfeld2018-03-071-1/+1
* version: bump snapshotJason A. Donenfeld2018-03-042-2/+2
* noise: align static_identity keysJason A. Donenfeld2018-03-021-1/+1
* compat: use correct -include pathJason A. Donenfeld2018-03-021-5/+6
* noise: fix function prototypeJason A. Donenfeld2018-03-021-1/+1
* global: in gnu code, use un-underscored asmJason A. Donenfeld2018-03-021-1/+1
* messages: MESSAGE_TOTAL is unusedJason A. Donenfeld2018-03-021-2/+1
* crypto: read only after initJason A. Donenfeld2018-03-024-10/+11
* Kconfig: require DST_CACHE explicitlyJason A. Donenfeld2018-03-021-0/+1
* compat: workaround netlink refcount bugJason A. Donenfeld2018-03-021-1/+1
* allowedips: fix comment styleJason A. Donenfeld2018-02-211-1/+2
* queueing: skb_reset: mark as xnetJason A. Donenfeld2018-02-201-1/+1
* version: bump snapshotJason A. Donenfeld2018-02-182-2/+2
* blake2s: use union instead of castingJason A. Donenfeld2018-02-142-19/+17
* allowedips: indicate to clang-analyzer that trie is non-nullJason A. Donenfeld2018-02-141-0/+1
* socket: free skb if there isn't an endpointJason A. Donenfeld2018-02-121-0/+2
* qemu: more granular memleak detectionJason A. Donenfeld2018-02-121-2/+15
* netns: replace n0 ip with ip0, per customJason A. Donenfeld2018-02-121-2/+2
* poly1305: fix up selftest counterJason A. Donenfeld2018-02-081-1/+1
* qemu: add support for powerpcJason A. Donenfeld2018-02-072-2/+21
* version: bump snapshotJason A. Donenfeld2018-02-022-2/+2
* qemu: update base versionsJason A. Donenfeld2018-02-021-2/+2
* curve25519: break more things with more test casesJason A. Donenfeld2018-02-011-0/+12
* curve25519: replace fiat64 with faster hacl64Jason A. Donenfeld2018-02-014-471/+884
* curve25519: replace hacl64 with fiat64Jason A. Donenfeld2018-02-014-872/+471
* curve25519: verify that specialized basepoint implementations are correctJason A. Donenfeld2018-02-011-3/+17
* chacha20poly1305: better buffer alignmentJason A. Donenfeld2018-01-301-9/+8
* chacha20poly1305: use existing rol32 functionJason A. Donenfeld2018-01-301-9/+4
* device: let udev know what kind of device we areJason A. Donenfeld2018-01-301-0/+6
* qemu: disable AVX-512 in userlandJason A. Donenfeld2018-01-231-0/+2
* qemu: disable PIE for compilationJason A. Donenfeld2018-01-231-1/+3
* tools: share curve25519 implementations with kernelJason A. Donenfeld2018-01-231-2/+2
* poly1305: add poly-specific self-testsJason A. Donenfeld2018-01-194-1/+1569
* curve25519-fiat32: uninline certain functionsJason A. Donenfeld2018-01-181-4/+4
* version: bump snapshotJason A. Donenfeld2018-01-182-2/+2
* curve25519: wire up new impls and remove donnaJason A. Donenfeld2018-01-183-1454/+3
* curve25519: resolve symbol clash between fe typesJason A. Donenfeld2018-01-181-7/+7
* curve25519: import 64-bit hacl-star implementationJason A. Donenfeld2018-01-181-0/+739
* curve25519: import 32-bit fiat-crypto implementationJason A. Donenfeld2018-01-181-0/+838
* curve25519: modularize implementationJason A. Donenfeld2018-01-185-1610/+1640
* poly1305: remove indirect callsSamuel Neves2018-01-181-79/+96
* socket: check for null socket before fishing out sportJason A. Donenfeld2018-01-081-2/+4