wolfssl icon indicating copy to clipboard operation
wolfssl copied to clipboard

ECC: blind private key after use in signing

Open SparkiDev opened this issue 1 year ago • 0 comments

Description

Use a mask to blind the private key after use so that stored private key is always changing.

Fixes zd#17783

Testing

./configure '--disable-shared' 'CFLAGS=-DWOLFSSL_ECC_BLIND_K'

Checklist

  • [ ] added tests
  • [ ] updated/added doxygen
  • [ ] updated appropriate READMEs
  • [ ] Updated manual and documentation

SparkiDev avatar Apr 12 '24 03:04 SparkiDev