89 Commits (979ea9c2528e49f88278e47ef76ca753ace130c8)

Author SHA1 Message Date
orignal 34dc6fbdc1 check if session is terminated before sending 6 years ago
orignal b57152cc25 common code for padding and sending termination and RouterInfo messages 6 years ago
orignal dc9562e430 padding for termination message 6 years ago
orignal 05689fe183 padding for short messages 6 years ago
orignal 8f6f95211e eliminate extra copy of RouterInfo 6 years ago
orignal 12ac7d6a00 enable sending I2NP messages 6 years ago
orignal 10251a6447 fixed typo 6 years ago
orignal 089cbbc20a rollback 6 years ago
orignal 95ab68acd1 don't copy I2NP messages to NTCP2 frame 6 years ago
orignal 8fc3a1f9c9 correct frame size for I2NP msgs 6 years ago
orignal 5c3d0fc02c create I2NP blocks 6 years ago
orignal 7efb47fed4 send NTCP2 frame from I2NP messages 6 years ago
orignal 328c2182c2 alignment for tunnel message AES decryption 6 years ago
orignal 42ed312384 handle NTCP2 RouterInfo flag 6 years ago
orignal d7081c5f23 handle RouterInfo from NTCP2 in netdb's thread 6 years ago
orignal b3fd8bd0ae check if keys are available before sending termination message 6 years ago
orignal bffeb237de termination might be send for non-established session 6 years ago
orignal 23e3602ea1 common MixHash 6 years ago
orignal d034dab265 fill m3p2 with SessionRequest 6 years ago
orignal a97300f8be fixed #1256 I2NP messages up to 64K 6 years ago
orignal 8f41776858 check send queue size 6 years ago
orignal 2dfa1ca0f2 check RouterInfo's timestamp in SessionConfirmed 6 years ago
orignal 5cac6ca8bb read message body immediatly after length 6 years ago
orignal 8de443ec4c siphash from openssl 1.1.1 6 years ago
orignal 3540712517 some cleanup 6 years ago
orignal a8b1a86bd7 X25519Keys for static key 6 years ago
orignal 1babd3a5a2 separate X25519Keys 6 years ago
orignal 33aa8e2471 use x25519 from openssl 1.1.1 for ephemeral keys 6 years ago
orignal 8753186a0d publish NTCP2 ipv6 address if applicable 6 years ago
orignal 022f4d2c11 don't send message to not established session 6 years ago
orignal b259ee89aa send RouterInfo from NTCP2Server's thread 6 years ago
orignal 1dd003d26a check m2p3len 6 years ago
orignal 77a409935d license added 6 years ago
orignal 11142690a0 show correct value of time drift 6 years ago
orignal 02e8c5faca fixed typo 6 years ago
orignal c41081d35c check timestamps 6 years ago
orignal e4ab51329d move handshake messages processing to NTCP2Establisher 6 years ago
orignal 86782aeb1b don't send RouterInfo twice 6 years ago
orignal 49a44fc92e assume siphash IV in Litte Endian 6 years ago
orignal cd39a52c25 correct endianness for siphash length 6 years ago
orignal 6d46fc9f9f check send frame error code 6 years ago
orignal 5b83d4bef8 move handshake messages creation to NTCP2Establisher 6 years ago
orignal f7e4afc282 use same buffer for input and output for AEAD/Chacha20/Poly1305 6 years ago
orignal 88e87d589b add incoming NTCP2 session to the sessions list 6 years ago
orignal d8c6dede7e moved NTCP2 handshake buffers to establisher 6 years ago
orignal 5cc84133e3 fixed incorrect lenght 6 years ago
orignal f7728aa1f6 reuse NTCP2 frame buffers 6 years ago
orignal 41b9f19b01 get unpublished NTCP2 address 6 years ago
orignal 4cf79088f9 NTCP2 idle timeout 6 years ago
orignal 50cd321818 NTCP2 idle timeout 6 years ago