David Garske

Results 356 comments of David Garske

Hi @imranmeah , No immediate plans, but it is likely 90% copy/paste from one of the L0 or WB55 drivers here: https://github.com/wolfSSL/wolfBoot/tree/master/hal/uart Perhaps @danielinux will be able to provide some...

Hi @imranmeah , That is great progress. I am surprised the non interrupt version of the STM HAL API requires the interrupt. You'll need to map the interrupt function in...

Hi @space88man , That is a great suggestion to consider. Our solution for PKCS11 was the addition of the following API's: ``` WOLFSSL_API int wolfSSL_CTX_use_PrivateKey_id(WOLFSSL_CTX* ctx, const unsigned char* id,...

Hi @space88man , Note: If you have PKCS11 enabled the API's you mentioned `wolfSSL_CTX_use_PrivateKey_buffer` and `wolfSSL_use_PrivateKey_buffer ` allow passing a public key only. This was added in PR: https://github.com/wolfSSL/wolfssl/pull/4921 Thanks,...

@Uriah-wolfSSL please resolve any Jenkins / ABI test issues. @ejohnstown is the expert on the ABI work.

> in order to add `WOLFSSL_ABI`s to ecc.c, at a minimum we're going to need to add allocator and deallocator functions for the `ecc_key` struct itself. > > that's because...

@anhu can you resolve the conflicts? Thanks!

Hi @Xeenych , Curious why are you trying to use the trusted peer type? Typically we load trusted certificates (root, intermediate or leaf certs) using `wolfSSL_CTX_load_verify_buffer_ex` and provide the `WOLFSSL_LOAD_FLAG_DATE_ERR_OKAY`...

OK to test . @satoshiyamaguchi is a contractor.