lealem47

Results 8 issues of lealem47

Adding `X509_CRL_print()` function, some parse methods, and fields to the appropriate structs when necessary.

Added test_apps apps directory

# Description Add MSYS2 build CI github actions test # Checklist - [ ] added tests - [ ] updated/added doxygen - [ ] updated appropriate READMEs - [ ]...

Fix for https://github.com/wolfSSL/wolfBoot/issues/426 Add `BUILD_IMAGE` option to CMake to build wolfboot.bin without having to compile test apps ```mkdir build && cd build && cmake -DWOLFBOOT_TARGET=stm32h7 -DWOLFBOOT_PARTITION_BOOT_ADDRESS=0x8020000 -DWOLFBOOT_SECTOR_SIZE=0x20000 -DWOLFBOOT_PARTITION_SIZE=0xD0000 -DWOLFBOOT_PARTITION_UPDATE_ADDRESS=0x80F0000 -DWOLFBOOT_PARTITION_SWAP_ADDRESS=0x81C0000...

# Description - Disallow --enable-all with FIPS - Don't compile SRTP-KDF test & benchmark code when FIPS=v5 - In test.c, call wc_SetSeed_Cb from wolfcrypt_test instead of from main (fix for...

# Description Adds `wc_HMAC_KDF_Counter()` and `wc_HMAC_KDF_Feedback()` APIs enabled by defining `HAVE_HMAC_PRF_KDF`. From feature request list. # Testing Vectors from NIST in wolfCrypt test. # Checklist - [ ] added tests...

Feature Request

Includes a small refactor and support for the following algos: - Blake2s - Chacha20_Poly1305 - Curve25519 - HMAC