Adam Ierymenko
|
3c11c13af4
|
More reorg, work in progress.
|
2020-06-05 13:04:37 -07:00 |
|
Adam Ierymenko
|
20ae12d385
|
Clean up some NAT traversal code, modify algorithm to eliminate the need for toggle-able options.
|
2020-05-31 15:11:47 -07:00 |
|
Adam Ierymenko
|
dcc686a3a7
|
Docs, YAGNI removal, use locator endpoints in peer contact attempts.
|
2020-05-31 06:47:56 -07:00 |
|
Adam Ierymenko
|
6051c973d3
|
A bunch of warning removal, build fixes, and cleanup.
|
2020-05-25 09:48:18 -07:00 |
|
Adam Ierymenko
|
1f9717250c
|
Update release notes, rip out trusted paths which were clunky and rarely used and of dubious value, and some other cleanup.
|
2020-05-21 13:04:27 -07:00 |
|
Adam Ierymenko
|
52e1f5502d
|
More VL1 work after re-re-re-refactor...
|
2020-05-13 14:26:53 -07:00 |
|
Adam Ierymenko
|
664a128e9e
|
Yet more work in progress... mostly cleanup and re-implementation without depending on struture padding.
|
2020-05-11 13:08:55 -07:00 |
|
Adam Ierymenko
|
666d44b14a
|
More endless work in progress...
|
2020-05-06 10:42:09 -07:00 |
|
Adam Ierymenko
|
b533c300d8
|
A ton more work... almost there
|
2020-04-28 19:52:09 -07:00 |
|
Adam Ierymenko
|
2b0127c26d
|
Work in progress on crypto stuff, refactoring to back out of use of structs for encode/decode as it is questionably portable.
|
2020-04-16 12:34:51 -07:00 |
|
Adam Ierymenko
|
16a3c14c53
|
A bunch of cleanup and refactoring, implementation of prep for forward secrecy still in progress.
|
2020-04-13 12:22:08 -07:00 |
|
Adam Ierymenko
|
c65391a344
|
Add symmetric key container, tons of cleanup.
|
2020-04-06 16:54:35 -07:00 |
|
Adam Ierymenko
|
7fd78a87d1
|
Use static_assert more.
|
2020-03-31 13:45:05 -07:00 |
|
Adam Ierymenko
|
cbf174f96d
|
Warning removal.
|
2020-03-27 19:35:37 -07:00 |
|
Adam Ierymenko
|
674edab814
|
docs
|
2020-03-27 15:09:09 -07:00 |
|
Adam Ierymenko
|
369df245e3
|
Some perf stuff, docs, HELLO design tweaks for ephemeral keys.
|
2020-03-27 13:09:37 -07:00 |
|
Adam Ierymenko
|
d3a7468e83
|
Implement AES-GMAC-SIV and benchmark, rework COM and add a lot of comments and docs, and comments and docs elsewhere too.
|
2020-03-25 09:05:44 -07:00 |
|
Adam Ierymenko
|
1d314858ef
|
ARM64 build fixes
|
2020-03-16 09:27:56 -07:00 |
|
Adam Ierymenko
|
5463c70aaf
|
Minor stuff, and some docs
|
2020-03-06 12:18:20 -08:00 |
|
Adam Ierymenko
|
24e30a684b
|
A bunch of little nit-picky header and name cleanup.
|
2020-03-04 08:16:44 -08:00 |
|
Adam Ierymenko
|
a58f11e601
|
Tweak protocol getPacketId(), unit tests for defragmenter, AES fix.
|
2020-02-25 05:36:48 -08:00 |
|
Adam Ierymenko
|
87890565f3
|
It builds, and basic stuff and crypto passes tests.
|
2020-02-21 16:43:12 -08:00 |
|
Adam Ierymenko
|
b70ab0d354
|
Include file cleanup, docs, and build fixes.
|
2020-02-19 10:18:52 -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
|
46d3780e89
|
AES stuff, port sending network credentials to new packet format.
|
2020-02-18 17:17:10 -08:00 |
|
Adam Ierymenko
|
311c98e24e
|
Various other small things.
|
2020-02-18 14:20:49 -08:00 |
|
Adam Ierymenko
|
9ad8dd3700
|
Add Peer method for getting preferred cipher, various cleanup in VL1
|
2020-02-18 12:38:48 -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
|
e5c7366e71
|
Yet more minor refactoring and redesign Meter to be more thread-safe.
|
2020-02-14 11:34:47 -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
|
df4b1e9b12
|
Yet more work on VL1/VL2
|
2020-02-07 00:02:29 -08:00 |
|
Adam Ierymenko
|
84619a7788
|
A bunch more refactoring including splitting Switch into VL1 and VL2
|
2020-02-06 18:06:50 -08:00 |
|
Adam Ierymenko
|
7d11522768
|
Just about everything refactored for new Protocol/Buf code except Switch.
|
2020-02-03 16:18:33 -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
|
91ce4c4ea6
|
Refactoring protocol marshal/unmarshal code...
|
2020-01-24 21:16:07 -08:00 |
|