On Sun, Jul 30, 2006, Girish Venkatachalam wrote:

> 
> 
> --- Bear Giles <[EMAIL PROTECTED]> wrote:
> 
> > Is there a way to programmatically obtain a list of
> > available ciphers, 
> > digests and algorithms?  I looked at the header
> > files, but may have 
> > overlooked something.
> > 
> man ciphers

That only works for SSL/TLS ciphersuites. If the OP really means ciphers and
digests then this is possible, there are two new options
list-message-digest-algorithms and list-cipher-algorithms in OpenSSL 0.9.9
which do this, they use a couple of new functions derived from
OBJ_name_do_all().

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
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to