On Mon, Mar 28, 2005, Michael D'Errico wrote: > Is there any way to specify the key length to use > in EVP_SealInit? (Besides AES where the EVP_CIPHER > specifies the length.) If not, how do you figure > out how long a key was used? >
Depends on how its used. In some cases the context implies the key length whereas in others the only way is to actually see what key length it sets after being called. Even then there are exceptions: for example some S/MIME mail clients use an RC2 physical key length of 192 bits but set the effective key length to a lower value such as 64 bits. 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 openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]