I2P: End-to-End encrypted and anonymous Internet https://i2pd.website/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
orignal d7d70b707f configurable throw function 4 years ago
..
Base.cpp outproxy authorization 6 years ago
Base.h outproxy authorization 6 years ago
Blinding.cpp fixed #1424. Check if .b32.i2p address string is valid 5 years ago
Blinding.h fixed #1424. Check if .b32.i2p address string is valid 5 years ago
BloomFilter.cpp restructure build to separate the 3 main components into 3 subdirectories 7 years ago
BloomFilter.h restructure build to separate the 3 main components into 3 subdirectories 7 years ago
CPU.cpp use builtin __AVX__ and __AES__ macros and reduce code duplication 6 years ago
CPU.h add uncommitted files 6 years ago
ChaCha20.cpp counter is always in Little Endian 5 years ago
ChaCha20.h check if chacha20 and poly1305 is presented in openssl build 6 years ago
Config.cpp [NTCP2] fix socks proxy support 4 years ago
Config.h Fix typos 5 years ago
Crypto.cpp encryptor for ECIES-X25519-AEAD-Ratchet 5 years ago
Crypto.h fixed #1461. Use openssl's HKDF for 1.1.1 anf higher 4 years ago
CryptoKey.cpp check ctx for null 4 years ago
CryptoKey.h lookup ECIESX25519AEADRatchet session by static key 4 years ago
CryptoWorker.h whitespace cleanup 6 years ago
Datagram.cpp send data message wih raw type fpr raw datagrams 5 years ago
Datagram.h send and recieve raw datagrams 5 years ago
Destination.cpp persist multi encryption keys 4 years ago
Destination.h persist multi encryption keys 4 years ago
ECIESX25519AEADRatchetSession.cpp precalculate initial h and ck 4 years ago
ECIESX25519AEADRatchetSession.h don't calculate checsum for Data message send through ECIESX25519AEADRatchet session 4 years ago
Ed25519.cpp use d%q 5 years ago
Ed25519.h blind private keys 5 years ago
Elligator.cpp fixed Elligator tests 4 years ago
Elligator.h fixed Elligator tests 4 years ago
FS.cpp [windows] handle unexpected conditions (#1185) 5 years ago
FS.h Fix typos 5 years ago
Family.cpp allow longer families 4 years ago
Family.h remove trailing whitespaces 7 years ago
Garlic.cpp cleanup previous tagsets 4 years ago
Garlic.h don't calculate checsum for Data message send through ECIESX25519AEADRatchet session 4 years ago
Gost.cpp Fix compilation without deprecated OpenSSL APIs 6 years ago
Gost.h remove trailing whitespaces 7 years ago
Gzip.cpp set best compression for RouterInfo 4 years ago
Gzip.h GzipNoCompression witout zlib calls 4 years ago
HTTP.cpp [HTTP] add PROFIND support 5 years ago
HTTP.h fix #823, reindent code 5 years ago
I2NPProtocol.cpp set best compression for RouterInfo 4 years ago
I2NPProtocol.h don't calculate checsum for Data message send through ECIESX25519AEADRatchet session 4 years ago
I2PEndian.cpp restructure build to separate the 3 main components into 3 subdirectories 7 years ago
I2PEndian.h AEAD/Chacha20/Poly1305 encryption 6 years ago
Identity.cpp indetification of incoming garlic messages 4 years ago
Identity.h indetification of incoming garlic messages 4 years ago
LeaseSet.cpp correct timestamp check for LeaseSet2 4 years ago
LeaseSet.h correct timestamp check for LeaseSet2 4 years ago
LittleBigEndian.h restructure build to separate the 3 main components into 3 subdirectories 7 years ago
Log.cpp configurable throw function 4 years ago
Log.h configurable throw function 4 years ago
NTCP2.cpp ThrowFatal function 4 years ago
NTCP2.h [NTCP2] fix socks proxy support 4 years ago
NTCPSession.cpp ThrowFatal function 4 years ago
NTCPSession.h fix race 6 years ago
NetDb.cpp check ECIES flag for encrypted response 4 years ago
NetDb.hpp detect our ipv6 address 5 years ago
NetDbRequests.cpp remove trailing whitespaces 7 years ago
NetDbRequests.h remove trailing whitespaces 7 years ago
Poly1305.cpp check if chacha20 and poly1305 is presented in openssl build 6 years ago
Poly1305.h check if chacha20 and poly1305 is presented in openssl build 6 years ago
Profiling.cpp remove trailing whitespaces 7 years ago
Profiling.h remove trailing whitespaces 7 years ago
Queue.h use std::move 6 years ago
Reseed.cpp Fix typos 5 years ago
Reseed.h remove trailing whitespaces 7 years ago
RouterContext.cpp preferred crypto type for Decrypt 4 years ago
RouterContext.h preferred crypto type for Decrypt 4 years ago
RouterInfo.cpp update ipv6 addresses from SSU rather than NTCP or NTCP2 5 years ago
RouterInfo.h detect our ipv6 address 5 years ago
SSU.cpp ThrowFatal function 4 years ago
SSU.h remove trailing whitespaces 7 years ago
SSUData.cpp update log messages 4 years ago
SSUData.h fix mixing tabs and spaces 7 years ago
SSUSession.cpp check and send netid for NTCP2 and SSU 5 years ago
SSUSession.h always lookup SSU session if peer's endpoint doesn't match 5 years ago
Signature.cpp always initialize m_Pkey 5 years ago
Signature.h complete implementation of RedDSA 5 years ago
Siphash.h don't compile compatibility code if openssl 1.1.1 6 years ago
Streaming.cpp GzipNoCompression witout zlib calls 4 years ago
Streaming.h don't calculate checsum for Data message send through ECIESX25519AEADRatchet session 4 years ago
Tag.h replaced map by unordered_map 4 years ago
Timestamp.cpp use published timestamp for blinding 5 years ago
Timestamp.h use published timestamp for blinding 5 years ago
TransitTunnel.cpp remove trailing whitespaces 7 years ago
TransitTunnel.h fix mixing tabs and spaces 7 years ago
TransportSession.h mutex for m_RemoteIdentity 4 years ago
Transports.cpp [NTCP2] fix socks proxy support 4 years ago
Transports.h removed CloseSession 5 years ago
Tunnel.cpp drop i2lua 4 years ago
Tunnel.h cleanup removed websockets funtions 4 years ago
TunnelBase.h fixed warning 6 years ago
TunnelConfig.h use croorect encryption type for tunnel build 6 years ago
TunnelEndpoint.cpp fix mixing tabs and spaces 7 years ago
TunnelEndpoint.h remove trailing whitespaces 7 years ago
TunnelGateway.cpp fix #1290. copy correct size if message didn't fit previous 5 years ago
TunnelGateway.h remove trailing whitespaces 7 years ago
TunnelPool.cpp drop i2lua 4 years ago
TunnelPool.h drop i2lua 4 years ago
api.cpp moved io_service away from ClientDestination 4 years ago
api.h remove trailing whitespaces 7 years ago
util.cpp change minimal MTU size 4 years ago
util.h common RuunableBase with private inheritance 4 years ago
version.h 2.31.0 4 years ago