Commit Graph

891 Commits

Author SHA1 Message Date
orignal
7a79d49e6e Merge pull request #77 from chertov/master
fix VS project
2014-06-26 06:52:49 -04:00
chertov
1a041ea2aa fix VS project 2014-06-26 07:55:40 +04:00
chertov
68a08c2237 Merge pull request #5 from orignal/master
Merge pull request from orignal/master
2014-06-26 07:33:12 +04:00
orignal
ec21138bd2 specify number of hops for a tunnel pool 2014-06-25 19:28:33 -04:00
orignal
92dc9b3542 set replyIV for each hop decryption 2014-06-24 19:33:30 -04:00
orignal
53be08e239 fake tunnel build ecord 2014-06-18 21:24:24 -04:00
orignal
59439ebf26 don't rely on order in tunnel build message. assign index to hop instead 2014-06-18 19:38:21 -04:00
orignal
b95caaf219 exclude hidden routers from tunnels 2014-06-18 10:41:59 -04:00
orignal
ebd64c9337 check for duplicates 2014-06-17 13:15:32 -04:00
orignal
566909a50c explore 5 addresses at the time 2014-06-16 22:30:34 -04:00
orignal
d6b97670c4 exploratory if tunnels are not created yet 2014-06-16 21:23:22 -04:00
Mikal Villa
9ecf2500f5 Adding support for Mac OSX.
Compiles fine on 10.9,
$ uname -a
Darwin mikalv.local 13.1.0 Darwin Kernel Version 13.1.0: Thu Jan 16 19:40:37 PST
2014; root:xnu-2422.90.20~2/RELEASE_X86_64 x86_64
2014-06-15 13:03:29 +02:00
orignal
99b818ad15 don't print duplicate acks 2014-06-12 21:01:04 -04:00
orignal
fccb13cedd store sent messages until ack-ed 2014-06-12 11:14:22 -04:00
orignal
d5fff57edb defualt port consistency (17007) 2014-06-12 09:12:39 -04:00
orignal
4e09b39735 check sequence of fragments 2014-06-11 10:56:20 -04:00
orignal
ca6f12a8f1 Merge pull request #72 from ryzhovau/return_code
EXIT_SUCCESS return code declaration
2014-06-11 07:12:22 -04:00
Alexander Ryzhov
5f2d9db131 i2p.cpp: fix return code declaration 2014-06-11 12:01:13 +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
eb44fdf7a8 64-bits alignment for RoutingKey 2014-06-03 19:57:42 -04:00
orignal
a728d9db5b explicit AESNI flag 2014-06-02 10:05:04 -04:00
orignal
6518727270 use CBCEncryption for session key encryption 2014-06-01 19:51:27 -04:00
orignal
0d51f240d0 TunnelDecryption for tunnels 2014-05-15 18:58:26 -04:00
orignal
7754968e7a TunnelDecryption for transit tunnel 2014-05-15 17:55:09 -04:00
orignal
11ac6712e7 tunnel decryption using AES-NI 2014-05-15 13:10:07 -04:00
orignal
b4b3ba16cc tunnel encryption using AES-NI 2014-05-15 12:59:07 -04:00
orignal
6d1d816153 tunnel encryption/decryption 2014-05-15 11:21:41 -04:00
orignal
6557ebb51b pass key schedule as parameter 2014-05-15 11:00:35 -04:00
orignal
d3812786fa session key decryption 2014-05-14 22:49:22 -04:00
orignal
0a53555ac7 one block CBC encryption 2014-05-14 14:54:01 -04:00
orignal
99c5331cad CBC decryption using AES-NI 2014-05-13 13:43:07 -04:00
orignal
6bf57cc4ae eliminated hadrcoded %rcx 2014-05-13 11:03:33 -04:00
orignal
e9fc2492dd CBC encryption through AES-NI 2014-05-12 22:51:59 -04:00
orignal
3eb4cc9eed use AEN-NI for garlic encryption 2014-05-11 22:37:33 -04:00
orignal
cc302847a8 replace tunnel encryption to AES-NI 2014-05-09 19:34:12 -04:00
orignal
2cdd3c3c26 eliminate hardcoded registers 2014-05-09 14:11:05 -04:00
orignal
37c3a9dcf1 ChiperBlock XOR 2014-05-09 12:05:04 -04:00
orignal
9372b33c2c ChiperBlock XOR 2014-05-09 11:44:39 -04:00
orignal
61147def94 use AES-NI for transit tunnel encryption 2014-05-09 07:59:40 -04:00
orignal
95013e95a9 use AES-NI in new CBC encryption 2014-05-08 21:43:08 -04:00
orignal
63bf67ba95 ECBEncryption implementation 2014-05-08 16:49:00 -04:00
orignal
b4d7116ab8 fixed typo 2014-05-08 16:16:42 -04:00
orignal
4ef971f63c invert expanded key schedule for decryption 2014-05-08 15:11:38 -04:00
orignal
0408371a84 fixed key expansion 2014-05-08 11:53:54 -04:00
orignal
58a5c0f542 load pointer to rdx directly 2014-05-08 09:52:56 -04:00
orignal
6ba472eee7 8-bytes alignment 2014-05-07 19:44:43 -04:00