On Sunday 01 June 2003 20:00, Henrik N. Rask wrote: > I am trying to figure out exactly how much support for elliptic curve > cryptography exists in the 0.9.8 snapshots (the lack of documentation is > making this a bit difficult).
Hopefully this will change when 0.9.8 is released :-) > Specifically i was wondering if there exists > functions for simple public/private encryption/decryption similar to > RSA_public_encrypt() and RSA_private_decrypt(). No. The OpenSSL elliptic curve implementation currently supports only the basic arithmetic functions for elliptic curves, signature generation (using ECDSA as defined in X9.62) and ECDH. A public key encryption scheme (perhaps ElGamal) is currently not implemented (but it shouldn't be very difficult to implement). Nils ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]