mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-06 07:00:50 +02:00
SHAKE 128/256 callback wiring and tests, along with fix to devCTX initialization.
This commit is contained in:
committed by
Zackery Backman
parent
dd6da70d39
commit
fed375fcea
@@ -243,6 +243,10 @@ jobs:
|
||||
{"name": "cryptocb-utils-setkey-export-find", "minutes": 2.2,
|
||||
"configure": ["--enable-cryptocb", "--enable-keygen",
|
||||
"--enable-cryptocbutils=setkey,export", "CPPFLAGS=-DWOLF_CRYPTO_CB_FIND"]},
|
||||
{"name": "cryptocb-shake", "minutes": 2.2,
|
||||
"comment": "Exercises the SHAKE128/SHAKE256 crypto callback wiring (wc_CryptoCb_Shake, the sha3.c Update/Final hooks, and the dedicated offload unit tests). A normal (non-ONLY) cryptocb build keeps the host software SHA3/SHAKE present as the callbacks' offload fallback.",
|
||||
"configure": ["--enable-cryptocb", "--enable-sha3",
|
||||
"--enable-shake128", "--enable-shake256"]},
|
||||
{"name": "opensslall-rng-seed-cb-no-getpid", "minutes": 2.1,
|
||||
"configure": ["--enable-opensslall", "--enable-opensslextra",
|
||||
"CPPFLAGS=-DWC_RNG_SEED_CB -DWOLFSSL_NO_GETPID"]},
|
||||
|
||||
Reference in New Issue
Block a user