On 26/11/15 19:18, Matt Loah wrote: > While the public key in the context of OpenSSL Elliptic Curves algorithm > is stored as a EC_POINT pointer... and the private key as a BIGNUM > pointer... which functions (or which kind of them) should be called to > encrypt & to decrypt a message in C/C++ ? OpenSSL only supports ECDH and ECDSA, neither of which can be used to perform encryption. Matt