i2pd/libi2pd
2020-02-25 11:15:30 -05:00
..
api.cpp moved io_service away from ClientDestination 2020-02-04 14:17:23 -05:00
api.h
Base.cpp
Base.h
Blinding.cpp fixed #1424. Check if .b32.i2p address string is valid 2019-09-23 13:42:15 -04:00
Blinding.h fixed #1424. Check if .b32.i2p address string is valid 2019-09-23 13:42:15 -04:00
BloomFilter.cpp
BloomFilter.h
ChaCha20.cpp counter is always in Little Endian 2019-03-29 18:45:31 -04:00
ChaCha20.h check if chacha20 and poly1305 is presented in openssl build 2019-01-06 17:43:05 -05:00
Config.cpp single thread SAM by default 2020-02-19 13:27:28 -05:00
Config.h Fix typos 2019-04-08 22:22:42 +03:00
CPU.cpp
CPU.h
Crypto.cpp encryptor for ECIES-X25519-AEAD-Ratchet 2019-12-19 15:59:15 -05:00
Crypto.h fixed #1461. Use openssl's HKDF for 1.1.1 anf higher 2020-01-22 09:59:08 -05:00
CryptoKey.cpp check ctx for null 2020-02-20 21:05:07 -05:00
CryptoKey.h lookup ECIESX25519AEADRatchet session by static key 2020-01-16 15:45:22 -05:00
CryptoWorker.h
Datagram.cpp send data message wih raw type fpr raw datagrams 2019-07-10 13:31:49 -04:00
Datagram.h send and recieve raw datagrams 2019-07-09 21:33:55 -04:00
Destination.cpp select preferred crypto from LeaseSet2 2020-02-12 11:09:20 -05:00
Destination.h moved io_service away from ClientDestination 2020-02-04 14:17:23 -05:00
ECIESX25519AEADRatchetSession.cpp delete expired ECIESX25519AEADRatchet sessions and tags 2020-02-20 15:44:09 -05:00
ECIESX25519AEADRatchetSession.h delete expired ECIESX25519AEADRatchet sessions and tags 2020-02-20 15:44:09 -05:00
Ed25519.cpp use d%q 2019-12-09 13:23:17 -05:00
Ed25519.h blind private keys 2019-04-05 16:03:58 -04:00
Elligator.cpp fixed Elligator tests 2020-01-21 17:53:48 -05:00
Elligator.h fixed Elligator tests 2020-01-21 17:53:48 -05:00
Event.cpp
Event.h
Family.cpp extract and verify LS2 transient key 2019-01-01 17:00:37 -05:00
Family.h
FS.cpp [windows] handle unexpected conditions (#1185) 2019-02-12 04:27:09 +03:00
FS.h Fix typos 2019-04-08 22:22:42 +03:00
Garlic.cpp check if both sides are ECIESx25519 2020-02-20 21:07:45 -05:00
Garlic.h delete expired ECIESX25519AEADRatchet sessions and tags 2020-02-20 15:44:09 -05:00
Gost.cpp Fix compilation without deprecated OpenSSL APIs 2019-01-06 15:39:24 -08:00
Gost.h
Gzip.cpp
Gzip.h
HTTP.cpp [HTTP] add PROFIND support 2019-06-06 18:07:17 +03:00
HTTP.h fix #823, reindent code 2019-05-16 09:39:22 +03:00
I2NPProtocol.cpp flood encrypted LeaseSet2 with store hash 2019-06-08 21:23:25 -04:00
I2NPProtocol.h flood encrypted LeaseSet2 with store hash 2019-06-08 21:23:25 -04:00
I2PEndian.cpp
I2PEndian.h
Identity.cpp encryptor for ECIES-X25519-AEAD-Ratchet 2019-12-19 15:59:15 -05:00
Identity.h encryptor for ECIES-X25519-AEAD-Ratchet 2019-12-19 15:59:15 -05:00
LeaseSet.cpp select preferred crypto from LeaseSet2 2020-02-12 11:09:20 -05:00
LeaseSet.h select preferred crypto from LeaseSet2 2020-02-12 11:09:20 -05:00
LittleBigEndian.h
Log.cpp
Log.h
NetDb.cpp GarlicRoutingSession/ElGamalAESSession split 2020-01-16 14:31:01 -05:00
NetDb.hpp detect our ipv6 address 2019-05-23 15:59:44 -04:00
NetDbRequests.cpp
NetDbRequests.h
NTCP2.cpp common RuunableBase with private inheritance 2020-02-04 11:48:56 -05:00
NTCP2.h common RuunableBase with private inheritance 2020-02-04 11:48:56 -05:00
NTCPSession.cpp update ipv6 addresses from SSU rather than NTCP or NTCP2 2019-05-29 11:36:58 -04:00
NTCPSession.h
Poly1305.cpp check if chacha20 and poly1305 is presented in openssl build 2019-01-06 17:43:05 -05:00
Poly1305.h check if chacha20 and poly1305 is presented in openssl build 2019-01-06 17:43:05 -05:00
Profiling.cpp
Profiling.h
Queue.h
Reseed.cpp Fix typos 2019-04-08 22:22:42 +03:00
Reseed.h
RouterContext.cpp don't pass from to HandleI2NPMessage 2020-01-07 15:20:55 -05:00
RouterContext.h handle tunnel delivery instructioin for ECIESx25519 2020-01-16 12:47:08 -05:00
RouterInfo.cpp update ipv6 addresses from SSU rather than NTCP or NTCP2 2019-05-29 11:36:58 -04:00
RouterInfo.h detect our ipv6 address 2019-05-23 15:59:44 -04:00
Signature.cpp always initialize m_Pkey 2019-03-29 13:15:32 -04:00
Signature.h complete implementation of RedDSA 2019-03-24 18:42:52 -04:00
Siphash.h don't compile compatibility code if openssl 1.1.1 2018-11-22 12:13:16 -05:00
SSU.cpp always lookup SSU session if peer's endpoint doesn't match 2019-04-25 12:54:44 -04:00
SSU.h
SSUData.cpp limit SSU message size to 32K 2018-10-11 11:17:14 -04:00
SSUData.h
SSUSession.cpp check and send netid for NTCP2 and SSU 2019-08-13 14:55:18 -04:00
SSUSession.h always lookup SSU session if peer's endpoint doesn't match 2019-04-25 12:54:44 -04:00
Streaming.cpp correct termination of streaming destination 2020-02-15 16:30:10 -05:00
Streaming.h correct termination of streaming destination 2020-02-15 16:30:10 -05:00
Tag.h replaced map by unordered_map 2020-01-28 10:03:51 -05:00
Timestamp.cpp use published timestamp for blinding 2019-04-12 14:05:07 -04:00
Timestamp.h use published timestamp for blinding 2019-04-12 14:05:07 -04:00
TransitTunnel.cpp
TransitTunnel.h
Transports.cpp mark RI as unreachable if all connections failed 2019-11-12 10:03:33 -05:00
Transports.h removed CloseSession 2019-09-20 20:09:25 -04:00
TransportSession.h don't send RouterInfo twice 2018-08-14 11:27:27 -04:00
Tunnel.cpp replace random_shuffle with shuffle 2020-01-19 18:09:04 -08:00
Tunnel.h
TunnelBase.h
TunnelConfig.h
TunnelEndpoint.cpp
TunnelEndpoint.h
TunnelGateway.cpp fix #1290. copy correct size if message didn't fit previous 2019-01-31 16:03:10 -05:00
TunnelGateway.h
TunnelPool.cpp replace random_shuffle with shuffle 2020-01-19 18:09:04 -08:00
TunnelPool.h
util.cpp change minimal MTU size 2020-02-04 13:32:16 -05:00
util.h common RuunableBase with private inheritance 2020-02-04 11:48:56 -05:00
version.h 2.30.0 2020-02-25 11:15:30 -05:00