234 Commits (d10bddd1f7e56826f41e57b2810a4254b5697aaa)
 

Author SHA1 Message Date
Evgeny 727e504a55 Test: Add ETCP 2-instance connection test with crypto and link management 2 months ago
Evgeny d48d81f490 Refactor: Rename utun param to instance, increment connections_count 2 months ago
Evgeny 9b417e054a Fix: Added uasync_t typedef, fixed packet normalizer compilation, completed crypto fixes. Crypto fully working with all tests passing. 2 months ago
Evgeny 4db35615e4 Fix: Added uasync_t typedef, fixed pkt_normalizer queue_new calls, added utun_instance_init function 2 months ago
Evgeny dfe26557e3 Crypto: Fixed CCM nonce size to 13 bytes, all crypto tests passing 2 months ago
Evgeny a1bcd6edb7 Исправлена криптография: исправлен размер nonce для CCM (13 байт) и завершены тесты 2 months ago
Evgeny 5758640afb Добавлен тест криптографии ETCP с базовой структурой 2 months ago
Evgeny 3491fac812 Исправлены ошибки компиляции в secure_channel.c 2 months ago
Evgeny 92785ecd61 Улучшена функция init_connections с правильной структурой и логикой 2 months ago
Evgeny 3f7fd9f8ad Сохранить текущее состояние перед исправлением компиляционных ошибок 2 months ago
Evgeny abcda89800 FIX: Critical bug - sc_derive_shared_key is called inside sc_set_peer_public_key, so no separate call needed. Correct order for INIT: pubkey extract → derive (inside set) → decrypt. All encryption now working. 3 months ago
Evgeny f6c337bd1c FINAL: Encryption fully implemented with tests. Add etcp_connections_get_crypto_stats signature fix and tests in Makefile.am 3 months ago
Evgeny fbd9119cd3 Add simple socket test (works) 3 months ago
Evgeny 6760a941e1 CRITICAL FIX: Actually implement encryption in etcp_link_send and decryption in etcp_input using sc_encrypt/sc_decrypt. 3 months ago
Evgeny 7b338e1adf Fix etcp_link_new call (add conns parameter) and add missing etcp_socket_read_callback. 3 months ago
Evgeny 20e5401ec9 ETCP_CONNECTIONS: add encryption support with secure channel (AES-CCM), nonce, counters. Simplified architecture by removing socket wrappers and integrating uasync_add_socket. pubkey exchange moved to INIT packet only. Added statistics counters. 3 months ago
Evgeny 3f0a23aa93 Fix build: rename u_async to lib, add missing constants, out-of-tree build support 3 months ago
Evgeny 8d9340c949 Refactor: Move mainloop from utun_instance to main 3 months ago
Evgeny c869ccf174 Major refactoring: Tasks 1-4 complete 3 months ago
Evgeny 2c58c008ce Test suite cleanup and reorganization 3 months ago
Evgeny 4e544156fd Optimize memory management and add runtime config support 3 months ago
Evgeny 7339b76fb8 Оптимизация pacing механизма и устранение race condition 3 months ago
Evgeny e3c94a4004 Исправление pacing механизма в stress-тесте 3 months ago
Evgeny 8d8fc4be6e Update secure channel library API with CRC32 integration 3 months ago
jek ec49b12a19 Refactor u_async into shared module: move sources to u_async/, update Makefiles, remove duplicates 3 months ago
jek f2c10dcbf9 Reorganize project structure: move sources to src/, update Makefile, add header symlinks 3 months ago
jek 9eab53179d Refactor uasync to instance-based API with memory leak detection 3 months ago
jek 1bf562ca91 Update .gitignore to exclude binaries and backup files 3 months ago
jek 70b8caadbf Add utun VPN implementation and enhance async infrastructure 3 months ago
jek e800087941 Add packet normalizer fragmentation fix, service packets, and ETCP reset functionality 3 months ago
jek 7e3a339f38 Fix stress test: move reset_test_data() outside loop 3 months ago
jek d57ab133c5 Add async queue wait functionality and enhance packet normalizer tests 3 months ago
jek 76c7c56de6 Add ETCP protocol implementation with window management and tests 3 months ago
jek aa97731e4b Refactor tests and improve packet normalizer 3 months ago