Commit Graph

  • 0a53555ac7 one block CBC encryption orignal 2014-05-14 14:54:01 -0400
  • 99c5331cad CBC decryption using AES-NI orignal 2014-05-13 13:43:07 -0400
  • 6bf57cc4ae eliminated hadrcoded %rcx orignal 2014-05-13 11:03:33 -0400
  • e9fc2492dd CBC encryption through AES-NI orignal 2014-05-12 22:51:59 -0400
  • 3eb4cc9eed use AEN-NI for garlic encryption orignal 2014-05-11 22:37:33 -0400
  • cc302847a8 replace tunnel encryption to AES-NI orignal 2014-05-09 19:34:12 -0400
  • 2cdd3c3c26 eliminate hardcoded registers orignal 2014-05-09 14:11:05 -0400
  • 37c3a9dcf1 ChiperBlock XOR orignal 2014-05-09 12:05:04 -0400
  • 9372b33c2c ChiperBlock XOR orignal 2014-05-09 11:44:39 -0400
  • 61147def94 use AES-NI for transit tunnel encryption orignal 2014-05-09 07:59:40 -0400
  • 95013e95a9 use AES-NI in new CBC encryption orignal 2014-05-08 21:43:08 -0400
  • 63bf67ba95 ECBEncryption implementation orignal 2014-05-08 16:49:00 -0400
  • b4d7116ab8 fixed typo orignal 2014-05-08 16:16:42 -0400
  • 4ef971f63c invert expanded key schedule for decryption orignal 2014-05-08 15:11:38 -0400
  • 0408371a84 fixed key expansion orignal 2014-05-08 11:53:54 -0400
  • 58a5c0f542 load pointer to rdx directly orignal 2014-05-08 09:52:56 -0400
  • 6ba472eee7 8-bytes alignment orignal 2014-05-07 19:44:43 -0400
  • 83131a361d AES-NI encrypt and decrypt orignal 2014-05-07 16:24:28 -0400
  • 54e042b08d AES-NI encrypt and decrypt orignal 2014-05-07 15:40:24 -0400
  • 236c606578 AES-NI encrypt and decrypt orignal 2014-05-07 15:39:30 -0400
  • 527ac413b1 aes key expansion orignal 2014-05-07 14:48:37 -0400
  • 6bf5d98c4d use new aes implementation for NTCP orignal 2014-05-06 22:30:09 -0400
  • 81b57141d4 encrypt/decrypt same buffer orignal 2014-05-06 13:26:28 -0400
  • d8d8c752b1 aes added orignal 2014-05-06 12:22:22 -0400
  • 44bba19283 fixed memory leak orignal 2014-05-04 18:57:26 -0400
  • 4f429b3e06 copy constructor for PrivateKeys orignal 2014-05-03 15:29:00 -0400
  • 4fef0dd1cb dsa constants as byte array orignal 2014-05-02 13:46:24 -0400
  • 8fd183c6de elgp as byte array orignal 2014-05-02 12:28:58 -0400
  • 8ef4f0cef2 CryptoConst added orignal 2014-05-02 11:42:30 -0400
  • c8a2ce4740 handle TunnelBuild (8 records) message orignal 2014-04-30 14:08:57 -0400
  • 2062305f88 moved log file from daemon to log orignal 2014-04-24 11:10:46 -0400
  • a5776b064b Merge pull request #4 from orignal/master #76 chertov 2014-04-24 04:00:34 +0400
  • 3e81123d94 fixed creash orignal 2014-04-23 17:51:12 -0400
  • 9f47d3ba47 Revert "fix crash" #71 cpubug 2014-04-24 00:48:28 +0400
  • 5e1f3a4939 rolled back orignal 2014-04-23 15:09:01 -0400
  • d0712423a3 Merge pull request #70 from cpubug/master orignal 2014-04-23 15:06:35 -0400
  • cba921eb3e fix CMAKE build #70 cpubug 2014-04-23 22:48:02 +0400
  • 087e61dbca fix crash cpubug 2014-04-23 22:47:17 +0400
  • c415d7fffc revert commit 61001ef cpubug 2014-04-23 22:46:15 +0400
  • ceb2ec1bc0 load IdentHash from base32 string cpubug 2014-04-23 22:43:54 +0400
  • 66ff2c7875 eliminate boost::protect orignal 2014-04-23 13:44:08 -0400
  • 58939de57e flush log only when queue is empty orignal 2014-04-23 12:49:02 -0400
  • 42f228e75a proper termination orignal 2014-04-23 12:17:14 -0400
  • 7bee253e46 fixed warning orignal 2014-04-22 20:43:58 -0400
  • dfa634d8aa Merge pull request #69 from chertov/master orignal 2014-04-22 19:34:49 -0400
  • 042c3ebd80 Add SSUData to VS project #69 chertov 2014-04-23 02:42:10 +0400
  • 607be87a4d fix linux build root 2014-04-23 00:37:24 +0200
  • 9fe808dbba Merge branch 'master' of https://github.com/chertov/i2pd chertov 2014-04-23 02:16:07 +0400
  • fbe765a530 Merge pull request #3 from orignal/master chertov 2014-04-23 02:15:42 +0400
  • 6bb5a04102 Run as admin chertov 2014-04-23 02:11:19 +0400
  • 64ba1622c2 Use Daemon.init in main() chertov 2014-04-23 02:10:51 +0400
  • 0236879c26 Logging to file directly. Win32 Services can't write to std::cout chertov 2014-04-23 02:10:21 +0400
  • e3ff849aa4 Using the d-pointer to hide HTTPProxy, HTTPServer, add logfile ofstream chertov 2014-04-23 02:07:21 +0400
  • 861e9c52ed Win32Service uses Daemon start()/stop() chertov 2014-04-23 02:01:57 +0400
  • c131fc8c86 Print data path on the statistics page chertov 2014-04-23 01:59:29 +0400
  • 9ec671ba69 split SSU to SSU and SSUData orignal 2014-04-22 11:39:26 -0400
  • 4bd8195e99 Merge pull request #68 from chertov/master orignal 2014-04-22 07:42:50 -0400
  • 6516b64960 fix daemon #68 root 2014-04-22 07:13:35 +0200
  • edafc3dabf fix i2p.cpp chertov 2014-04-22 08:25:19 +0400
  • e674014efc fix Linux Daemon root 2014-04-22 06:15:07 +0200
  • 0b210ee99d Add simple Linux, Win32 daemons chertov 2014-04-20 05:54:34 +0400
  • bf2e833f26 separate thread for SSU server orignal 2014-04-19 20:45:41 -0400
  • 31295a663b common Send method orignal 2014-04-18 19:27:39 -0400
  • 75ddb26c18 Merge pull request #67 from chertov/master Meeh 2014-04-18 22:32:29 +0200
  • e6e11590c8 add mikhail4021 Win32Service, run i2pd as admin #67 chertov 2014-04-19 00:20:11 +0400
  • e16fdd4890 Merge pull request #2 from orignal/master chertov 2014-04-19 00:18:03 +0400
  • 607f2d29f2 check for 16 bytes boundary before encryption orignal 2014-04-18 14:38:32 -0400
  • 4cbc7773ac Merge pull request #66 from chertov/master orignal 2014-04-17 22:09:24 -0400
  • 4e5e0be4ed Add license page #66 chertov 2014-04-18 03:47:17 +0400
  • 5a363a957b Add simple Inno Setup installer script chertov 2014-04-18 03:30:29 +0400
  • 0c36925b87 load host.txt via HTTPProxy chertov 2014-04-18 02:54:15 +0400
  • cdbcf0db76 add http status code chertov 2014-04-18 01:53:48 +0400
  • fd08dc72bd Add *.b32.i2p address detection chertov 2014-04-18 00:27:11 +0400
  • 7defa34d88 remove static from i2p::util::url chertov 2014-04-18 00:22:54 +0400
  • eed04265bb Merge pull request #1 from orignal/master chertov 2014-04-17 23:00:55 +0400
  • 3b0c03104c introducer support orignal 2014-04-16 18:28:44 -0400
  • b873f7c7f1 RelayResponse/RelayIntro orignal 2014-04-16 16:47:56 -0400
  • 73d38f530f store relay tag if introducer orignal 2014-04-16 15:54:28 -0400
  • 4341d285aa fxied crash orignal 2014-04-15 17:44:44 -0400
  • efab8106c6 implement session key if shared key is shorter than 64 bytes orignal 2014-04-15 12:21:18 -0400
  • 25e16f1693 implement session and mac key if shared key is shorter than 64 bytes orignal 2014-04-15 11:53:24 -0400
  • 002b023b29 increment outgoing sequence number orignal 2014-04-14 16:24:57 -0400
  • 8a42ca9d64 Merge branch 'master' of https://github.com/chertov/i2pd chertov 2014-04-14 10:15:43 +0400
  • 022c649617 Merge pull request #64 from chertov/master orignal 2014-04-13 17:11:51 -0400
  • 030bebf080 add qcreator project #64 user 2014-04-14 01:08:41 +0400
  • b0adb6bd92 fix hosts.txt loading bug user 2014-04-14 01:07:54 +0400
  • 8694ed16fd decrypt message first orignal 2014-04-13 16:59:54 -0400
  • cac152fc1f fix hosts.txt loading bug, add qcreator project #63 user 2014-04-14 00:55:10 +0400
  • a510e7c2c6 check for duplicate and missing fragments orignal 2014-04-12 21:13:30 -0400
  • 7705775ae5 Merge pull request #30 from orignal/master chertov 2014-04-13 02:41:18 +0400
  • e1027ffb7b replace ReceiveQueue to std::queue orignal 2014-04-11 21:13:52 -0400
  • 0a59a90e51 Merge pull request #29 from orignal/master chertov 2014-04-11 10:50:05 +0400
  • 3cf256b769 removed sync Receive operation orignal 2014-04-10 15:34:51 -0400
  • c9c38cccf6 send PeerTest if partly has 'B' capability only orignal 2014-04-10 14:46:52 -0400
  • 9c7039cf78 recognize PeerTest back from Bob to Alice orignal 2014-04-10 14:41:34 -0400
  • 747383a5e6 check if session key is available orignal 2014-04-10 14:13:15 -0400
  • 2140f49665 fixed crash orignal 2014-04-09 22:35:35 -0400
  • e96c55bd98 fixed crash orignal 2014-04-09 18:17:13 -0400
  • d09bafa4a7 save peer test nonces orignal 2014-04-09 14:58:30 -0400
  • 5099b997ad delete session with introducer orignal 2014-04-09 13:55:31 -0400