wolfssl icon indicating copy to clipboard operation
wolfssl copied to clipboard

Add EC_POINT_hex2point

Open kojo1 opened this issue 1 year ago • 5 comments

Description

Add EC_POINT_hex2point Enable HAVE_COMP_KEY for Compressed Key

Fixes zd #17090

Testing

compressed and uncompressed in test_wolfSSL_EC_POINT, api.c

Checklist

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

kojo1 avatar Jan 30 '24 21:01 kojo1

retest this please..

bandi13 avatar Jan 31 '24 14:01 bandi13

I ran this locally with Valgrind and the "CI/krb5/Build wolfSSL" test failure is legit.

  ./configure --enable-opensslall --disable-shared && make clean && make
  valgrind --leak-test=full ./tests/unit.test

I got the same leak report for function wolfSSL_EC_POINT_hex2point.

I looked into the "CI/openwrt/Compile container (21.02-SNAPSHOT)" failure. It isn't able to download the openwrt sources from the server.

ejohnstown avatar Jan 31 '24 19:01 ejohnstown

Looks like there's actually an issue here with missing macro definitions. The openwrt / Compile container (21.02-SNAPSHOT) issue has already been resolved (see PR#7193)

bandi13 avatar Jan 31 '24 21:01 bandi13

retest this please

kojo1 avatar Feb 02 '24 00:02 kojo1

retest this please

kojo1 avatar May 22 '24 21:05 kojo1

retest this please

kojo1 avatar May 29 '24 04:05 kojo1

Retest this please

dgarske avatar May 30 '24 22:05 dgarske

retest this please

kojo1 avatar Jun 01 '24 00:06 kojo1