Commit History

Автор SHA1 Съобщение Дата
  Adam Ierymenko 17da733f97 Gotta support old encrypted flag, move cipher spec to middle 3 bits... due to some shortsighted design early-on. In the future this can die once there are no old peers. преди 11 години
  Adam Ierymenko 23836d4c11 Change "encrypted" flag to full cipher suite selector. Go ahead and reserve AES256-GCM which might be added in the future. преди 11 години
  Adam Ierymenko e53d208ea4 Improve security posture by eliminating non-const data() accessor from Buffer. преди 11 години
  Adam Ierymenko b41437780b Add origin to new MULTICAST_FRAME, move security check for certs into Network to remove redundant code and bug-proneness, more work on IncomingPacket... преди 11 години
  Adam Ierymenko 2659427864 Multicaster needs to be global, not per-network, and a bunch of other stuff. преди 11 години
  Adam Ierymenko 8607aa7c3c Everything in for new multicast except IncomingPacket parsing... преди 11 години
  Adam Ierymenko ed0ba49502 A few more revisions to new multicast verbs. преди 11 години
  Adam Ierymenko 9e186bbd89 . преди 11 години
  Adam Ierymenko 431476e2e4 Some more multicast algo work... преди 11 години
  Adam Ierymenko 954f9cbc13 Yet more WIP on mulitcast algo... преди 11 години
  Adam Ierymenko d9abd4d9be Work on defining new direct broadcast multicast algorithm. преди 11 години
  Adam Ierymenko 9b93141dd0 Upgrade LZ4 to latest version. преди 11 години
  Adam Ierymenko aead1050fb Bridging (GitHub issue #68) does indeed work! Just needed to fix a packet size thinko. преди 11 години
  Adam Ierymenko 6e485833ef . преди 11 години
  Adam Ierymenko d6a4f8d77b Add flags to EXT_FRAME for better future proofness. преди 11 години
  Adam Ierymenko c30f9832b0 Packet decoder work for EXT_FRAME for bridging - GitHub issue #68 преди 11 години
  Adam Ierymenko fb31f93c52 Protocol messages for bridging. GitHub issue #68 преди 11 години
  Adam Ierymenko aee742e767 More toward GitHub issue #56 преди 11 години
  Adam Ierymenko b5c3a92be2 Boring stuff: update dates in copyrights across all files. преди 11 години
  Adam Ierymenko 8b65b3e6d7 Yank PROBE stuff since it's not used and was a premature addition to the protocol. преди 11 години
  Adam Ierymenko 07f505971c Windows build fixes. преди 11 години
  Adam Ierymenko 10df5dcf70 Fix several things: преди 11 години
  Adam Ierymenko 612c17240a Dead code removal, fix for cleanup GitHub issue #28 преди 11 години
  Adam Ierymenko f5d397e8c8 Pull in-band file transfer stuff. Toyed around with that idea, but it seems that updates for some platforms are big enough and there are enough reliability concerns that just using TCP/HTTP is safer and easier. преди 11 години
  Adam Ierymenko 9fdec3acfc More updater work... coming along. преди 12 години
  Adam Ierymenko 6c63bfce69 File transfer work, add identities for validation of updates. преди 12 години
  Adam Ierymenko ae138566a9 Updater code, work in progress... преди 12 години
  Adam Ierymenko 17778a36ba Clean up secure random, add packet definitions for update distribution facility. преди 12 години
  Adam Ierymenko 942cc0ca21 Certificate of membership works now... had to fix multicast propagation so COM is pushed with multicast, which makes tremendous sense in retrospect. преди 12 години
  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. преди 12 години