Re: EVP ciphers

2004-03-28 Thread Joshua Juran
On Mar 28, 2004, at 11:12 AM, Joseph Bruni wrote: I feel your pain. I too have tried looking through various headers and source files to find the definitions of things. To my dismay, I've found that the openssl group makes heavy use of C preprocessor macros for the definition of various functio

Re: EVP ciphers

2004-03-28 Thread Dr. Stephen Henson
On Sun, Mar 28, 2004, Sue_Office wrote: > Hi, > I'm trying to find my way through the OpenSSL code, and have come across > something I can't figure out - In crypto\evp\c_allc.c the routine > OpenSSL_add_all_ciphers() calls EVP_add_cipher() for all the different > supported cipher suites. But I can

Re: EVP ciphers

2004-03-28 Thread Joseph Bruni
I feel your pain. I too have tried looking through various headers and source files to find the definitions of things. To my dismay, I've found that the openssl group makes heavy use of C preprocessor macros for the definition of various functions and whatnot, which makes finding routine defini

EVP ciphers

2004-03-28 Thread Sue_Office
Hi, I'm trying to find my way through the OpenSSL code, and have come across something I can't figure out - In crypto\evp\c_allc.c the routine OpenSSL_add_all_ciphers() calls EVP_add_cipher() for all the different supported cipher suites. But I can only find the definitions of type const EVP_CIPHER