Commit graph

6208 commits

Author SHA1 Message Date
Adam Ierymenko
ebebb7c32f docs 2022-12-27 13:03:53 -05:00
Adam Ierymenko
234e0ea0ee Renaming... 2022-12-21 20:00:15 -05:00
Adam Ierymenko
e3e4337d2f Merge, fix secure_eq conflict. 2022-12-21 14:46:53 -05:00
Adam Ierymenko
e3c2005564 Incoming packet dedup and anti-replay in ZSSP. 2022-12-21 14:45:29 -05:00
Adam Ierymenko
6517cc0cd1 secure_eq in AES for macOS 2022-12-19 15:49:44 -05:00
mamoniot
9c9510ef36 added secure_eq to a few places 2022-12-19 11:37:31 -05:00
Adam Ierymenko
7da9b6cec5 Merge branch 'tetanus' of github.com:/zerotier/ZeroTierOne into tetanus 2022-12-19 11:24:54 -05:00
Adam Ierymenko
5114df03d9 Make secure_eq more versatile. 2022-12-19 11:24:40 -05:00
mamoniot
cd6f29fa82 Merge branch 'tetanus' of https://github.com/zerotier/ZeroTierOne into tetanus 2022-12-19 10:56:35 -05:00
Adam Ierymenko
4db2cfdc8c constant time EQ function 2022-12-19 10:53:12 -05:00
mamoniot
1a72873ff6 added warning comment 2022-12-19 10:37:04 -05:00
Adam Ierymenko
9afcc5dda3 cleanup 2022-12-16 15:36:40 -05:00
Adam Ierymenko
51faf9b2da A bit more... 2022-12-16 12:55:17 -05:00
Adam Ierymenko
4219ad3078 Moar cleanup. 2022-12-16 12:37:43 -05:00
Adam Ierymenko
d415f1c31b Add an important assert 2022-12-16 11:10:31 -05:00
Adam Ierymenko
a5dfa45797 Remove unused and possibly unsafe code in memory.rs 2022-12-16 11:09:39 -05:00
Adam Ierymenko
a22bf51b7c More ZSSP cleanup, docs, renaming. 2022-12-16 10:41:38 -05:00
Adam Ierymenko
e8bffbd44d moar rename 2022-12-16 10:20:59 -05:00
Adam Ierymenko
83683c9b57 Build fix. 2022-12-16 10:19:58 -05:00
Adam Ierymenko
826f0d3ab5 Some more renaming to make code more readable. 2022-12-16 10:13:16 -05:00
Adam Ierymenko
45bf978dcd Ord is meaningless for SessionId 2022-12-16 09:45:33 -05:00
Adam Ierymenko
0e518f679e More simplification, move logic to get subset array of session ID into SessionId itself. 2022-12-16 09:41:28 -05:00
Adam Ierymenko
611ca97ee4 Post-refactor cleanup, break out some stuff some more in ZSSP. 2022-12-16 09:11:09 -05:00
Adam Ierymenko
452ecdcade Remove copy of kyber, use from GitHub with commit hash for now until next release. 2022-12-16 08:56:16 -05:00
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