Adam Ierymenko
|
50709cbd21
|
Fix siblings in peers list, fix meter.
|
2019-09-03 12:44:09 -07:00 |
|
Adam Ierymenko
|
fd6e8d8c5c
|
Add instrumentation to root, add capability to forward to siblings if no path is known to a peer.
|
2019-09-03 12:21:57 -07:00 |
|
Adam Ierymenko
|
9666ab5797
|
Merge branch 'dev' into edge
|
2019-08-30 17:57:11 -07:00 |
|
Adam Ierymenko
|
a6dff8ff2f
|
Add an extra catch as workaround for possible cause of ARM crash.
|
2019-08-30 17:47:13 -07:00 |
|
Adam Ierymenko
|
4281b6b448
|
Ignore MULTICAST_GATHER replies with the wrong count.
|
2019-08-30 17:45:10 -07:00 |
|
Adam Ierymenko
|
5e8e935189
|
world!
|
2019-08-30 11:57:18 -07:00 |
|
Adam Ierymenko
|
f6d747a5a0
|
Fix some more multicast stuff (minor)
|
2019-08-29 12:02:37 -07:00 |
|
Adam Ierymenko
|
da19da0360
|
RENDEZVOUS works now
|
2019-08-29 08:00:54 -07:00 |
|
Adam Ierymenko
|
e07a019615
|
.
|
2019-08-28 14:47:05 -07:00 |
|
Adam Ierymenko
|
846c96e8d5
|
.
|
2019-08-28 14:36:29 -07:00 |
|
Adam Ierymenko
|
63775723c1
|
.
|
2019-08-28 14:28:07 -07:00 |
|
Adam Ierymenko
|
2f7d3e655a
|
.
|
2019-08-28 14:26:13 -07:00 |
|
Adam Ierymenko
|
b19634d7e4
|
.
|
2019-08-28 14:21:02 -07:00 |
|
Adam Ierymenko
|
a92967a7c1
|
.
|
2019-08-28 14:16:14 -07:00 |
|
Adam Ierymenko
|
cf831d9cd3
|
.
|
2019-08-28 13:04:58 -07:00 |
|
Adam Ierymenko
|
4e4b27b6ab
|
build fix
|
2019-08-28 11:54:09 -07:00 |
|
Adam Ierymenko
|
24c9577e39
|
cleanup
|
2019-08-28 11:28:51 -07:00 |
|
Adam Ierymenko
|
59ee0cfe88
|
Safety upgrades to code
|
2019-08-28 10:34:32 -07:00 |
|
Adam Ierymenko
|
8ac59ae2be
|
cleanup
|
2019-08-28 07:40:13 -07:00 |
|
Adam Ierymenko
|
46db37e06c
|
Yield in ticket lock
|
2019-08-28 07:34:24 -07:00 |
|
Adam Ierymenko
|
6e730cfad1
|
Cleanup, multicast fingerprint, benchmark asymmetric crypto
|
2019-08-28 07:31:17 -07:00 |
|
Adam Ierymenko
|
199b3345a0
|
cleanup
|
2019-08-27 14:42:49 -07:00 |
|
Adam Ierymenko
|
b7f504b8a4
|
cleanup
|
2019-08-27 14:40:01 -07:00 |
|
Adam Ierymenko
|
1b459b0560
|
cleanup
|
2019-08-27 14:31:04 -07:00 |
|
Adam Ierymenko
|
40803a4dc1
|
cleanup
|
2019-08-27 14:25:11 -07:00 |
|
Adam Ierymenko
|
6f22570648
|
Optimization and cleanup
|
2019-08-26 20:18:28 -07:00 |
|
Adam Ierymenko
|
8faaaec710
|
Add check for PCLMUL instruction too. Virtually all CPUs with AES-NI have it but good to be sure.
|
2019-08-26 19:48:56 -07:00 |
|
Adam Ierymenko
|
9ca495229b
|
Revert "optimization stuff"
This reverts commit e63f624d3a .
|
2019-08-26 19:03:09 -07:00 |
|
Adam Ierymenko
|
e63f624d3a
|
optimization stuff
|
2019-08-26 19:02:28 -07:00 |
|
Adam Ierymenko
|
e1dd413266
|
cleanup
|
2019-08-26 18:44:56 -07:00 |
|
Adam Ierymenko
|
b9ef09dd58
|
Optimization stuff
|
2019-08-26 18:15:32 -07:00 |
|
Adam Ierymenko
|
990333e7ec
|
cleanup, re-enable AES-NI check
|
2019-08-26 16:35:28 -07:00 |
|
Adam Ierymenko
|
ec9582f3f2
|
More test vectors, software mode GCM.
|
2019-08-26 16:24:42 -07:00 |
|
Adam Ierymenko
|
a0fd4ad23f
|
Cleanup, Linux build fix.
|
2019-08-26 12:17:23 -07:00 |
|
Adam Ierymenko
|
b6d7a95028
|
Merge branch 'dev' into edge
|
2019-08-26 11:09:19 -07:00 |
|
Adam Ierymenko
|
633cf9ec04
|
Warning removal
|
2019-08-23 21:28:26 -07:00 |
|
Adam Ierymenko
|
1d8f3cee62
|
cleanup
|
2019-08-23 21:12:24 -07:00 |
|
Adam Ierymenko
|
5ba6e21967
|
cleanup
|
2019-08-23 20:34:09 -07:00 |
|
Adam Ierymenko
|
52f7f6e6cf
|
Fully implement the packet encryption/decryption algorithms.
|
2019-08-23 20:20:32 -07:00 |
|
Adam Ierymenko
|
9fd5ec673b
|
Get rid of complicated AES-GCM + scramble construct in favor of a simpler construct thanks to "Squeamish Ossifrage" on crypto.stackexchange.com
|
2019-08-23 18:41:21 -07:00 |
|
Adam Ierymenko
|
e905b3c963
|
cleanup
|
2019-08-23 17:22:23 -07:00 |
|
Adam Ierymenko
|
f12370c348
|
more opt
|
2019-08-23 12:40:08 -07:00 |
|
Adam Ierymenko
|
b727e2a67a
|
More opt stuff
|
2019-08-23 12:34:45 -07:00 |
|
Adam Ierymenko
|
8e87319925
|
Optimization stuff
|
2019-08-23 12:18:02 -07:00 |
|
Adam Ierymenko
|
52d55e34e6
|
Licenses, and use full strength AES-128 in scramble.
|
2019-08-23 12:03:13 -07:00 |
|
Adam Ierymenko
|
c79360f58b
|
Merge dev
|
2019-08-23 11:37:40 -07:00 |
|
Adam Ierymenko
|
e8ae333443
|
Version bumps, license fixed, and GitHub issue #990 take two
|
2019-08-23 10:15:13 -07:00 |
|
Adam Ierymenko
|
6f6138c500
|
Merge relicensing change from dev
|
2019-08-23 09:27:13 -07:00 |
|
Adam Ierymenko
|
52a166a71f
|
Relicense: GPLv3 -> ZeroTier BSL 1.1
|
2019-08-23 09:23:39 -07:00 |
|
Adam Ierymenko
|
903a18db1d
|
work in progress
|
2019-08-23 08:41:22 -07:00 |
|
Adam Ierymenko
|
0731f3f1a9
|
wiring more stuff up, and simplification of timing loops
|
2019-08-23 07:04:20 -07:00 |
|
Adam Ierymenko
|
37047a39f9
|
More cleanup, and fix SHA384 built-in C code.
|
2019-08-22 14:52:47 -07:00 |
|
Adam Ierymenko
|
91d0cbe892
|
cleanup
|
2019-08-22 13:08:10 -07:00 |
|
Adam Ierymenko
|
b66431bc29
|
Work in progress...
|
2019-08-22 13:06:08 -07:00 |
|
Adam Ierymenko
|
31bd413166
|
stub out new verbs
|
2019-08-21 14:57:57 -07:00 |
|
Adam Ierymenko
|
95a6fce2b4
|
Yet more cleanup, it builds again now.
|
2019-08-21 14:36:56 -07:00 |
|
Adam Ierymenko
|
0b5472f9fb
|
Tons and tons of cleanup and cruft removal
|
2019-08-21 14:24:45 -07:00 |
|
Adam Ierymenko
|
5280d28505
|
cleanup
|
2019-08-21 10:44:52 -07:00 |
|
Adam Ierymenko
|
67a9898a99
|
Bunch more work on DNS, cleanup, removal of obsolete cruft.
|
2019-08-21 09:27:45 -07:00 |
|
Adam Ierymenko
|
fe8815f80f
|
cleanup
|
2019-08-20 15:36:18 -07:00 |
|
Adam Ierymenko
|
3a21fdc304
|
Crypto work, packet work
|
2019-08-20 15:34:30 -07:00 |
|
Adam Ierymenko
|
83d723eb79
|
type 1 (P-384) identities
|
2019-08-20 13:32:23 -07:00 |
|
Adam Ierymenko
|
5cfbb0a423
|
Clean up dead stuff from OneService and fix build errors.
|
2019-08-19 19:21:33 -07:00 |
|
Adam Ierymenko
|
900ec143a8
|
.
|
2019-08-19 16:45:29 -07:00 |
|
Adam Ierymenko
|
7650786fb5
|
cleanup, Locator fix and self-test
|
2019-08-19 15:43:15 -07:00 |
|
Adam Ierymenko
|
ca60d08621
|
cleanup, scrambler functions
|
2019-08-19 12:49:33 -07:00 |
|
Adam Ierymenko
|
0914bf8cf0
|
Some ARM NEON code (not finished)
|
2019-08-16 19:22:03 -07:00 |
|
Adam Ierymenko
|
7bdca83de3
|
Add decrypt
|
2019-08-16 18:40:22 -07:00 |
|
Adam Ierymenko
|
01e8fd0b07
|
The newer C ed25519 is the same speed as the old ASM, so drop it to simplify.
|
2019-08-16 14:42:38 -07:00 |
|
Adam Ierymenko
|
51a25fdec9
|
Remove ASM Salsa20 since it will not be the default in 2.x any more... reduce build complexity.
|
2019-08-16 14:26:25 -07:00 |
|
Grant Limberg
|
206c85222c
|
Fix Constants.hpp inclusion of version.h
|
2019-08-16 09:52:13 -07:00 |
|
Adam Ierymenko
|
607d8f72e8
|
cruftectomy
|
2019-08-15 15:43:35 -07:00 |
|
Adam Ierymenko
|
c483f75fb4
|
cleanup
|
2019-08-15 15:32:16 -07:00 |
|
Adam Ierymenko
|
81f0175251
|
cleanup
|
2019-08-15 14:14:49 -07:00 |
|
Adam Ierymenko
|
f753519729
|
A bit more optimization
|
2019-08-15 14:07:52 -07:00 |
|
Adam Ierymenko
|
521d371b5d
|
A bunch more refactoring to rip out obsolete stuff related to old root system and general cleanup.
|
2019-08-15 10:49:50 -07:00 |
|
Adam Ierymenko
|
b23d551d00
|
cleanup
|
2019-08-14 16:05:09 -07:00 |
|
Adam Ierymenko
|
1b20cc6075
|
More optimization and cleanup
|
2019-08-14 15:59:45 -07:00 |
|
Adam Ierymenko
|
2043e12ac2
|
.
|
2019-08-14 15:50:25 -07:00 |
|
Adam Ierymenko
|
9461bc948f
|
.
|
2019-08-14 15:28:10 -07:00 |
|
Adam Ierymenko
|
9740ab8bd6
|
more cleanup
|
2019-08-14 15:17:06 -07:00 |
|
Adam Ierymenko
|
6947a6b1d4
|
more cleanup
|
2019-08-14 15:12:49 -07:00 |
|
Adam Ierymenko
|
4da8036222
|
More refactor
|
2019-08-14 15:00:18 -07:00 |
|
Adam Ierymenko
|
e6b4006c70
|
Refactoring to eliminate duplicated code
|
2019-08-14 14:55:37 -07:00 |
|
Adam Ierymenko
|
8f5f7f1baa
|
More work in progress
|
2019-08-14 12:48:45 -07:00 |
|
Adam Ierymenko
|
573d3eea87
|
Merge branch 'dev' into edge
|
2019-08-14 10:53:03 -07:00 |
|
Adam Ierymenko
|
2ec53df7ab
|
Put a limit on the multicast TX queue to prevent memory use ridiculousness.
|
2019-08-14 10:52:21 -07:00 |
|
Adam Ierymenko
|
d7a31088ba
|
Cleanup, warning removal, cppcheck informed cleanup.
|
2019-08-14 10:35:57 -07:00 |
|
Adam Ierymenko
|
a0520536df
|
.
|
2019-08-13 08:49:25 -07:00 |
|
Adam Ierymenko
|
af137fd5d3
|
Merge branch 'edge' of http://git.int.zerotier.com/zerotier/ZeroTierOne into edge
|
2019-08-12 15:37:55 -07:00 |
|
Adam Ierymenko
|
f7bc9f01c9
|
More AES stuff
|
2019-08-12 15:37:50 -07:00 |
|
Grant Limberg
|
e4ce1ffd85
|
Windows detection of AES-NI
|
2019-08-12 15:28:42 -07:00 |
|
Grant Limberg
|
7d41d267a3
|
silencing warnings for code paths that will never be hit
|
2019-08-12 13:18:21 -07:00 |
|
Adam Ierymenko
|
0f4fc8635b
|
Merge branch 'edge' of http://git.int.zerotier.com/zerotier/ZeroTierOne into edge
|
2019-08-12 12:51:38 -07:00 |
|
Adam Ierymenko
|
d02d3f72fe
|
AES-GCM code
|
2019-08-12 12:51:32 -07:00 |
|
Grant Limberg
|
68b94a3188
|
CMake for edge branch
|
2019-08-12 12:35:07 -07:00 |
|
Grant Limberg
|
8e04f83232
|
Merge branch 'edge' into cmake
|
2019-08-12 12:24:25 -07:00 |
|
Grant Limberg
|
cc9fd9f8ce
|
Merge branch 'dev' into cmake
|
2019-08-12 12:23:36 -07:00 |
|
Adam Ierymenko
|
809c8305b1
|
AES code
|
2019-08-09 10:54:08 -05:00 |
|
Adam Ierymenko
|
652c7e8f37
|
Locator work
|
2019-08-08 23:23:16 -05:00 |
|