1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-08 22:57:52 +00:00
i2pd/libi2pd
2019-06-07 14:51:08 -04:00
..
api.cpp take elgamal percomputation from config 2019-01-08 09:23:14 -05:00
api.h
Base.cpp
Base.h
Blinding.cpp fixed typo 2019-06-04 15:12:19 -04:00
Blinding.h store hash for ECDSA blidning 2019-06-03 12:51:57 -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 remove obsolete reseeds 2019-06-01 09:37:02 -04:00
Config.h Fix typos 2019-04-08 22:22:42 +03:00
CPU.cpp use builtin __AVX__ and __AES__ macros and reduce code duplication 2018-06-27 17:32:38 +08:00
CPU.h
Crypto.cpp counter is always in Little Endian 2019-03-29 18:45:31 -04:00
Crypto.h common HKDF 2019-03-15 12:25:20 -04:00
CryptoKey.cpp
CryptoKey.h actual key size for LS2 2019-01-13 19:17:02 -05:00
CryptoWorker.h
Datagram.cpp
Datagram.h
Destination.cpp handle i2cp.leaseSetPrivKey 2019-06-07 14:51:08 -04:00
Destination.h handle i2cp.leaseSetPrivKey 2019-06-07 14:51:08 -04:00
Ed25519.cpp blind private keys 2019-04-05 16:03:58 -04:00
Ed25519.h blind private keys 2019-04-05 16:03:58 -04: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 Fix typos 2019-04-08 22:22:42 +03:00
Garlic.h
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 publish LeaseSet with store hash 2019-04-09 15:36:10 -04:00
I2NPProtocol.h handle RouterInfo from NTCP2 in netdb's thread 2018-11-14 20:52:54 -05:00
I2PEndian.cpp
I2PEndian.h
Identity.cpp blind private keys 2019-04-05 16:03:58 -04:00
Identity.h blind private keys 2019-04-05 16:03:58 -04:00
LeaseSet.cpp correct offsets for auth data 2019-06-07 11:59:48 -04:00
LeaseSet.h pass secret to encrypted LeaseSet2 2019-06-06 12:33:33 -04:00
LittleBigEndian.h
Log.cpp
Log.h
NetDb.cpp detect our ipv6 address 2019-05-23 15:59:44 -04:00
NetDb.hpp detect our ipv6 address 2019-05-23 15:59:44 -04:00
NetDbRequests.cpp
NetDbRequests.h
NTCP2.cpp update ipv6 addresses from SSU rather than NTCP or NTCP2 2019-05-29 11:36:58 -04:00
NTCP2.h common code for padding and sending termination and RouterInfo messages 2018-12-04 15:56:55 -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 publish/unpublish NTCP2 address depending on network status 2019-05-30 17:52:44 -04:00
RouterContext.h publish/unpublish NTCP2 address depending on network status 2019-05-30 17:48:49 -04: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 always lookup SSU session if peer's endpoint doesn't match 2019-04-25 12:54:44 -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 re-request encrypted LeaseSet 2019-04-17 15:53:07 -04:00
Streaming.h common code for offline signatures 2019-02-06 13:36:03 -05:00
Tag.h handle i2cp.leaseSetPrivKey 2019-06-07 14:51:08 -04: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 detect our ipv6 address 2019-05-23 15:59:44 -04:00
Transports.h removed address resolvers as discontinued 2018-12-07 12:27:06 -05:00
TransportSession.h don't send RouterInfo twice 2018-08-14 11:27:27 -04:00
Tunnel.cpp fix typo 2018-07-10 17:39:21 +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
TunnelPool.h
util.cpp fix ipv6 fallback address 2019-05-08 00:45:52 +03:00
util.h build android app with llvm 2018-12-27 03:16:38 +03:00
version.h 2.26.0 2019-06-07 10:04:57 -04:00