Re: SSL crypto library

2010-02-18 Thread Dr. Stephen Henson
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_g

Re: SSL crypto library

2010-02-18 Thread carlyoung
> 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

SSL crypto library

2010-02-18 Thread Robert Doncaster
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(). Thanks, Bob Doncaster --