V, Bharath (Bharath) wrote:
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.
RSA is an asymmetric algorithm, which is used to establish a channel by which symmetric keys can be exchanged in confidence.

AES is a symmetric algorithm, which is used after the key exchange has taken place.

They are not interchangeable.

______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]

Reply via email to