Commit graph

6334 commits

Author SHA1 Message Date
Adam Ierymenko
2b35a1b2e7 rustfmt 2022-12-16 08:38:53 -05:00
Adam Ierymenko
bd737e8ddb Merge branch 'tetanus' of github.com:/zerotier/ZeroTierOne into tetanus 2022-12-15 17:45:15 -05:00
Adam Ierymenko
b69a38f2c6 docs 2022-12-15 17:45:06 -05:00
Adam Ierymenko
2ab9e5d40b
Merge pull request #1823 from zerotier/zssp-refactor
zssp-refactor
2022-12-15 17:44:54 -05:00
mamoniot
0e58ec59ad updated changes.txt 2022-12-15 17:26:10 -05:00
mamoniot
e64004a0a4 added comment 2022-12-15 12:02:29 -05:00
mamoniot
b58858a343 updated comment 2022-12-15 11:52:08 -05:00
Sean OMeara
5ae8ea4673
using cargo cache (#1822) 2022-12-15 16:00:21 +01:00
mamoniot
fcd628c533 renamed to session_key 2022-12-15 09:41:53 -05:00
mami
de03acbfaa moved a struct 2022-12-14 23:13:39 -05:00
mamoniot
d8aa3c6707 prepared for audit 2022-12-14 20:06:51 -05:00
mamoniot
1f7a210760 updated changelog 2022-12-14 19:54:43 -05:00
mamoniot
fc656a02d1 made encoding and decoding more symmetric 2022-12-14 19:51:55 -05:00
mamoniot
194a12c180 reimplemented existing test 2022-12-14 18:34:25 -05:00
mamoniot
d3e0de0ad8 fixed aes so it resets instead of reallocating 2022-12-14 18:14:44 -05:00
mamoniot
56b7074ed3 removed a Box without triggering a copy 2022-12-14 17:19:12 -05:00
mamoniot
1a9e08bb2b labelled all blobs as such 2022-12-14 16:44:40 -05:00
mamoniot
b68d3d1f1f fixed whitespace 2022-12-14 16:33:54 -05:00
mamoniot
03b8f9158d added comments 2022-12-14 16:30:18 -05:00
mamoniot
ceec943d4f marked where blobs are supposed to go 2022-12-14 15:16:18 -05:00
mamoniot
ab7b9c9876 stashed edit 2022-12-14 15:01:58 -05:00
mamoniot
b115abb659 made constants public 2022-12-14 14:54:17 -05:00
mamoniot
ec27f3396a formatted crate for external use 2022-12-14 14:53:41 -05:00
mamoniot
fc4eddde74 finished buffer logic refactor 2022-12-14 14:41:14 -05:00
mamoniot
3befaad3b0 switched offer parsing to safe_read 2022-12-14 13:31:30 -05:00
mamoniot
a7fdc82c5b switched to use of safer read and write functions 2022-12-14 12:57:10 -05:00
mamoniot
2213548877 switched e0 to hk 2022-12-14 11:51:45 -05:00
mamoniot
1cbe9a57dc broke zssp into files 2022-12-14 11:47:31 -05:00
mamoniot
f8ed545f32 reviewed renaming 2022-12-14 11:11:46 -05:00
mamoniot
adc0674fb5 renamed under a new naming convention 2022-12-14 11:06:10 -05:00
mamoniot
b3b0ef02b9 got to compile 2022-12-14 10:10:16 -05:00
mamoniot
987b0f0769 excised zssp 2022-12-14 10:06:49 -05:00
mamoniot
d0078ea33d excised zssp 2022-12-14 10:05:05 -05:00
Adam Ierymenko
49d9982aa2 Merge branch 'tetanus' of github.com:/zerotier/ZeroTierOne into tetanus 2022-12-13 09:55:40 -05:00
Adam Ierymenko
035d8203c4 A little cleanup and renaming. 2022-12-13 09:55:21 -05:00
Brenton Bostick
17d09ee258
fix typos (#1810) 2022-12-13 11:10:27 +01:00
Sean OMeara
1aee28aef7
adding github builds (#1816) 2022-12-13 00:05:49 +01:00
Adam Ierymenko
cfa1d8434e remove base64 from cargo 2022-12-12 13:38:02 -05:00
Adam Ierymenko
d0d34e75fd Build fix due to base64 crate API changes. 2022-12-12 13:37:36 -05:00
Adam Ierymenko
c133fd0d1c More postgres stuff. 2022-12-09 17:34:15 -05:00
Adam Ierymenko
567b6027ae A bunch of work on the Postgres controller. 2022-12-09 16:04:25 -05:00
Adam Ierymenko
312a14c593 Controller fix. 2022-12-07 14:17:31 -05:00
Adam Ierymenko
57badb6e56 Also test AES-GCM decrypt and bad decrypt cases. 2022-12-06 17:54:43 -05:00
Adam Ierymenko
263900ae00 Add AES-GCM test vectors even though aes.rs is just glue... to make sure the glue holds. :) 2022-12-06 17:49:17 -05:00
Adam Ierymenko
c94c0cfa7f More controller work: fix to Rule, change strategy for blacklisting lingering deauthed members to something cleaner and lighter, move Revocation into VL2 since it will likely stick around post-V1. 2022-12-06 17:36:20 -05:00
Adam Ierymenko
52770ddaef Comment out set_tag_len which is not necessary and seems to crash some OpenSSL versions (are they missing it?) 2022-12-06 11:37:06 -05:00
Adam Ierymenko
a4fd7318c2 build fix 2022-12-05 17:02:58 -05:00
Adam Ierymenko
dff2605544 build fix 2022-12-05 17:01:51 -05:00
Adam Ierymenko
7c2e0b8507 Windows fixes... not quite ported yet but almost there. 2022-12-05 16:58:33 -05:00
Adam Ierymenko
330ec11e4a Vendor openssl for Windows. 2022-12-05 15:57:15 -05:00