Age | Commit message (Collapse) | Author |
|
over a huge cookie.
This reduces the size of the onion announce packets by 100 bytes.
|
|
Fixed circular dependency between DHT and net_crypto: DHT no longer
depends on net_crypto.
Moved the crypto request packets functions to crypto core and DHT.
Cleaned up/added some defines that can be used to get the true maximum
length of things like the friends request message.
MAX_DATA_SIZE has been replaced in most places by more appropriate defines.
|
|
Moved Bunch of functions from net_crypto to crypto_core.
decrypt_data_fast and decrypt_data_symmetric were the same thing
therefore, removed decrypt_data_fast.
Replaced all the crypto_secretbox_* defines with the equivalent
crypto_box_* one.
New define: crypto_box_KEYBYTES that is equal to
crypto_box_BEFORENMBYTES.
|
|
Also increased the maximum number of announce entries.
|
|
Use get_shared_key() in more places.
|
|
|
|
see the changes to Prevent_Tracking.txt
|
|
oniondata_registerhandler(...) can be used to register different packet
types to handle them and send_onion_data(...) can be used to send these
packets.
|
|
|
|
|
|
|
|
|
|
Added a way to know if a announce response is valid.
|
|
Stuff added and fixed.
|
|
|
|
|
|
|
|
|