2.35.0
- ECIES-x25519 router
- Random intro keys for SSU
- Graceful shutdown timer for windows
- Send queue for I2CP messages
- TCP_QUICKACK for NTCP2 sockets on Linux
- Update DSA router keys to EdDSA
- Exclude floodfills with DSA signatures or version < 0.9.28
- Publish RouterInfo after update and confirmation
- Random intervals between tunnel tests and manage for tunnel pools
- Create paired inbound tunnels if no inbound tunnels yet
- Fixed transient signature length, if different from identity
- Terminate I2CP session if destroyed
- Check if ECIES-X25519-AEAD-Ratchet session expired before generating more tags
- Correct block size for delivery type local for ECIES-X25519-AEAD-Ratchet
- Don't replace an address book record by one with DSA signature
- Update reseed servers list
Note for package maintainers
cmake
and make
flag with AVX switch (USE_AVX
in make
and -DUSE_AVX=1 in cmake
) was deprecated due to changes in code.
Disabling AESNI flag is no more required, required checks automaticaly will be done on code build stage.
Please update your build scripts according to changes.