You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/llarp/crypto
Thomas Winget 38fd0552d3 Adds Link-Relay Status Messages
Success case:
  - the path endpoint creates and sends a LR_StatusMessage upon
    successful path creation

Failure case:
  - an intermediate hop creates and sends a LR_StatusMessage upon
    failure to forward the path to the next hop for any reason

Both cases:
  - transit hops receive LR_StatusMessages and add a frame
    to them reflecting their "status" with respect to that path
  - the path creator receives LR_StatusMessages and decrypts/parses
    the LR_StatusRecord frames from the path hops.  If all is good,
    the Path does as it would when receiving a PathConfirmMessage.
    If not, the Path marks the new path as failed.

LR_StatusMessage is now used/sent in place of PathConfirmMessage
5 years ago
..
constants.cpp Split crypto.hpp into 3 different files 5 years ago
constants.hpp Split crypto.hpp into 3 different files 5 years ago
crypto.cpp Add CryptoManager class to provide a guard-style class to manage the current Crypto instance 5 years ago
crypto.hpp exceptions BE GONE 5 years ago
crypto_libsodium.cpp Move tests to use top-level LlarpTest 5 years ago
crypto_libsodium.hpp Move tests to use top-level LlarpTest 5 years ago
crypto_noop.cpp Initial No-Op Crypto implementation 5 years ago
crypto_noop.hpp fix previous commit 5 years ago
ec.cpp change signature scheme and fucking hope that the rest of the code doesn't fug itself over ;~; 5 years ago
ec.hpp change signature scheme and fucking hope that the rest of the code doesn't fug itself over ;~; 5 years ago
encrypted.cpp Produce hierarchy of 'libraries' inside libllarp 5 years ago
encrypted.hpp Apply rule of zero to code base 5 years ago
encrypted_frame.cpp Adds Link-Relay Status Messages 5 years ago
encrypted_frame.hpp Adds Link-Relay Status Messages 5 years ago
types.cpp Merge remote-tracking branch 'origin/master' into ipv6-tun 5 years ago
types.hpp Port code to use CryptoManager over passing Crypto pointers 5 years ago