Commit graph

6045 commits

Author SHA1 Message Date
Adam Ierymenko
aafac271f5
Says hello to a root again! 2022-09-16 17:02:21 -04:00
Adam Ierymenko
2017dcf746
Bring service back to simple working state to end-to-end test. 2022-09-16 15:27:24 -04:00
Adam Ierymenko
0552d587a0
Get things building again 2022-09-16 14:16:13 -04:00
Adam Ierymenko
b4c74ce7bb
More work on VL1 service 2022-09-16 13:50:39 -04:00
Adam Ierymenko
b4edad6bfb
Work in progress: massive reorg to separate concerns a bit more and allow stand-alone controllers etc. 2022-09-15 13:57:21 -04:00
Adam Ierymenko
854ca07e87
More reorg and cruft removal. 2022-09-14 11:26:24 -04:00
Adam Ierymenko
b8e65b667c
Build fix, cruft simplification. 2022-09-14 11:03:00 -04:00
Adam Ierymenko
3864ea8150
Fix ZSSP rate limits. 2022-09-14 09:41:40 -04:00
Adam Ierymenko
04b2adcf5f
Dead code removal, perf stuff 2022-09-14 08:59:33 -04:00
Adam Ierymenko
887585f6fa
Some VL1 work, and reorg the header in ZSSP to make backward compatibility easy. 2022-09-13 21:27:47 -04:00
Adam Ierymenko
115c1c6c56
More cleanup. 2022-09-13 17:34:39 -04:00
Adam Ierymenko
2649ce7571
A bunch of reorg, and add a safety valve to nuke the send key in ZSSP if it is hard-expired. 2022-09-13 17:27:58 -04:00
Adam Ierymenko
54d6fba6c5
cleanup 2022-09-13 12:45:42 -04:00
Adam Ierymenko
c3466078bf
Move some V1-specific stuff into hypervisor code base. 2022-09-13 12:28:30 -04:00
Adam Ierymenko
d42a70544f
More simplification and move key agreements to as late as possible after session state check. 2022-09-13 11:09:20 -04:00
Adam Ierymenko
a7fa425830
Simplify some logic. 2022-09-13 10:58:18 -04:00
Adam Ierymenko
07fc8b2d2b
rustfmt 2022-09-13 10:48:36 -04:00
Adam Ierymenko
4763404d98
rustfmt 2022-09-13 10:46:18 -04:00
Adam Ierymenko
32abd20c38
A bunch of reorg and simplification in the network hypervisor. 2022-09-13 10:35:52 -04:00
Adam Ierymenko
1f9819e126
Tighten rules for ratcheting. There is either a session or there is not. 2022-09-12 13:01:42 -04:00
Adam Ierymenko
4a1f2db54e
ZSSP ratcheting works, key life cycle works. 2022-09-09 21:22:04 -04:00
Adam Ierymenko
98c0575a00
Add ICMP to endpoint, and some ZSSP revisions. 2022-09-09 15:45:22 -04:00
Adam Ierymenko
d10bffdee9
Add ratcheting to ZSSP. 2022-09-08 18:07:24 -04:00
Adam Ierymenko
477a8e6401
Build fixes and cleanup. 2022-09-08 08:40:00 -04:00
Adam Ierymenko
b3925f7792
Debug code removal, cleanup 2022-09-07 16:32:16 -04:00
Adam Ierymenko
b4e17b38e8
Fix OpenSSL AES, and ZSSP now passes some pretty solid tests. 2022-09-07 16:08:51 -04:00
Adam Ierymenko
42f6f016e9
Fix some stuff, perf fixes, and add a check to the ZSSP header to make fragmentation attacks hard even for a MITM. 2022-09-07 13:18:52 -04:00
Adam Ierymenko
d5943f246a
More cleanup in session. 2022-09-06 18:31:19 -04:00
Adam Ierymenko
06573c1ea8
Session works again, and some optimization. 2022-09-06 18:03:31 -04:00
Adam Ierymenko
3770fcdc83
build fixes 2022-09-02 16:21:08 -04:00
Adam Ierymenko
614b84ef40
A bunch of session reworking 2022-09-02 16:15:45 -04:00
Adam Ierymenko
ea5abdc3db
Rename session protocol to ZSSP, merge p384 builtin code into p384.rs 2022-08-28 13:32:29 -07:00
Adam Ierymenko
2bf9521a09
. 2022-08-22 17:28:33 -04:00
Adam Ierymenko
1fad0039fc
Benchmarks, internal P-384, some other stuff. 2022-08-22 16:42:43 -04:00
Adam Ierymenko
a723403fe9
Prep for new controller, also reorg header fields in Noise session and move some functions around. 2022-08-19 11:31:09 -04:00
Adam Ierymenko
f153d43797
Reorganize a bit by shortening some directory names. 2022-08-18 16:38:32 -04:00
Adam Ierymenko
9e99a78d34
docs 2022-08-17 11:11:08 -04:00
Adam Ierymenko
5250d5919e
Noise makes noise. 2022-08-17 10:27:45 -04:00
Adam Ierymenko
f3903144e4
Move Noise to the crypto package, and tests. 2022-08-17 08:51:06 -04:00
Adam Ierymenko
5ea5488590
build fix 2022-08-15 19:56:16 -04:00
Adam Ierymenko
2a443acb36
Rekey function in session. 2022-08-15 19:16:35 -04:00
Adam Ierymenko
59ebba8003
Docs. 2022-08-14 14:00:43 -06:00
Adam Ierymenko
ed19fdeb6f
clean out attic 2022-08-13 07:23:03 -07:00
Adam Ierymenko
e7b82ead9c
More session work 2022-08-12 20:34:26 -07:00
Adam Ierymenko
e6762b986d
docs 2022-08-11 15:30:48 -07:00
Adam Ierymenko
97138527e4
Reorg, update README, a ton of work on session, and move aes-gmac-siv into zerotier-core-crypto. 2022-08-11 15:18:28 -07:00
Adam Ierymenko
015fe83905
Now a real Noise_IK session. 2022-08-10 16:05:40 -04:00
Adam Ierymenko
248eab1a16
Move ZSSP into VL1 where it will get used. 2022-08-05 10:41:31 -04:00
Adam Ierymenko
e41992bc3c
An absolute ton of work on Identity (simpler code) and session... some of which is getting redone but committing this. 2022-08-02 13:44:52 -04:00
Adam Ierymenko
a9c2aeb415
Merge branch 'master' of github.com:zerotier/tetanus 2022-08-02 13:44:24 -04:00