Commit Graph

798 Commits

Author SHA1 Message Date
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
orignal
83131a361d AES-NI encrypt and decrypt 2014-05-07 16:24:28 -04:00
orignal
54e042b08d AES-NI encrypt and decrypt 2014-05-07 15:40:24 -04:00
orignal
236c606578 AES-NI encrypt and decrypt 2014-05-07 15:39:30 -04:00
orignal
527ac413b1 aes key expansion 2014-05-07 14:48:37 -04:00
orignal
6bf5d98c4d use new aes implementation for NTCP 2014-05-06 22:30:09 -04:00
orignal
81b57141d4 encrypt/decrypt same buffer 2014-05-06 13:26:28 -04:00
orignal
d8d8c752b1 aes added 2014-05-06 12:22:22 -04:00
orignal
44bba19283 fixed memory leak 2014-05-04 18:57:26 -04:00
orignal
4f429b3e06 copy constructor for PrivateKeys 2014-05-03 15:29:00 -04:00
orignal
4fef0dd1cb dsa constants as byte array 2014-05-02 13:46:24 -04:00
orignal
8fd183c6de elgp as byte array 2014-05-02 12:28:58 -04:00
orignal
8ef4f0cef2 CryptoConst added 2014-05-02 11:42:30 -04:00
orignal
c8a2ce4740 handle TunnelBuild (8 records) message 2014-04-30 14:08:57 -04:00
orignal
2062305f88 moved log file from daemon to log 2014-04-24 11:10:46 -04:00
chertov
a5776b064b Merge pull request #4 from orignal/master
Merge pull request from orignal/master
2014-04-24 04:00:34 +04:00
orignal
3e81123d94 fixed creash 2014-04-23 17:51:12 -04:00
orignal
5e1f3a4939 rolled back 2014-04-23 15:09:01 -04:00
orignal
d0712423a3 Merge pull request #70 from cpubug/master
fix CMAKE build
2014-04-23 15:06:35 -04:00
cpubug
cba921eb3e fix CMAKE build 2014-04-23 22:48:02 +04:00
cpubug
087e61dbca fix crash 2014-04-23 22:47:17 +04:00
cpubug
c415d7fffc revert commit 61001ef 2014-04-23 22:46:15 +04:00
cpubug
ceb2ec1bc0 load IdentHash from base32 string 2014-04-23 22:43:54 +04:00
orignal
66ff2c7875 eliminate boost::protect 2014-04-23 13:44:08 -04:00
orignal
58939de57e flush log only when queue is empty 2014-04-23 12:49:02 -04:00
orignal
42f228e75a proper termination 2014-04-23 12:17:14 -04:00
orignal
7bee253e46 fixed warning 2014-04-22 20:43:58 -04:00
orignal
dfa634d8aa Merge pull request #69 from chertov/master
Windows Service support
2014-04-22 19:34:49 -04:00
chertov
042c3ebd80 Add SSUData to VS project 2014-04-23 02:42:10 +04:00
root
607be87a4d fix linux build 2014-04-23 00:37:24 +02:00
chertov
9fe808dbba Merge branch 'master' of https://github.com/chertov/i2pd 2014-04-23 02:16:07 +04:00
chertov
fbe765a530 Merge pull request #3 from orignal/master
Merge pull request from orignal/master
2014-04-23 02:15:42 +04:00
chertov
6bb5a04102 Run as admin 2014-04-23 02:11:19 +04:00
chertov
64ba1622c2 Use Daemon.init in main() 2014-04-23 02:10:51 +04:00
chertov
0236879c26 Logging to file directly. Win32 Services can't write to std::cout 2014-04-23 02:10:21 +04:00
chertov
e3ff849aa4 Using the d-pointer to hide HTTPProxy, HTTPServer, add logfile ofstream 2014-04-23 02:07:21 +04:00
chertov
861e9c52ed Win32Service uses Daemon start()/stop() 2014-04-23 02:01:57 +04:00
chertov
c131fc8c86 Print data path on the statistics page 2014-04-23 01:59:29 +04:00
orignal
9ec671ba69 split SSU to SSU and SSUData 2014-04-22 11:39:26 -04:00
orignal
4bd8195e99 Merge pull request #68 from chertov/master
Add simple Linux, Win32 daemons
2014-04-22 07:42:50 -04:00
root
6516b64960 fix daemon 2014-04-22 07:13:35 +02:00
chertov
edafc3dabf fix i2p.cpp 2014-04-22 08:25:19 +04:00
root
e674014efc fix Linux Daemon 2014-04-22 06:15:07 +02:00
chertov
0b210ee99d Add simple Linux, Win32 daemons 2014-04-20 05:54:34 +04:00