mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-11 05:00:55 +02:00
824b7a3f3f
Passing in x=0 and y=0 meant to return ECC_INF_E. Passing in x=0, y=not 0 or x=not 0, y=0 now checks whether the point is valid and forces a return of BAD_FUNC_ARG when IS_POINT_E is returned from check.