Re: obtaining list of ciphers, digests and algorithms?

2006-07-31 Thread Dr. Stephen Henson
On Sun, Jul 30, 2006, Bear Giles wrote: Dr. Stephen Henson wrote: 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

Re: obtaining list of ciphers, digests and algorithms?

2006-07-31 Thread bgiles
Yes, I'm trying to update my code that creates PostgreSQL data types and functions using OpenSSL. Some of the advanced functions (e.g., rekeying an PKCS8 object) require that the user pass in things like digest names, but my interface doesn't yet support a way of learning what those possible

obtaining list of ciphers, digests and algorithms?

2006-07-30 Thread Bear Giles
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. Bear __ OpenSSL Project

Re: obtaining list of ciphers, digests and algorithms?

2006-07-30 Thread Girish Venkatachalam
--- 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 Bear

Re: obtaining list of ciphers, digests and algorithms?

2006-07-30 Thread Dr. Stephen Henson
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

Re: obtaining list of ciphers, digests and algorithms?

2006-07-30 Thread Bear Giles
Dr. Stephen Henson wrote: 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.