Histórico de Commits

Autor SHA1 Mensagem Data
  Caleb James DeLisle d26e80a318 Move to Rust Allocator há 2 anos atrás
  Caleb James DeLisle eb83a46260 Implemented boringtun protocol há 3 anos atrás
  Caleb James DeLisle 9a9ffd57d5 Return anyhow::Error from Iface_DEFUN functions rather than an integer error type há 3 anos atrás
  Caleb James DeLisle 8e3011cb6e Change message->bytes to message->msgbytes in prep for privatizing it há 3 anos atrás
  Caleb James DeLisle 3651b0d413 Message privatize length há 3 anos atrás
  Caleb James DeLisle 7272cbdfc9 Got the new cryptoauth working with message-passthrough model há 3 anos atrás
  Caleb James DeLisle ccf923d8f6 Major refactor, switch CryptoAuth to be an Iface adaptor rather than using encrypt() and decrypt() functions há 3 anos atrás
  Caleb James DeLisle 78909a57cd Switched RandomSeed from raw struct to a typedef há 3 anos atrás
  Caleb James DeLisle e583348880 Hopefully this should make the tests work correctly há 3 anos atrás
  Caleb James DeLisle 6c34a9e507 Activated tests for new CryptoAuth há 3 anos atrás
  Caleb James DeLisle 6d9ecb7e55 re-shuffled tests to be able to run on both new and old CryptoAuth há 3 anos atrás
  Caleb James DeLisle 6c1751d868 Got rid of usages of Except and simplified Message.h há 4 anos atrás
  Caleb James DeLisle a8baeb4314 Added pagination to AuthorizedPasswords_get AND made ArrayList able to create list types with names not prefixed by ArrayList, and created StringList (ArrayList<String>) há 6 anos atrás
  soredake c49cc24869 links update há 7 anos atrás
  Caleb James DeLisle 40c15580a1 New Rule: You need to know the key of a node before you can start a CA session with them. This sheds significant code and state weirdness from CryptoAuth. há 9 anos atrás
  Caleb James DeLisle 08dcda702e Make DeterminentRandomSeed able to take a seed input which will specify the random seed há 9 anos atrás
  Caleb James DeLisle ced280bc17 Serious bug fixes in CryptoAuth (and probably some new bugs added) há 9 anos atrás
  Caleb James DeLisle a50d101337 enable peering using login and password so that password cannot be cracked in order to steal peering há 9 anos atrás
  Caleb James DeLisle 881cdfe128 wip há 9 anos atrás
  Caleb James DeLisle 21884c3bab Removed a bunch of dead files há 9 anos atrás
  Caleb James DeLisle 3c307907f6 Fixed bugs with the tests, updated the golds because we now zero the auth.additional section, also fixed a gold which had not existed originally and was accidently spliced in during refactoring (repeatHello) há 9 anos atrás
  Caleb James DeLisle 57e25c76c2 it fucking compiles \:D/ há 9 anos atrás
  Caleb James DeLisle 876147509d refactoring... há 9 anos atrás
  Caleb James DeLisle da1d2d82d3 Change the CryptoAuth internal protocol so that CryptoAuth now pushes the nonce to the plaintext packet because it is useful. há 10 anos atrás
  Caleb James DeLisle 6c90187729 Moved all CryptoAuth related headers into wire/CryptoHeader há 10 anos atrás
  Caleb James DeLisle e9aad0d066 Simplify List interface and fixed some weird behavior with the last page of dumpTable há 10 anos atrás
  Caleb James DeLisle 3005cac83c Removed some old string.h portability stuff and replaced it with CString.h which is easier portability, also made TUNInterface and NetPlatform fully non-portable since they are not intended to be portable and portability code changes from time to time, putting them at risk since they are not often compiled. há 10 anos atrás
  Caleb James DeLisle 0fdda4fc72 Replaced all instances of Assert_always() with Assert_true() to standardize on Assert_true() for 'always', Assert_ifParanoid() for assertions which trigger if PARANOIA is enabled and Assert_ifTesting() for asserions which would be triggered by bad nodes in a real network há 10 anos atrás
  Caleb James DeLisle b0df03f933 [CRYPTO] Removed the option of encryption without authentication because it is insecure and it adds code to CryptoAuth which is not used há 11 anos atrás
  Caleb James DeLisle fffb92caa8 more work done on the build há 11 anos atrás