| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Start worker threads for device | 2019-08-28 | 2 | -26/+53 | ||
| * | Add confirm_key stub | 2019-08-27 | 2 | -6/+16 | ||
| * | Use confirmation status from keypair in dec-state | 2019-08-27 | 1 | -6/+7 | ||
| * | Work on inbound/outbound consume code | 2019-08-27 | 3 | -8/+69 | ||
| * | Added sealing/opening to the router worker | 2019-08-27 | 4 | -22/+68 | ||
| * | Removed unused sub-module | 2019-08-27 | 1 | -52/+0 | ||
| * | Removed unused sub-module | 2019-08-27 | 2 | -88/+2 | ||
| * | Unbox callback closures | 2019-08-27 | 5 | -60/+77 | ||
| * | Work on callback structure for cryptkey router | 2019-08-26 | 6 | -59/+97 | ||
| * | Update the blake2 crate to fix bug upstream | 2019-08-26 | 1 | -0/+66 | ||
| * | Move to hjul crate | 2019-08-24 | 6 | -187/+7 | ||
| * | Allow DoS mitigation to take any endpoint impl. | 2019-08-23 | 1 | -5/+11 | ||
| * | Derieve clone for timer (handle) | 2019-08-22 | 1 | -38/+38 | ||
| * | Added benchmarks for timer code | 2019-08-22 | 3 | -6/+44 | ||
| * | Initial version of timer framework | 2019-08-22 | 5 | -2/+150 | ||
| * | Ensure peer threads are stopped on drop | 2019-08-20 | 3 | -99/+156 | ||
| * | Removed platform mod | 2019-08-20 | 1 | -2/+0 | ||
| * | Restructure and job stealing work queue | 2019-08-20 | 9 | -415/+486 | ||
| * | Implemented keypair_confirm | 2019-08-18 | 2 | -91/+173 | ||
| * | Remove peer from cryptkey router on drop | 2019-08-17 | 9 | -100/+242 | ||
| * | Begin drafting cross-platform interface | 2019-08-16 | 6 | -42/+75 | ||
| * | Layout work on router | 2019-08-16 | 7 | -98/+249 | ||
| * | Implement add_keypair semantics | 2019-08-13 | 3 | -28/+133 | ||
| * | Port replay filter and sketch router state | 2019-08-12 | 8 | -86/+282 | ||
| * | Work on sketching router interface | 2019-08-10 | 4 | -0/+183 | ||
| * | Kill GC thread on Ratelimiter drop | 2019-08-10 | 3 | -107/+204 | ||
| * | Concurrent rate limiter | 2019-08-07 | 1 | -100/+136 | ||
| * | Added initiation flood protection | 2019-08-07 | 4 | -26/+53 | ||
| * | Add rate limiter check to handshake messages. | 2019-08-06 | 5 | -8/+192 | ||
| * | Prepare for resuse of message buffers for response | 2019-08-05 | 4 | -21/+30 | ||
| * | Multiple mac2 can be checked concurrently | 2019-08-05 | 2 | -20/+17 | ||
| * | Checking of mac2 fields on initiation & response | 2019-08-05 | 5 | -76/+119 | ||
| * | Validate mac2 field | 2019-08-03 | 3 | -14/+24 | ||
| * | Added property-based test for full DoS interaction | 2019-08-03 | 2 | -25/+38 | ||
| * | Remove rust-crypto, move to libsodium bindings | 2019-08-02 | 3 | -17/+184 | ||
| * | Unit test for mac1 validation | 2019-08-01 | 2 | -15/+61 | ||
| * | Successfully validate mac1 field | 2019-08-01 | 4 | -27/+97 | ||
| * | Make unit tests pass | 2019-08-01 | 5 | -64/+83 | ||
| * | Move to nested handshake message structure | 2019-07-30 | 12 | -1376/+244 | ||
| * | Begin work on MAC field processing | 2019-07-29 | 8 | -0/+1378 | ||
| * | Restructured for wireguard-rs | 2019-07-28 | 11 | -46/+102 | ||
| * | Added ability to remove peer from device | 2019-07-26 | 2 | -33/+46 | ||
| * | Only impl. fmt for messages in test | 2019-07-26 | 2 | -5/+13 | ||
| * | Move parser code to zerocopy | 2019-07-26 | 3 | -150/+65 | ||
| * | Formatting | 2019-07-25 | 7 | -381/+326 | ||
| * | Fixed GenericArray version | 2019-07-25 | 1 | -33/+18 | ||
| * | Added opaque identity to output | 2019-07-25 | 4 | -39/+49 | ||
| * | Avoid race-condition when allocating a new identity | 2019-07-25 | 1 | -5/+23 | ||
| * | Fix TAI64 epoch | 2019-07-24 | 2 | -4/+3 | ||
| * | Tested full handshake | 2019-07-24 | 6 | -39/+159 | ||
