Is there any documentation on the conversion from a hex public key to the EC_POINT struct? I assume I just need to split the key into the three BIGNUM coordinates, but where do I split my key? I'm using a 664bit public key.

I can't find an implementation of an oct2point method (like the one called by EC_POINT_oct2point), and the EC_POINT_oct2point function keeps giving me null EC_POINTs. This _would_ make sense if there are no oct2point methods.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to