89 Commits (770452cf854fe52ca35ed644ab31d03cdeebe05d)

Author SHA1 Message Date
orignal ccbc4353d6 fixed race condition 10 years ago
orignal 180fbcdac6 ignore zero length packets 10 years ago
orignal 7995385a19 wait more for tunnel creation 10 years ago
orignal 9655891e4b proper endiness of relay tag 10 years ago
orignal 6dbf8d1457 don't save received IV 10 years ago
orignal de377b45b4 delete unreachable SSU sessions 10 years ago
orignal 756a920c1a show number sent/received bytes through the status page 10 years ago
orignal 9ee049aa63 close SSU session if not established 10 years ago
orignal 2f601ce02f send ack per fragment. temporary disble check for duplicated through IV 10 years ago
orignal a7406e03ab try to find existing SSU session to introducer first 10 years ago
orignal 226ef77927 fixed memory leak 10 years ago
orignal ebd64c9337 check for duplicates 10 years ago
orignal 165a079928 moved sending acks to SSUData 10 years ago
orignal 7bb5054644 moved sending I2NP messages to SSUData 10 years ago
orignal c9ace095f4 removed unused SSU states 10 years ago
orignal f9cd2f6808 don't use crypto++ AES directly 10 years ago
orignal a6cc2e647b eliminated multiple of 16 check for AES 10 years ago
orignal 6518727270 use CBCEncryption for session key encryption 10 years ago
orignal d3812786fa session key decryption 10 years ago
orignal 44bba19283 fixed memory leak 10 years ago
orignal 9ec671ba69 split SSU to SSU and SSUData 10 years ago
orignal bf2e833f26 separate thread for SSU server 10 years ago
orignal 607f2d29f2 check for 16 bytes boundary before encryption 10 years ago
orignal 3b0c03104c introducer support 10 years ago
orignal b873f7c7f1 RelayResponse/RelayIntro 10 years ago
orignal 73d38f530f store relay tag if introducer 10 years ago
orignal 4341d285aa fxied crash 10 years ago
orignal 25e16f1693 implement session and mac key if shared key is shorter than 64 bytes 10 years ago
orignal 8694ed16fd decrypt message first 10 years ago
orignal a510e7c2c6 check for duplicate and missing fragments 10 years ago
orignal c9c38cccf6 send PeerTest if partly has 'B' capability only 10 years ago
orignal 9c7039cf78 recognize PeerTest back from Bob to Alice 10 years ago
orignal 747383a5e6 check if session key is available 10 years ago
orignal 2140f49665 fixed crash 10 years ago
orignal e96c55bd98 fixed crash 10 years ago
orignal d09bafa4a7 save peer test nonces 10 years ago
orignal 5099b997ad delete session with introducer 10 years ago
orignal 73066eb6c6 send relay request through connected session 10 years ago
orignal 31f906240e introducer session 10 years ago
orignal 8de75a2a90 save relay tag 10 years ago
orignal 76cb75f7c0 process relay intro 10 years ago
orignal 702b352be9 use seesion key only for SesssionDestroy message 10 years ago
orignal 40d5489429 delete inactive SSU sessions 10 years ago
orignal c30dd2639a SSU timeout 10 years ago
orignal 03a5059617 peer test 10 years ago
orignal 9f8f91a2ee fixed small issues 10 years ago
orignal be563dcbd1 process session created after decryption with intro key 10 years ago
orignal 64f195868e process intro key message 10 years ago
orignal 45d1571559 send peer test by Alice 10 years ago
orignal 130e1c2daf handle PeerTest 10 years ago