Add EC_POINT_hex2point
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
retest this please..
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.
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)
retest this please
retest this please
retest this please
Retest this please
retest this please