I am getting X component, Y component and curve values from server. I want to derive server public key from that using openssl or common crypto.
In iOS there is no straight forward API to generate Public Key with a given X,Y & Curve values.
Any help will be much appreciated.