Commit History

Author SHA1 Message Date
  Adam Ierymenko 46d3780e89 AES stuff, port sending network credentials to new packet format. 5 years ago
  Adam Ierymenko 311c98e24e Various other small things. 5 years ago
  Adam Ierymenko 3448e6fc76 Yet MORE refactoring, including moving expected-reply-to out of Node and into its own class for cleanliness. 5 years ago
  Adam Ierymenko e5c7366e71 Yet more minor refactoring and redesign Meter to be more thread-safe. 5 years ago
  Adam Ierymenko e236d6f743 More minor refactoring 5 years ago
  Adam Ierymenko 5db0d9438c More built-in AES and GMAC primitive work. 5 years ago
  Adam Ierymenko 08e06f9b8f More refactoring and a bunch of AES goodness. 5 years ago
  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. 5 years ago
  Adam Ierymenko 91ce4c4ea6 Refactoring protocol marshal/unmarshal code... 5 years ago
  Adam Ierymenko 33bb61c63d Loads of refactoring, integration of new version of Trace. 5 years ago
  Adam Ierymenko 782b75a64e Linux build fixes 5 years ago
  Adam Ierymenko 73b23f1b16 Go code cleanup and fixes, other cleanup. 5 years ago
  Adam Ierymenko eef70e198b Version 2.x notice updates and other boring stuff. 5 years ago
  Adam Ierymenko 53b7c8f725 Make Peer bootstrap field an Endpoint even though we only support InetAddress right now, and a bunch more stuff. 5 years ago
  Adam Ierymenko 83eacdfada New Buffer implementation (not used yet) and cleanup 5 years ago
  Adam Ierymenko ef64e6a336 Build fixes, cleanup 5 years ago
  Adam Ierymenko 6267c67888 A bunch of cleanup and refactoring toward 2.x 5 years ago
  Adam Ierymenko 87fe69c27c AES optimization rabbit hole 6 years ago
  Adam Ierymenko 2d1eeda188 Cleanup, optimization 6 years ago
  Adam Ierymenko 8faaaec710 Add check for PCLMUL instruction too. Virtually all CPUs with AES-NI have it but good to be sure. 6 years ago
  Adam Ierymenko e1dd413266 cleanup 6 years ago
  Adam Ierymenko b9ef09dd58 Optimization stuff 6 years ago
  Adam Ierymenko 990333e7ec cleanup, re-enable AES-NI check 6 years ago
  Adam Ierymenko ec9582f3f2 More test vectors, software mode GCM. 6 years ago
  Adam Ierymenko 9fd5ec673b Get rid of complicated AES-GCM + scramble construct in favor of a simpler construct thanks to "Squeamish Ossifrage" on crypto.stackexchange.com 6 years ago
  Adam Ierymenko 52d55e34e6 Licenses, and use full strength AES-128 in scramble. 6 years ago
  Adam Ierymenko 37047a39f9 More cleanup, and fix SHA384 built-in C code. 6 years ago
  Adam Ierymenko 7650786fb5 cleanup, Locator fix and self-test 6 years ago
  Adam Ierymenko 7bdca83de3 Add decrypt 6 years ago
  Adam Ierymenko a0520536df . 6 years ago