Adam Ierymenko
|
320c8429c2
|
Yet more perf, security hardening, and compile fix tweaks.
|
2020-02-20 09:33:11 -08:00 |
|
Adam Ierymenko
|
0589964f99
|
Yet more cleanup, and add meters to paths.
|
2020-02-19 11:06:05 -08:00 |
|
Adam Ierymenko
|
1e0a930d23
|
Create a container for identity hashes, replace some "volatile" hacky junk with std::atomic, clean up some security checks, rename raw data in Buf to unsafeData to permit search for unsafe.
|
2020-02-19 09:28:18 -08:00 |
|
Adam Ierymenko
|
0dc476518b
|
Documentation changes, and move HMAC auth on HELLO to before object decoding since this is good cryptographic practice.
|
2020-02-18 10:31:31 -08:00 |
|
Adam Ierymenko
|
8c8a3c58ec
|
Various little things...
|
2020-02-18 06:33:31 -08:00 |
|
Adam Ierymenko
|
a0ac4a744e
|
Change the type 1 identity a bit to make locallyValidate() super fast, eliminating a scaling issue with v0.
|
2020-02-17 15:09:26 -08:00 |
|
Adam Ierymenko
|
f21ecb3762
|
Yet more major and very nit-picky refactoring for performance, etc. Also use std::atomic<> now with a TODO to implement a shim if we ever do need to build this on a pre-c++11 compiler.
|
2020-02-12 14:04:25 -08:00 |
|
Adam Ierymenko
|
60de5ed3dd
|
It almost compiles again
|
2020-02-07 13:54:17 -08:00 |
|
Adam Ierymenko
|
df346a6df6
|
Work in progress... clean up memcpy and create an annotation for that, lots more porting to new Buf/Protocol code, etc.
|
2020-02-03 13:00:13 -08:00 |
|
Adam Ierymenko
|
59da359b06
|
More porting to new Buf system.
|
2020-01-24 23:36:08 -08:00 |
|
Adam Ierymenko
|
33bb61c63d
|
Loads of refactoring, integration of new version of Trace.
|
2020-01-23 13:05:33 -08:00 |
|
Adam Ierymenko
|
782b75a64e
|
Linux build fixes
|
2020-01-20 21:27:51 -08:00 |
|
Adam Ierymenko
|
eef70e198b
|
Version 2.x notice updates and other boring stuff.
|
2020-01-20 08:46:20 -08:00 |
|
Adam Ierymenko
|
2fbeaaf148
|
Bunch more fixes, implement C API for Identity operations.
|
2020-01-09 13:50:51 -08:00 |
|
Adam Ierymenko
|
9642ff5fb9
|
.
|
2020-01-08 18:08:41 -08:00 |
|
Adam Ierymenko
|
3fbfad5585
|
cleanup
|
2020-01-07 14:03:50 -08:00 |
|
Adam Ierymenko
|
19899de5a6
|
.
|
2020-01-06 18:14:35 -08:00 |
|
Adam Ierymenko
|
c1b2c7903c
|
.
|
2020-01-02 19:04:36 -05:00 |
|
Adam Ierymenko
|
3b94ef99ae
|
Bunch of new-gen serialization work
|
2019-12-16 11:57:33 -08:00 |
|
Adam Ierymenko
|
6267c67888
|
A bunch of cleanup and refactoring toward 2.x
|
2019-12-12 16:15:49 -08:00 |
|
Adam Ierymenko
|
b55f98b813
|
wip
|
2019-12-11 12:04:22 -08:00 |
|
Adam Ierymenko
|
47b4efd49b
|
Work in progress...
|
2019-11-04 14:24:37 -08:00 |
|
Adam Ierymenko
|
4c55f3eaa5
|
Work in progress
|
2019-10-16 06:03:32 -07:00 |
|
Adam Ierymenko
|
891bf99894
|
work in progress
|
2019-10-15 12:49:03 -07:00 |
|
Adam Ierymenko
|
68ac884d47
|
.
|
2019-10-02 14:30:46 -07:00 |
|
Adam Ierymenko
|
44878e583a
|
Bug fixes
|
2019-09-11 16:10:06 -07:00 |
|
Adam Ierymenko
|
787277d282
|
More multicast work, add a signature in identity for safety margin, cleanup.
|
2019-09-09 10:44:31 -07:00 |
|
Adam Ierymenko
|
540ee69773
|
A bunch of multicast work... in progress.
|
2019-09-07 19:15:21 -07:00 |
|
Adam Ierymenko
|
da19da0360
|
RENDEZVOUS works now
|
2019-08-29 08:00:54 -07:00 |
|
Adam Ierymenko
|
cf831d9cd3
|
.
|
2019-08-28 13:04:58 -07:00 |
|
Adam Ierymenko
|
6f22570648
|
Optimization and cleanup
|
2019-08-26 20:18:28 -07:00 |
|
Adam Ierymenko
|
a0fd4ad23f
|
Cleanup, Linux build fix.
|
2019-08-26 12:17:23 -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
|
67a9898a99
|
Bunch more work on DNS, cleanup, removal of obsolete cruft.
|
2019-08-21 09:27:45 -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
|
9740ab8bd6
|
more cleanup
|
2019-08-14 15:17:06 -07:00 |
|
Adam Ierymenko
|
d7a31088ba
|
Cleanup, warning removal, cppcheck informed cleanup.
|
2019-08-14 10:35:57 -07:00 |
|
Adam Ierymenko
|
652c7e8f37
|
Locator work
|
2019-08-08 23:23:16 -05:00 |
|
Adam Ierymenko
|
3c590994db
|
Finish up ECC384 identity generation.
|
2019-08-07 23:50:47 -05:00 |
|
Adam Ierymenko
|
0298719be0
|
Use SHA384 with ECC384 to match FIPS / Suite B recommendation.
|
2019-08-07 17:06:03 -05:00 |
|
Adam Ierymenko
|
d0746da5e2
|
Add SHA384 support, more cleanup
|
2019-08-07 16:41:58 -05:00 |
|
Adam Ierymenko
|
54a1bbd016
|
.
|
2019-08-07 11:20:12 -05:00 |
|
Adam Ierymenko
|
fe2215df00
|
TON of refactoring, moon/planet is DEAD, ECC P-384 is integrated (but not enabled), and multicast work and cleanup. Whew.
|
2019-07-17 10:52:08 -05:00 |
|
Adam Ierymenko
|
94ba242c33
|
Nist P-384 guts and glory
|
2019-07-16 16:09:14 -05:00 |
|
Adam Ierymenko
|
2966eac64f
|
Get rid of ZT_FAST_MEMCPY because this is not really needed.
|
2019-03-22 15:50:15 -07:00 |
|
Joseph Henry
|
0e597191b8
|
Updated licenses for 2019
|
2019-01-14 10:25:53 -08:00 |
|
Adam Ierymenko
|
f3dfd63634
|
Clean up some old stuff.
|
2018-01-26 20:00:37 -05:00 |
|
Adam Ierymenko
|
6fbd15f8b2
|
cleanup
|
2018-01-08 15:56:53 -08:00 |
|