wolfssl/tests/api/pk
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
..
README.md Optimize test suite organization and utilities 2025-02-17 18:52:54 +00:00
test_dsa.c Optimize test suite organization and utilities 2025-02-17 18:52:54 +00:00
test_dsa.h Optimize test suite organization and utilities 2025-02-17 18:52:54 +00:00
test_ecc.c Optimize test suite organization and utilities 2025-02-17 18:52:54 +00:00
test_ecc.h Optimize test suite organization and utilities 2025-02-17 18:52:54 +00:00
test_rsa.c Optimize test suite organization and utilities 2025-02-17 18:52:54 +00:00
test_rsa.h Optimize test suite organization and utilities 2025-02-17 18:52:54 +00:00

README.md

Public Key Algorithm Tests

This directory contains tests for public key algorithms including:

  • RSA
  • ECC
  • DSA
  • Ed25519
  • X25519