102 Commits (f6d52dd96c2a18dff2f438face7f36cef0cf2420)

Author SHA1 Message Date
Adam Ierymenko 9aff094b6f
node/ -> MPL 7 months ago
Adam Ierymenko 5eb3cd2699
clang-format this branch to match dev 9 months ago
Adam Ierymenko 342fa9d33f
clang-format this branch 9 months ago
Adam Ierymenko ba2a4a605c
clang-format 9 months ago
Adam Ierymenko 1e679cc94d
Bug fix in extended armor. 1 year ago
Adam Ierymenko 96ba1079b2
Clang-format!!! 1 year ago
Adam Ierymenko f190df8621
Restrict usage to when encryption is not active. 1 year ago
Adam Ierymenko 6b078ee935
Implement extended armor throughout system but not turned on yet. 1 year ago
Adam Ierymenko 3de5cbd105
Change indent 1 year ago
Adam Ierymenko 6faee38395
Specify start of extended encryption. 1 year ago
Adam Ierymenko a44fd40889
Remove some obsolete stuff, rev protocol version. 2 years ago
Adam Ierymenko 1982071d46 1.14.0 version bump for Linux and macOS, date update. 2 years ago
Adam Ierymenko 0e5651f353
1.12.0 merge to main (#2104) 3 years ago
Brenton Bostick f73e51e94c
Brenton/curly braces (#1971) 3 years ago
Brenton Bostick a59f82093a
Fix Possible misuse of comma operator here (#1851) 3 years ago
Adam Ierymenko 31d8758ad9
Apple "fat binaries" are back! 5 years ago
Adam Ierymenko 7219ca0c0f AES works! Only with this or newer nodes. Uses salsa with older ones as usual. 6 years ago
Adam Ierymenko e6b5f8aabd AES work... but disabled in this commit. 6 years ago
Adam Ierymenko b7b01da742 Wire up dearmor() path. 6 years ago
Adam Ierymenko 2ac49d99dd AES integrated on send side. 6 years ago
Adam Ierymenko 06730c7d1d BSL date bump 6 years ago
Joseph Henry a50e8e9878 Add Bonds, Slaves, and Flows 6 years ago
Adam Ierymenko 52a166a71f
Relicense: GPLv3 -> ZeroTier BSL 1.1 7 years ago
Adam Ierymenko 2966eac64f Get rid of ZT_FAST_MEMCPY because this is not really needed. 7 years ago
Adam Ierymenko 39e1021f62 Replace certificate based gating of multicast like/gather with a simpler more efficient method, fix some minor issues with request based com/cert push, and clean up some other random stuff. 7 years ago
Joseph Henry 0e597191b8 Updated licenses for 2019 7 years ago
Dave Cottlehuber c36c92e077 node: remove deprecated register hint for C++17 compatibility 8 years ago
Adam Ierymenko 5bc4399a58 cleanup 8 years ago
Adam Ierymenko 65c07afe05 Copyright updates for 2018. 8 years ago
Adam Ierymenko 9c7ee5a21e Tear out old "link quality" stuff since it is not currently used and will be done differently. 8 years ago
Adam Ierymenko 0608704626 Some micro-optimizations, including a memcpy that is faster than Linux for most distro/compiler versions. 8 years ago
Adam Ierymenko dab0fb9e05 Remote trace: plumbing, replace old TRACE with calls to Trace object. 9 years ago
Adam Ierymenko 2ec88e8008 Remove old circuit test code. Rules engine will let us do this much better and more simply. 9 years ago
Adam Ierymenko f479b76772 define likely/unlikely 9 years ago
Adam Ierymenko 1b68d6dbdc License header update. 9 years ago
Adam Ierymenko a8ced184dc Some code cleanup and make sure any type punning is guarded with ZT_NO_TYPE_PUNNING. 9 years ago
Adam Ierymenko e7a2c6ecef Integrate ARM/NEON crypto. 9 years ago
Adam Ierymenko a1e94154be Just incorporate the X64 ASM version of Salsa20/12 for X64 platforms. This gives us (for example) 1.5gb/sec encryption on a Core i5 2.8ghz. 9 years ago
Adam Ierymenko df48738ac9 Enable use of NaCl for faster X64 Salsa20 implementations. Also include binary for OSX for easy build. Blazingly fast. 9 years ago
Adam Ierymenko 78ef2c5f16 Windows build fixes, app about text revisions. 9 years ago
Adam Ierymenko e10325e133 GitHub issue #461 -- plus a bit of cleanup and optimization 9 years ago
Adam Ierymenko ef46d3c97d LZ4 cleanup 9 years ago
Adam Ierymenko a9c08c5975 . 9 years ago
Adam Ierymenko c467c3b7e4 ARM tweaks 9 years ago
Adam Ierymenko 47166c9614 Sigh. Another thinko. 9 years ago
Adam Ierymenko ecacdf27a9 Build fix (typo) 9 years ago
Adam Ierymenko aad6f79efa Also must mask off counter bits in IV in cryptField. 9 years ago
Adam Ierymenko 0c00b83702 cryptField() used to obscure extended fields in HELLO cannot use mangleKey() 9 years ago
Adam Ierymenko 2bf9145ae6 Outgoing side of packet counter for link quality reporting. Also some cleanup and a cluster mode build fix. 9 years ago
Adam Ierymenko e0d63c50db One more tweak after thinking about related keys and key stream reuse. Just a precaution. 9 years ago