703 Commits (2bc1ba1a9cac6c4d4a98e85b5a85436b016559ec)
 

Author SHA1 Message Date
orignal cc302847a8 replace tunnel encryption to AES-NI 10 years ago
orignal 2cdd3c3c26 eliminate hardcoded registers 10 years ago
orignal 37c3a9dcf1 ChiperBlock XOR 10 years ago
orignal 9372b33c2c ChiperBlock XOR 10 years ago
orignal 61147def94 use AES-NI for transit tunnel encryption 10 years ago
orignal 95013e95a9 use AES-NI in new CBC encryption 10 years ago
orignal 63bf67ba95 ECBEncryption implementation 10 years ago
orignal b4d7116ab8 fixed typo 10 years ago
orignal 4ef971f63c invert expanded key schedule for decryption 10 years ago
orignal 0408371a84 fixed key expansion 10 years ago
orignal 58a5c0f542 load pointer to rdx directly 10 years ago
orignal 6ba472eee7 8-bytes alignment 10 years ago
orignal 83131a361d AES-NI encrypt and decrypt 10 years ago
orignal 54e042b08d AES-NI encrypt and decrypt 10 years ago
orignal 236c606578 AES-NI encrypt and decrypt 10 years ago
orignal 527ac413b1 aes key expansion 10 years ago
orignal 6bf5d98c4d use new aes implementation for NTCP 10 years ago
orignal 81b57141d4 encrypt/decrypt same buffer 10 years ago
orignal d8d8c752b1 aes added 10 years ago
orignal 44bba19283 fixed memory leak 10 years ago
orignal 4f429b3e06 copy constructor for PrivateKeys 10 years ago
orignal 4fef0dd1cb dsa constants as byte array 10 years ago
orignal 8fd183c6de elgp as byte array 10 years ago
orignal 8ef4f0cef2 CryptoConst added 10 years ago
orignal c8a2ce4740 handle TunnelBuild (8 records) message 10 years ago
orignal 2062305f88 moved log file from daemon to log 10 years ago
chertov a5776b064b Merge pull request #4 from orignal/master 10 years ago
orignal 3e81123d94 fixed creash 10 years ago
orignal 5e1f3a4939 rolled back 10 years ago
orignal d0712423a3 Merge pull request #70 from cpubug/master 10 years ago
cpubug cba921eb3e fix CMAKE build 10 years ago
cpubug 087e61dbca fix crash 10 years ago
cpubug c415d7fffc revert commit 61001ef 10 years ago
cpubug ceb2ec1bc0 load IdentHash from base32 string 10 years ago
orignal 66ff2c7875 eliminate boost::protect 10 years ago
orignal 58939de57e flush log only when queue is empty 10 years ago
orignal 42f228e75a proper termination 10 years ago
orignal 7bee253e46 fixed warning 10 years ago
orignal dfa634d8aa Merge pull request #69 from chertov/master 10 years ago
chertov 042c3ebd80 Add SSUData to VS project 10 years ago
root 607be87a4d fix linux build 10 years ago
chertov 9fe808dbba Merge branch 'master' of https://github.com/chertov/i2pd 10 years ago
chertov fbe765a530 Merge pull request #3 from orignal/master 10 years ago
chertov 6bb5a04102 Run as admin 10 years ago
chertov 64ba1622c2 Use Daemon.init in main() 10 years ago
chertov 0236879c26 Logging to file directly. Win32 Services can't write to std::cout 10 years ago
chertov e3ff849aa4 Using the d-pointer to hide HTTPProxy, HTTPServer, add logfile ofstream 10 years ago
chertov 861e9c52ed Win32Service uses Daemon start()/stop() 10 years ago
chertov c131fc8c86 Print data path on the statistics page 10 years ago
orignal 9ec671ba69 split SSU to SSU and SSUData 10 years ago