323 Commits (52da3fbfe5ca94b32c4402d31e81e02bf0b5e0c4)

Author SHA1 Message Date
Evgeny 603768052d Debug: Enable crypto packet dumps conditionally based on debug level 2 months ago
Evgeny a73e36b559 Fix mesh topology: try normal decryption first, then INIT 2 months ago
Evgeny 27b02cef68 Fix mesh topology handling with fallback to normal decryption 2 months ago
Evgeny 0a4373ffe1 Fix: Treat client links as INIT packets on receive 2 months ago
Evgeny 59f01c6a15 WIP: исправление портов и добавление отладки в mesh test 2 months ago
Evgeny c1e2f061b9 Рефакторинг utun_instance_create - устранено дублирование кода 2 months ago
Evgeny bee1e41b07 Добавлен тестовый режим для TUN интерфейса и тест роутинга mesh 2 months ago
Evgeny eb721be508 Simplify: Extract common crypto logic into helper functions for both OpenSSL and TinyCrypt 2 months ago
Evgeny 25f5b84bf9 Simplify: Remove unreachable duplicate code block in init_connections 2 months ago
Evgeny f4295d962e Simplify: Deduplicate queue cleanup in etcp_connection_close using helper functions 2 months ago
Evgeny 29d26cf139 Force rebuild of utun-ecc_platform_specific.o on every build to ensure platform-specific changes are picked up 2 months ago
Evgeny ada25ec4cc Add -ladvapi32 for Windows CryptGenRandom support 2 months ago
Evgeny 84e6d59d77 Fix Windows build: wintun function pointer declarations 2 months ago
Evgeny 2a546c5fbc Fix Windows build: tun_windows.c function pointers and MIB_IPINTERFACE_ROW 2 months ago
Evgeny 8af2904033 Fix Windows build: net/if.h and route_lib.h forward declarations 2 months ago
Evgeny 605a928350 Fix Windows build: POSIX dependencies (netdb.h, fork, setsid, SIGHUP, etc.) 2 months ago
Evgeny c83fdeeaad Fix Windows build: add sa_family_t typedef, replace arpa/inet.h, fix ll_queue warnings 2 months ago
Evgeny 1bd4bf5d11 Fix Windows build errors: config_parser.h, poll(), localtime() 2 months ago
Evgeny 15b670e563 Add cross-platform TUN support with Wintun for Windows 2 months ago
Evgeny 3f1d4077e9 Add cross-platform socket compatibility layer for Windows support 2 months ago
Evgeny 43114d727c BGP: Complete route exchange with connection tracking and broadcast 2 months ago
Evgeny 68668821e4 BGP: Implement route exchange module between uTun instances 2 months ago
Evgeny d08b14a8c1 ETCP: Add NAT IP:port tracking to handshake protocol 2 months ago
Evgeny 8334b97521 Backup before adding NAT IP:port tracking to ETCP handshake 2 months ago
Evgeny e21e0d874f routing: refactor to use etcp_bind(id=0) and etcp_send 2 months ago
Evgeny 801770f117 Backup before routing refactor: etcp_bind id=0 + etcp_send routing 2 months ago
Evgeny d694c92b1f Refactor etcp_api: per-instance bindings with struct ETCP_BINDINGS 2 months ago
Evgeny 15001487af Build: Out-of-tree build system with separate build directory 2 months ago
Evgeny 57b2568ad6 Fix: Adapt tests for new etcp_api callback in pn_init() 2 months ago
Evgeny f0f8edbcb6 Fix: Restore original callback in pkt_normalizer.c 2 months ago
Evgeny ffaf7a25b8 Add etcp_api.c/h - ETCP packet send/receive API 2 months ago
Evgeny 02f39f6089 Fix: Update route_lib.c to match route_lib.h interface 2 months ago
Evgeny ce15d6b883 Backup before route_lib.c refactoring 2 months ago
Evgeny 277ab872bf Fix: routing initialization timing and test callbacks 2 months ago
Evgeny 5a7107b855 Simplify tun_if: unified init, write, close API with queue-based reads 2 months ago
Evgeny 2e48f9a111 Refactor: TUN ioctl helpers, routing documentation; prepare for tun_if simplification 2 months ago
Evgeny 1bb59bad98 Fix: Isolate test configs and add key validation retry 2 months ago
Evgeny 07d4616aea Refactor: Updated SHA256 implementation and secure channel improvements 2 months ago
Evgeny f022e7105e Crypto: Add OpenSSL support as alternative to TinyCrypt 2 months ago
Evgeny 3281e4878e Backup before fixing test_etcp_simple_traffic 2 months ago
Evgeny beafb9b198 Fix: Remove usleep from event loops and fix segfault in tests 2 months ago
Evgeny 8a3f01fbf8 Add epoll support, fix ETCP timestamp bug, optimize uasync with cached pollfds 2 months ago
Evgeny 7bd369341b Remove error prints from ETCP timestamp checks 2 months ago
Evgeny 994a4bf779 Fix ETCP timestamp overflow bug and enable epoll for Linux 2 months ago
Evgeny 528c1ddd00 WIP: Current normalizer changes before error handling fix 2 months ago
Evgeny 076da4264b Fix: ACK section length calculation and increase socket buffers 2 months ago
Evgeny c1890ad7a6 Debug: Add ETCP log_name identifier and improve log format 2 months ago
Evgeny 22dd1b78c3 Add local_link_id exchange in ETCP handshake (0x02-0x05) 2 months ago
Evgeny e90cf9f0c7 Fix: Packet coalescing with 1ms flush timer 2 months ago
Evgeny f509161701 Fix: Packet normalizer now correctly fragments large packets 2 months ago