Re: finding out cipher name

2009-10-25 Thread Misha Aizatulin
is there a way, given an EVP_CIPHER, to find out the human-readable cipher name? Try EVP_CIPHER_name(cipher) . Thanks, this works! Taking it further, is there a similar function for EVP_PKEY_METHOD? Misha __ OpenSSL

finding out cipher name

2009-10-22 Thread Misha Aizatulin
hi, is there a way, given an EVP_CIPHER, to find out the human-readable cipher name? Best, Misha __ OpenSSL Project http://www.openssl.org User Support Mailing List

Re: finding out cipher name

2009-10-22 Thread Mari
*Good Morning, Misha!* I'm sorry, but I can't understand what you want. Please, can you explain? To you see the ciphers installed in you system : openssl ciphers -v Link about ciphers : - http://www.openssl.org/docs/apps/ciphers.html * Best Regards, Mariana Hoffart Dias* On Thu, Oct 22, 2009

Re: finding out cipher name

2009-10-22 Thread Dr. Stephen Henson
On Thu, Oct 22, 2009, Misha Aizatulin wrote: hi, is there a way, given an EVP_CIPHER, to find out the human-readable cipher name? Try EVP_CIPHER_name(cipher) . Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see:

Re: finding out cipher name

2009-10-22 Thread carlyoung
On Thu 22/10/09 9:05 AM , Misha Aizatulin ava...@hot.ee sent: is there a way, given an EVP_CIPHER, to find out the human-readable cipher name? EVP_CIPHER_name Carl __ OpenSSL Project