Commit graph

182 commits

Author SHA1 Message Date
Adam Ierymenko
346bb7cf99
Fast UDP I/O for MacOS, others will be easy to add. 2021-01-15 21:28:46 -05:00
Adam Ierymenko
e2dbfc12a5
Certs work, add integer modpow to MIMC52 for armel. 2021-01-13 13:19:31 -05:00
Adam Ierymenko
ba9c51ead1
docs 2021-01-12 20:46:06 -05:00
Adam Ierymenko
d808d33f91
Rework how V1 identities work a bit to introduce a deterministic PoW (actually a VDF) function. This stuff was already developed, just not integrated yet, and this is the time to do it. 2021-01-12 20:45:06 -05:00
Adam Ierymenko
053452b4a0
Various cleanup... 2021-01-12 15:23:35 -05:00
Adam Ierymenko
d6969c41f0
More rust tests, fix to enum from primitive. 2021-01-12 11:49:29 -05:00
Adam Ierymenko
d97643a390
Rust tests 2021-01-08 17:43:28 -05:00
Adam Ierymenko
20b6f347c8
Comments, fix to Rust bindgen, cleanup, warning removal, etc. 2021-01-08 14:59:05 -05:00
Adam Ierymenko
5ba672274c
Rust cleanup. 2021-01-04 19:36:47 -05:00
Adam Ierymenko
07b99a982d
Clean up zerotier.h to by proxy clean up Rust bindings, and implement inetaddress in Rust. 2021-01-01 22:24:53 -05:00
Adam Ierymenko
ce40a1df8a
Remove CRL from Certificate as it really does not belong there, and Rust cleanup. 2021-01-01 17:09:30 -05:00
Adam Ierymenko
83d74d8b67
Rust API wrapper for certificates is done, I think. Time to test. 2020-12-31 15:11:01 -05:00
Adam Ierymenko
927344f197
More Rust plumbing... 2020-12-29 22:49:43 -05:00
Adam Ierymenko
ab2870cbb7
MOAR rust. 2020-12-14 23:32:49 -05:00
Adam Ierymenko
7fa7f6f07a
Getting more rustic... 2020-12-14 16:54:43 -05:00
Adam Ierymenko
7d951783ca
A bunch of little warning removal and format fix things. 2020-12-04 15:52:30 -05:00
Adam Ierymenko
ec76f6e1d2
Mirror over a few more AES fixes. 2020-12-03 22:29:38 -05:00
Adam Ierymenko
c943d0e807
InetAddress fix ported from 1.6 2020-12-03 22:28:40 -05:00
Adam Ierymenko
a1ceccaf6e
Port back over some improvements from 1.6 2020-11-18 21:56:16 -05:00
Adam Ierymenko
e462750bdd
Remove unnecessary includes that are not needed. 2020-10-30 16:14:44 -04:00
Adam Ierymenko
f8e3251efe
Locator CGo API fixes. 2020-10-26 19:35:10 -04:00
Adam Ierymenko
bd96e53bcc
Remove redundant includes. 2020-10-22 16:18:18 -04:00
Adam Ierymenko
bab9a7f508
Fix and modernize API peer list function. 2020-10-22 15:53:35 -04:00
Adam Ierymenko
31eb950750
Missing flag. 2020-10-20 18:53:11 -04:00
Adam Ierymenko
31ef205828
ARM build fixes. 2020-10-16 18:29:16 -04:00
Adam Ierymenko
a7350bc312
Bust out ARM crypto extensions AES into a separate file too. 2020-10-16 17:41:03 -04:00
Adam Ierymenko
0e396526e4
Some small Go stuff, and break out AES-NI into its own .cpp file for easier management. 2020-10-16 15:04:22 -04:00
Adam Ierymenko
8e5f8140a2
One more thing to move to CAPI.cpp. 2020-10-14 19:02:32 -04:00
Adam Ierymenko
8f746f5099
Move C API into its own source file, and fix some build flags to mirror fix in 1.6.0 to run on old Atom processors. 2020-10-14 18:10:59 -04:00
Adam Ierymenko
bc8aa6c359
Mirror over some AES function attribute changes. 2020-10-13 16:10:53 -04:00
Adam Ierymenko
00714f5f2e
cleanup 2020-10-08 19:03:46 -04:00
Adam Ierymenko
d20470d30f
cleanup 2020-09-18 19:54:27 -04:00
Adam Ierymenko
c2d14599c5
Make protocol versions same as 1.x series. 2020-08-25 08:06:59 -07:00
Adam Ierymenko
72114e4cf8
Remove HTTP stuff from core API. This will be handled entirely in the service. 2020-08-13 17:46:58 -07:00
Adam Ierymenko
2abf2c5695
More certificate stuff... 2020-08-12 21:28:06 -07:00
Adam Ierymenko
fe01352412
Cert CLI stuff, module bump. 2020-08-12 16:40:17 -07:00
Adam Ierymenko
782f15f8c9 Small software GMAC optimization. 2020-08-11 20:50:36 +00:00
Adam Ierymenko
e0492a7e69
More Go CLI work, and some cleanup. 2020-08-11 13:24:27 -07:00
Adam Ierymenko
f97e9e1f5d
Warning removal, Go work... 2020-08-10 12:35:26 -07:00
Adam Ierymenko
f1b6cb2ace GMAC is faster in software now. 2020-08-07 17:33:27 +00:00
Adam Ierymenko
27939a5233 AES performance on rpi4 is now at least acceptable. 2020-08-06 23:09:34 +00:00
Adam Ierymenko
7d5ba6f739
AES on pi4 2020-08-06 14:34:34 -07:00
Adam Ierymenko
37360d5e2e
More test timing fixes. 2020-08-06 09:53:33 -07:00
Adam Ierymenko
ae13983b10
Fix benchmarks to not take forever on slower chips. 2020-08-06 09:48:07 -07:00
Adam Ierymenko
78670aea58
AES software optimizations to make rpi4 faster. 2020-08-06 09:34:37 -07:00
Adam Ierymenko
d0cc3ac333 Small AES optimizations on ARM64. 2020-08-03 23:14:02 +00:00
Adam Ierymenko
4273d89373
Linux/GCC fixes. 2020-07-31 16:18:06 -07:00
Adam Ierymenko
9ef780e05c
Build fix-- these are not needed. 2020-07-31 15:48:18 -07:00
Adam Ierymenko
7c929099b3
Change date bump for v2.0 2020-07-31 14:26:55 -07:00
Adam Ierymenko
ea2f95ed70
Optimizations, make Locator deserialize the same regardless of serialized field order. 2020-07-31 14:05:54 -07:00