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.
Evgeny
8d8fc4be6e
Update secure channel library API with CRC32 integration
...
- Add CRC32 checksum support using IEEE 802.3 polynomial
- Update sc_encrypt/sc_decrypt API: combine tag and CRC32 into single buffer
- Add SC_CRC32_SIZE, SC_MAX_OVERHEAD constants and SC_ERR_CRC_FAILED error code
- Implement CRC32 calculation before encryption and verification after decryption
- Update connection.c to use new API with error statistics tracking
- Modify test files for compatibility with new API
- All tests pass successfully
3 months ago
net_emulator
Refactor u_async into shared module: move sources to u_async/, update Makefiles, remove duplicates
3 months ago
src
Update secure channel library API with CRC32 integration
3 months ago
tests
Update secure channel library API with CRC32 integration
3 months ago
tinycrypt
Refactor tests and improve packet normalizer
3 months ago
u_async
Refactor u_async into shared module: move sources to u_async/, update Makefiles, remove duplicates
3 months ago
.gitignore
Reorganize project structure: move sources to src/, update Makefile, add header symlinks
3 months ago
AGENTS.md
Refactor uasync to instance-based API with memory leak detection
3 months ago
Makefile
Refactor u_async into shared module: move sources to u_async/, update Makefiles, remove duplicates
3 months ago
changelog.txt
Update secure channel library API with CRC32 integration
3 months ago
etcp.txt
Update secure channel library API with CRC32 integration
3 months ago
example_control.conf
Add utun VPN implementation and enhance async infrastructure
3 months ago
monitor.py
Reorganize project structure: move sources to src/, update Makefile, add header symlinks
3 months ago
utun.conf.example
Add utun VPN implementation and enhance async infrastructure
3 months ago
utun_test.cfg
Add utun VPN implementation and enhance async infrastructure
3 months ago