Files
wolfssl/.github/workflows
rizlik 0f82b9e5fb tests/swdev: add scaffolding for WOLF_CRYPTO_CB_ONLY_* testing
Add a software crypto-callback device (wc_swdev) that lets the wolfcrypt
test suite run under WOLF_CRYPTO_CB_ONLY_* flags without per-test devId
plumbing.  The bundle is a separately-compiled second copy of wolfcrypt
(software implementations enabled, WOLF_CRYPTO_CB_ONLY_* stripped) linked
into testwolfcrypt as a single relocatable object; every symbol is demoted
to local via objcopy --keep-global-symbol except wc_SwDev_Callback, so there
is no collision with the main libwolfssl.

A find callback routes unbound operations (devId == INVALID_DEVID) to the
swdev while letting real device IDs pass through.

wc_SwDev_Init / wc_SwDev_Cleanup hooks are wired into wolfcrypt/test/test.c.
cryptocb_test's WOLF_CRYPTO_CB_FIND and WOLF_CRYPTO_CB_ONLY_RSA blocks are
gated off under WOLFSSL_SWDEV.

Enable via --enable-swdev (requires --enable-cryptocb).
2026-05-13 16:18:51 +02:00
..
2026-04-24 17:07:37 +02:00
2026-04-10 12:50:24 +02:00
2026-04-10 12:50:24 +02:00
2026-04-10 12:50:24 +02:00
2026-04-25 11:47:24 -05:00
2026-04-10 12:50:24 +02:00
2026-04-10 12:50:24 +02:00
2026-03-24 15:24:01 +00:00
2026-04-10 12:50:24 +02:00
2026-04-10 12:50:24 +02:00
2026-04-10 12:50:24 +02:00
2026-04-10 12:50:24 +02:00
2026-04-10 12:50:24 +02:00
2026-04-10 12:50:24 +02:00
2026-04-10 12:50:24 +02:00
2026-04-10 12:50:24 +02:00
2026-04-10 12:50:24 +02:00
2026-04-10 12:50:24 +02:00
2026-03-24 15:24:01 +00:00
2024-12-09 13:38:07 +01:00
2026-04-10 12:50:24 +02:00
2026-03-24 15:24:01 +00:00
2026-04-10 12:50:24 +02:00
2026-04-10 12:50:24 +02:00
2026-04-25 11:47:24 -05:00
2026-04-25 11:47:24 -05:00
2026-04-10 12:50:24 +02:00
2026-02-25 15:46:20 +01:00
2026-04-25 11:47:24 -05:00
2026-04-25 11:47:24 -05:00
2024-12-09 12:42:32 +01:00
2026-04-10 12:50:24 +02:00
2026-04-10 12:50:24 +02:00
2026-04-24 16:55:51 -06:00
2026-04-10 12:50:24 +02:00
2026-04-29 07:41:57 +01:00
2026-04-22 11:39:39 -07:00
2026-04-10 12:50:24 +02:00
2026-04-10 12:50:24 +02:00
2026-05-07 15:25:19 +02:00
2026-04-10 12:50:24 +02:00
2026-04-10 12:50:24 +02:00
2026-05-01 07:12:55 +01:00
2026-04-10 12:50:24 +02:00
2026-04-10 12:50:24 +02:00
2025-12-09 07:00:50 -07:00
2026-03-24 15:24:01 +00:00