On Wed, Sep 27, 2006, V, Bharath (Bharath) wrote: > Hi, > > I am using keytool command to generate the certificates, currently i am > using RSA algorithm. > We are planning to change this to AES, does Open SSL support AES? > If yes can i use it with keytool command. >
OpenSSL does support AES but you cannot replace RSA with AES in that way using OpenSSL or indeed any other crypto library. AES is a symmetric algorithm while RSA is an asymmetric (public key) crypto algorithm. Steve. -- Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage OpenSSL project core developer and freelance consultant. Funding needed! Details on homepage. Homepage: http://www.drh-consultancy.demon.co.uk ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
