Commit graph

  • f23a7f569b pass iv to AES Encrypt/Decrypt directly. aes-test added orignal 2024-12-08 11:08:17 -05:00
  • 48b62340cc exclude AESNI option orignal 2024-12-07 15:27:23 -05:00
  • 65da550d19 fix bug with unexpected stream closing orignal 2024-12-07 15:03:18 -05:00
  • 786da057f2 always use openssl for AES orignal 2024-12-06 20:25:22 -05:00
  • 097813a6ca
    Merge pull request #2131 from rex4539/typos orignal 2024-12-06 20:15:25 -05:00
  • d610e6c4c1
    Merge pull request #2132 from PurpleI2P/openssl orignal 2024-12-06 20:14:40 -05:00
  • 226257aa71
    Fix typos Dimitris Apostolou 2024-12-06 17:11:31 +02:00
  • 13604ccbb6 Changing the window calculation algorithm, increasing the minimum window size orignal 2024-12-05 22:15:11 -05:00
  • e996db03c0 process SessionConfirmed in establisher's thread orignal 2024-12-05 20:57:40 -05:00
  • f79a2e81ff calculate data phase keys after verification orignal 2024-12-04 18:36:57 -05:00
  • 4b1ac7420c Merge branch 'openssl' of https://github.com/PurpleI2P/i2pd into openssl orignal 2024-12-02 19:06:04 -05:00
  • e518b92a89 calculate X_I2P_DEST* headers once for series of HTTP requests orignal 2024-12-02 19:05:12 -05:00
  • 1a32ed9088
    [gha] winxp: fix option order R4SAS 2024-12-03 00:44:14 +03:00
  • b17bbd754a
    [gha] winxp: forced overwrite files from boost package R4SAS 2024-12-03 00:40:30 +03:00
  • 7b0ff2850c close session if x25519 fails orignal 2024-12-01 16:53:08 -05:00
  • 31ff0ff1cb use weak_ptr for transport session orignal 2024-11-29 21:29:03 -05:00
  • fcc70025fd use reference instead naked pointer to tunnel in tunnel gateway orignal 2024-11-29 11:31:13 -05:00
  • 56145d0f3c bind tunnel gateway to transport session orignal 2024-11-28 21:56:26 -05:00
  • 8b9f427aa4 handle session handshakes in separate thread orignal 2024-11-27 18:31:58 -05:00
  • cc768de8ea iterator through resolver's results orignal 2024-11-25 19:16:42 -05:00
  • ffd18baf30 support boost 1.87 orignal 2024-11-25 16:00:06 -05:00
  • 3474538697 replaced boost::asio::io_service by boost::asio:io_context orignal 2024-11-25 10:08:27 -05:00
  • 5f1b31213f more adequate initial RTT orignal 2024-11-25 08:12:40 -05:00
  • 6fb3c7c3ba removed dependancy from boost_system for newer compliers orignal 2024-11-23 18:34:33 -05:00
  • a248a2a732 Show TBM Queue size orignal 2024-11-20 13:28:01 -05:00
  • 09ae278306 const GetSize() orignal 2024-11-20 13:27:25 -05:00
  • d241e5d5cb handle transit tunnel build messages in separate thread orignal 2024-11-19 19:11:09 -05:00
  • 35352f1497
    Merge pull request #2125 from PurpleI2P/openssl orignal 2024-11-19 18:27:05 -05:00
  • b80278421d re-create ECIES session for follow-on packets orignal 2024-11-19 13:00:13 -05:00
  • f2596e0187 fixed typo with cleanup timer expiration orignal 2024-11-18 21:34:41 -05:00
  • 5265dc71e9 drop too old LeaseSet or from future orignal 2024-11-18 15:49:11 -05:00
  • a05bb93792 check LeaseSet expiration time orignal 2024-11-18 12:16:05 -05:00
  • 5d5970bed4 more SYN resend attempts for outgoing stream orignal 2024-11-18 07:59:39 -05:00
  • 86080b26ae terminate non-established sessions sortly orignal 2024-11-17 22:11:30 -05:00
  • 5b2d0c579b close stream if SYACK is not acked orignal 2024-11-17 20:51:59 -05:00
  • 3c4926f377 limit number of incoming ECIES sessions. Don't try to create ECIES session for incoming stream orignal 2024-11-17 18:53:21 -05:00
  • 391e3b7814 don't schedule send for first SYN reply orignal 2024-11-17 17:29:04 -05:00
  • 72a39609ed moved all transit tunnels code to TransitTunnels class orignal 2024-11-16 20:56:35 -05:00
  • 0c5f39ad81 separate class TransitTunnelBuildMsgHandler for tunnel build messages orignal 2024-11-16 16:05:46 -05:00
  • 3c608ec07c received garlic messages queue for destination orignal 2024-11-13 21:17:58 -05:00
  • ce0461bf86
    Destination: cut name for thread name r4sas 2024-11-12 21:09:21 +00:00
  • ce96f93c80 cleanup tags and ECIES sessions more often orignal 2024-11-11 21:59:19 -05:00
  • d88ba768d7 set i2p.streaming.profile=2 for shared local destination orignal 2024-11-11 18:50:53 -05:00
  • 574d12298b
    Destinations: set thread name from tunnel name r4sas 2024-11-12 00:36:07 +03:00
  • 7285caa4f1 if i2p.streaming.maxConcurrentStreams is zeor or negative than unlimited orignal 2024-11-11 14:43:20 -05:00
  • 2778b092e3 i2p.streaming.maxConcurrentStreams I2CP param orignal 2024-11-11 13:41:27 -05:00
  • dbef3fe9d2 temirminate incoming right a way if no remote LeaseSet orignal 2024-11-10 20:15:50 -05:00
  • 09b7d44dad delete ECIESX25519 session without destination shortly orignal 2024-11-10 19:15:44 -05:00
  • a411fff1d9 limit number of incoming streams. don't request LeaseSet for incoming stream orignal 2024-11-10 16:49:44 -05:00
  • e574354896 limit received SSU2 packets queue orignal 2024-11-10 11:32:46 -05:00
  • 0a08383471 check msg size in HandleTunnelBuildResponse orignal 2024-11-10 09:15:23 -05:00
  • c5e464a8b5 move tunnel build request/reply code from I2NPProtocol.cpp to Tunnel.cpp orignal 2024-11-09 17:25:43 -05:00
  • 002d8c7773 removed HidUser's reseed orignal 2024-11-08 15:53:01 -05:00
  • 32921ead80 move transit tunnel build requests from I2NPProtocol.cpp to TransitTunnel.cpp orignal 2024-11-07 19:00:11 -05:00
  • be24a3e336 publish R cap for yggdrasil-only router and U cap for routers through proxy orignal 2024-11-05 19:24:54 -05:00
  • d99a7d9b20 allow transit for router behind symmetric NAT or proxy orignal 2024-11-05 15:20:05 -05:00
  • 2f6bdd1c84 limit last decline time by 1.5 hours. Increased declined recently interval to 5.5 minutes orignal 2024-11-04 18:20:46 -05:00
  • 5a4ce66d42 debian/changelog: Add leading space John 2024-11-03 19:26:18 +03:00
  • 55b3f8165f debian/changelog: Add leading space John 2024-11-03 19:26:18 +03:00
  • 76190ea365 don't resend RelayReponse if Alice is older version orignal 2024-11-03 11:25:19 -05:00
  • f90386803f Resend RelayResponse if relay tag not found. Send Ack block orignal 2024-11-03 11:03:12 -05:00
  • 29d77113cc memory pool for x25519 keys orignal 2024-11-02 11:20:23 -04:00
  • 0d09a8be00 removed own implementation of x25519 orignal 2024-11-01 17:53:27 -04:00
  • b8d61e04f0 generate x25519 keys more often orignal 2024-11-01 14:46:13 -04:00
  • 4432c5a2c4 update last activity time after sending peer test or hole punch message orignal 2024-10-31 18:24:02 -04:00
  • 2419f52af4 fixed potential race condition orignal 2024-10-31 15:01:19 -04:00
  • b2a10ac82b don't update found router again in RequestComplete orignal 2024-10-30 22:00:12 -04:00
  • 0086f8e27a use std::async for address book download orignal 2024-10-29 15:32:06 -04:00
  • 8a8277edda check for empty URL string orignal 2024-10-29 13:59:21 -04:00
  • 3f10f6651d use splice if queue is not semi-full orignal 2024-10-29 12:46:14 -04:00
  • 9bc595a9a2 eliminate extra copy orignal 2024-10-29 08:41:59 -04:00
  • f04048717d cleanup messages to send if session was terminated orignal 2024-10-28 21:34:33 -04:00
  • 361f364966 intermediate queue for transport sessions. use std::list instead std::vector for multiple I2NP messages orignal 2024-10-28 21:15:16 -04:00
  • 4c90a88b85 eliminate extra copy of I2NP messages list orignal 2024-10-28 21:10:30 -04:00
  • 23e66671c2 intermediate queue for transport sessions. use std::list instead std::vector for multiple I2NP messages orignal 2024-10-28 20:36:50 -04:00
  • e695f1e060
    Merge pull request #2118 from PurpleI2P/openssl orignal 2024-10-28 20:33:07 -04:00
  • ec67f48d85 fixed possible memory leak orignal 2024-10-28 08:46:01 -04:00
  • 3a229ea65c
    Merge pull request #2117 from mittwerk/openssl orignal 2024-10-28 08:39:44 -04:00
  • 0e8d624d86 move UpdatePacingTime out of loop orignal 2024-10-28 08:38:04 -04:00
  • 8f9874570a
    hardening iterator mittwerk 2024-10-28 09:11:09 +02:00
  • 43939cedf4 random tunnel reject when medium congestion orignal 2024-10-27 22:19:06 -04:00
  • 4c66608caf random tunnel reject when medium congestion orignal 2024-10-27 21:58:19 -04:00
  • ec4fe9a1e6 set congesion cap G if symmetric NAT and ipv4 in only transport orignal 2024-10-27 18:17:28 -04:00
  • 79e8ccbb5b don't handle PeerTest 1 with same nonce twice orignal 2024-10-27 12:24:22 -04:00
  • 608056dcd2 don't handle RelayRequest and RelayIntro with same nonce twice orignal 2024-10-27 11:55:10 -04:00
  • 7461b640e3 reduce CPU usage orignal 2024-10-26 19:26:25 -04:00
  • 743126b2ad better hole punch expiration intervals orignal 2024-10-26 19:05:08 -04:00
  • f611136ea7 resend relay reponnse if remote router >= 0.9.64 orignal 2024-10-26 15:30:48 -04:00
  • 87ae9c4b74 call main thread as i2pd-daemon orignal 2024-10-25 18:40:51 -04:00
  • d3630fb2b2 assign name to main thread orignal 2024-10-25 13:25:33 -04:00
  • 500afe745f use min hole punch interval for connection attempts orignal 2024-10-24 18:49:11 -04:00
  • 26901e2945 try recently connected SSU2 address if no other transports found orignal 2024-10-23 20:39:00 -04:00
  • 64bde69967
    Merge pull request #2108 from SystemFailureNet/openssl orignal 2024-10-21 21:38:50 -04:00
  • ddf30784ec connected recently mutex orignal 2024-10-21 21:22:16 -04:00
  • ea14b00d63 save router's endpoint to profile and try to use it next time without requesting introducers orignal 2024-10-21 20:58:09 -04:00
  • a24e0eb2dc don't delete unreachable routers if no transports orignal 2024-10-20 16:12:35 -04:00
  • 0cb677a2c0 don't send peer test msg 6 if remote endpoint is unknown orignal 2024-10-19 09:18:31 -04:00
  • e6cbc842bf request new leaseset if all leases are about to expire orignal 2024-10-19 08:45:25 -04:00
  • f087654f25 fixed warnings orignal 2024-10-18 20:02:41 -04:00
  • 10335b90c5 fixed warnings orignal 2024-10-18 19:57:35 -04:00