Commit graph

90 commits

Author SHA1 Message Date
orignal aaf386a0ab GetRandomEstablishedSession 2014-09-03 16:49:48 -04:00
orignal ccbc4353d6 fixed race condition 2014-08-30 16:30:53 -04:00
orignal 180fbcdac6 ignore zero length packets 2014-08-19 11:03:08 -04:00
orignal 7995385a19 wait more for tunnel creation 2014-08-18 21:23:49 -04:00
orignal 9655891e4b proper endiness of relay tag 2014-08-18 13:46:11 -04:00
orignal 6dbf8d1457 don't save received IV 2014-07-21 22:13:57 -04:00
orignal de377b45b4 delete unreachable SSU sessions 2014-07-20 18:16:55 -04:00
orignal 756a920c1a show number sent/received bytes through the status page 2014-07-20 17:12:36 -04:00
orignal 9ee049aa63 close SSU session if not established 2014-07-15 21:40:44 -04:00
orignal 2f601ce02f send ack per fragment. temporary disble check for duplicated through IV 2014-07-15 14:49:54 -04:00
orignal a7406e03ab try to find existing SSU session to introducer first 2014-07-11 12:23:29 -04:00
orignal 226ef77927 fixed memory leak 2014-07-06 17:48:16 -04:00
orignal ebd64c9337 check for duplicates 2014-06-17 13:15:32 -04:00
orignal 165a079928 moved sending acks to SSUData 2014-06-10 11:19:31 -04:00
orignal 7bb5054644 moved sending I2NP messages to SSUData 2014-06-10 10:39:29 -04:00
orignal c9ace095f4 removed unused SSU states 2014-06-09 22:56:16 -04:00
orignal f9cd2f6808 don't use crypto++ AES directly 2014-06-08 14:43:18 -04:00
orignal a6cc2e647b eliminated multiple of 16 check for AES 2014-06-08 07:56:04 -04:00
orignal 6518727270 use CBCEncryption for session key encryption 2014-06-01 19:51:27 -04:00
orignal d3812786fa session key decryption 2014-05-14 22:49:22 -04:00
orignal 44bba19283 fixed memory leak 2014-05-04 18:57:26 -04:00
orignal 9ec671ba69 split SSU to SSU and SSUData 2014-04-22 11:39:26 -04:00
orignal bf2e833f26 separate thread for SSU server 2014-04-19 20:45:41 -04:00
orignal 607f2d29f2 check for 16 bytes boundary before encryption 2014-04-18 14:38:32 -04:00
orignal 3b0c03104c introducer support 2014-04-16 18:28:44 -04:00
orignal b873f7c7f1 RelayResponse/RelayIntro 2014-04-16 16:47:56 -04:00
orignal 73d38f530f store relay tag if introducer 2014-04-16 15:54:28 -04:00
orignal 4341d285aa fxied crash 2014-04-15 17:44:44 -04:00
orignal 25e16f1693 implement session and mac key if shared key is shorter than 64 bytes 2014-04-15 11:53:24 -04:00
orignal 8694ed16fd decrypt message first 2014-04-13 16:59:54 -04:00
orignal a510e7c2c6 check for duplicate and missing fragments 2014-04-12 21:13:30 -04:00
orignal c9c38cccf6 send PeerTest if partly has 'B' capability only 2014-04-10 14:46:52 -04:00
orignal 9c7039cf78 recognize PeerTest back from Bob to Alice 2014-04-10 14:41:34 -04:00
orignal 747383a5e6 check if session key is available 2014-04-10 14:13:15 -04:00
orignal 2140f49665 fixed crash 2014-04-09 22:35:35 -04:00
orignal e96c55bd98 fixed crash 2014-04-09 18:17:13 -04:00
orignal d09bafa4a7 save peer test nonces 2014-04-09 14:58:30 -04:00
orignal 5099b997ad delete session with introducer 2014-04-09 13:55:31 -04:00
orignal 73066eb6c6 send relay request through connected session 2014-04-09 12:25:40 -04:00
orignal 31f906240e introducer session 2014-04-09 11:58:57 -04:00
orignal 8de75a2a90 save relay tag 2014-04-08 15:35:08 -04:00
orignal 76cb75f7c0 process relay intro 2014-04-08 14:03:15 -04:00
orignal 702b352be9 use seesion key only for SesssionDestroy message 2014-04-08 13:25:19 -04:00
orignal 40d5489429 delete inactive SSU sessions 2014-04-07 22:26:18 -04:00
orignal c30dd2639a SSU timeout 2014-04-07 21:40:28 -04:00
orignal 03a5059617 peer test 2014-04-07 19:28:06 -04:00
orignal 9f8f91a2ee fixed small issues 2014-04-07 18:54:28 -04:00
orignal be563dcbd1 process session created after decryption with intro key 2014-04-07 16:53:28 -04:00
orignal 64f195868e process intro key message 2014-04-07 16:41:29 -04:00
orignal 45d1571559 send peer test by Alice 2014-04-07 16:19:33 -04:00