David Garske

Results 356 comments of David Garske

Seems to be consistently failing with: ``` 842: test_multiple_crls_same_issuer :error = -361, certificate revoked error = -313, received alert fatal error ERROR - tests/api.c line 7417 failed with: expected: test_ssl_memio_do_handshake(&test_ctx,...

Hi @Frauschi we had some issues with our GitHub CI actions. If you rebase this to latest master it should resolve the errors you are seeing. Thank you

Retest this please. PRB-master-history lost.

Okay to test. Thank you @Frauschi

Hi @Frauschi , can you resolve the conflicts again? I'll work on getting this PR through.

Retest this please: PRB needed Approve to Run. Saying no test results found.

Hi @Frauschi , Looks like this PR adds two new macros. Are these a typo? If not please add to the `.wolfssl_known_macro_extras` and document them. ``` [check-source-text] [2 of 7]...

Tested on STM32H7A3ZI at 240MHz (Cortex M7) Using: ``` #define WOLFSSL_EXPERIMENTAL_SETTINGS #define WOLFSSL_SHA3 #define WOLFSSL_SHAKE128 #define WOLFSSL_SHAKE256 #define WOLFSSL_HAVE_KYBER #define WOLFSSL_WC_KYBER //#define WOLFSSL_KYBER_SMALL #define WOLFSSL_ARMASM #define WOLFSSL_ARMASM_INLINE #define WOLFSSL_ARMASM_NO_HW_CRYPTO #define...

Re-ran on the same target STM32H7A3ZI at 240MHz with `-Os`: Seems to be about 50% faster! ``` Please select one of the above options: Running wolfCrypt Benchmarks... wolfCrypt Benchmark (block...

Hi @vifino , I think the difference between the versions is that we try and enable --enable-armasm by default. Can you please try with `--disable-armasm`? Thanks, David Garske, wolfSSL