Devin AI
a98ef2c20d
Fix: Remove old test files and update includes
...
Co-Authored-By: kaleb@wolfssl.com <kaleb@wolfssl.com>
2025-02-17 18:54:52 +00:00
Devin AI
e27c00d3f8
Optimize test suite organization and utilities
...
- Create modular test directory structure (core, hash, cipher, pk, misc)
- Add shared test utilities and macros in core/
- Move tests into functional categories
- Maintain full test coverage with error cases
- Keep conditional compilation support (#ifndef NO_*)
- Improve code organization and reusability
Co-Authored-By: kaleb@wolfssl.com <kaleb@wolfssl.com>
2025-02-17 18:52:54 +00:00
Daniel Pouzzner
690bb14203
tests/utils.c and tests/api/test_dtls.c: fixes for include order, re tests/unit.h.
2025-02-14 10:57:29 -06:00
David Garske
3075e57207
Whitespace and filename comment.
2025-02-14 09:51:29 -06:00
Juliusz Sosinowicz
21dce84448
Add negative tests for DTLS CID
2025-02-14 09:51:29 -06:00
Juliusz Sosinowicz
68c27c4e5d
Move dtls cid tests to tests/api/dtls.c
2025-02-14 09:51:29 -06:00
Sean Parkinson
3ff89f2cc2
API test: move digest functions out
...
Move all api.c tests of wolfCrypt APIs that are for digests out into
separate files.
2025-02-07 09:29:46 +10:00
Juliusz Sosinowicz
db0345c009
ascon: make tests more readable by moving the kat vectors into a header
2025-02-04 12:58:51 +01:00
Juliusz Sosinowicz
bcde4bdebb
ascon: move tests to api.c and introduce framework to split up api.c
2025-01-29 15:50:00 +01:00