Sean Parkinson
Sean Parkinson
retest this please
Prefer to keep length as unsigned if possible as all assignments I've seen are calculated with unsigned. Windows is complaining about signed/unsigned mismatch and needs to be fixed.
retest this please
Hi @space88man, While it would be nice to have the whole operation done on the device, it was cleaner for our code to have only the RSA operation done down...
Hi @space88man, My preference is to have new calls to wc_CryptoCb_Rsa higher up. New types could be added: WC_PK_TYPE_RSA_PSS, WC_PK_TYPE_RSA_OAEP. Then it could be handled in the callback which operation...
retest this please
Hi @vifino, Unfortunately we don't support assembly for Aarch64 armv8-a. That is, there is only assembly when the crypto extensions are available. Is it possible to have different builds for...
Hi @vifino, I understand. I have started working on a solution for this. Basically, I'm making sure that there is a software implementation used when the cryptographic instructions are not...
Hi @vifino There is a PR up that supports builds for Aarch64 when hardware crypto instructions are not available: #8277 You can specify WOLFSSL_ARMASM_NO_HW_CRYPTO and it will use a software...
Hi @vifino The PR has been merged. Let us know id this fixes your issue. Thanks, Sean