You are not logged in. Please login or register.
Active topics Unanswered topics
Welcome to the wolfSSL Forums!
Please post questions or comments you have about wolfSSL products here. It is helpful to be as descriptive as possible when asking your questions.
References
Stable Releases - download stable product releases.
Development Branch - latest development branch on GitHub.
wolfSSL Manual - wolfSSL (formerly CyaSSL) product manual and API reference.
Search options
Thank you very much for your kind answer !
Kaleb J. Himes wrote:Thanks for your question, please checkout the sections of code wrapped by the setting HAVE_COMP_KEY (Short for HAVE COMPRESSED KEY).
I'm studying too Apple VAS encryption. I have tried to follow your hint, but I have not understood so much and I have not been able to solve the problem.
It seems to me HAVE_COMP_KEY option affects mainly keys import/export while the function
EC_POINT_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *p, const BIGNUM *x, int y_bit, BN_CTX *ctx)
calculates y value for a given x value (as square roots of x^3 + a*x + b) and then internally calls EC_POINT_set_affine_coordinates()
I'm not able to find some equivalent function within WolfSSL.
Thx,
Abramo
Posts found: 2
Generated in 0.018 seconds (96% PHP - 4% DB) with 4 queries