Adam Ierymenko
|
8c9b73f67b
Make Salsa20 variable-round, allowing for Salsa20/12 to be used for Packet encrypt and decrypt. Profiling analysis found that Salsa20 encrypt was accounting for a nontrivial percentage of CPU time, so it makes sense to cut this load fundamentally. There are no published attacks against Salsa20/12, and DJB believes 20 rounds to be overkill. This should be more than enough for our needs. Obviously incorporating ASM Salsa20 is among the next steps for performance.
|
11 years ago |
Adam Ierymenko
|
ca93b4a1ac
Clean up some stuff, including a few spots where exceptions were not being handled correctly.
|
11 years ago |
Adam Ierymenko
|
03b909603a
Clean up the awful Network::Config mess and break that out into NetworkConfig.
|
11 years ago |
Adam Ierymenko
|
46f868bd4f
Lots of cleanup, more work on certificates, some security fixes.
|
11 years ago |
Adam Ierymenko
|
430882327e
Couple of small fixes, works again with new ID code.
|
12 years ago |
Adam Ierymenko
|
f3128a18fe
Work in progress...
|
12 years ago |
Adam Ierymenko
|
d8d71df301
Build fix for network ID remap hack.
|
12 years ago |
Adam Ierymenko
|
aac40562d3
Add temporary code to remap old Earth network ID to new one.
|
12 years ago |
Adam Ierymenko
|
fb8d5204e3
Remove code to automatically join Earth -- network joins will now be user-initiated and manual.
|
12 years ago |
Adam Ierymenko
|
300588c5e8
Add port and control port command line options to daemon and command line client, add new supernode keys to Defaults.
|
12 years ago |
Adam Ierymenko
|
e376c6f6a9
New crypto integrated -- going to be testing new identity address generation algo a bit more before finalizing.
|
12 years ago |
Adam Ierymenko
|
ceb024ab03
Integrating new crypto, work still in progress...
|
12 years ago |
Adam Ierymenko
|
4875eb49f8
Remove old launcher code, fix build error in idtool, add terminate command to control bus.
|
12 years ago |
Adam Ierymenko
|
d6414c9ff7
Windows compiles! (w/Visual Studio 2012) That's about all it does, but it's a start.
|
12 years ago |
Adam Ierymenko
|
5076c75b07
More Windows port work.
|
12 years ago |
Adam Ierymenko
|
5cabb60a6f
Actually report a meaningful network status instead of always OK
|
12 years ago |
Adam Ierymenko
|
e98fd3dba0
Add code to automatically join Earth if no network memberships are defined.
|
12 years ago |
Adam Ierymenko
|
5f8a3f4a7f
More detail and output improvements to command bus "listpeers," and a little cleanup.
|
12 years ago |
Adam Ierymenko
|
b342f56bec
Network constructor deuglification, remove unused old encrypt/decrypt methods from Identity.
|
12 years ago |
Adam Ierymenko
|
28a73b620e
Bunch more debugging and loop closing on new netconf.
|
12 years ago |
Adam Ierymenko
|
e73c4cb68b
Whole bunch of stuff: netconf, bug fixes, tweaks to ping and firewall opener timing code.
|
12 years ago |
Adam Ierymenko
|
c9c63074bb
CLI communication now working.
|
12 years ago |
Adam Ierymenko
|
a7c4cbe53a
CLI debugging, got rid of nasty old Thread class and replaced with newer cleaner portable idiom.
|
12 years ago |
Adam Ierymenko
|
7e156b2622
Call clean on all networks periodically, generalize Topology clean cycle to an overall clean cycle.
|
12 years ago |
Adam Ierymenko
|
a53cfc9096
Network membership certificate work in progress... does not build yet.
|
12 years ago |
Adam Ierymenko
|
668c428051
Basic RPC stuff in Packet and PacketDecoder for RPC service support.
|
12 years ago |
Adam Ierymenko
|
10fc164fcb
More trace output to debug control bus.
|
12 years ago |
Adam Ierymenko
|
b8e9a79d00
docs
|
12 years ago |
Adam Ierymenko
|
5f4eb1ebc6
Command line interface.
|
12 years ago |
Adam Ierymenko
|
c345c699fd
Self test for command bus encode/decode.
|
12 years ago |