On Thu, Feb 18, 2010, carlyo...@keycomm.co.uk wrote:

> 
> > On Thu 18/02/10 3:31 PM , Robert Doncaster b...@edp.co.uk sent:
> > Hello,
> > 
> > Is there a programmatic way to give a list of available cypher names (eg 
> > AES-128-ECB...)?
> > i.e a list of the names that could be supplied to EVP_get_cipherbyname().
> > 
> > 
> 
> the openssl enc.c example shows a function which may do what you want!?
> 
> OBJ_NAME_do_all_sorted
> 

OpenSSL 1.0.0 has a friendlier functions EVP_CIPHER_do_all() and
EVP_CIPHER_do_all_sorted() examples of their use are in app/openssl.c

Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to