> Hello all,
>
> we are working to integrate a new cipher (aes-ccm) into the crypto lib.
> We want to have the new algorithm available from every application linking
> the library but we have not found where we have to add the cipher
> definition to have it listed among the available ones.
>
> Can you help us ???
>
> Thank you in advance, have a nice day!

First of all, read this manual http://www.columbia.edu/~ariel/ssleay/ . 
It is old, but it can give you a base for next steps.

Then if you want to put a cipher (as I understand it is your case) look at 
files: 

crypto/evp/evp.h
crypto/evp/evp_locl.h
crypto/evp/c_allc.c
crypto/evp/e_aes.c - as an example
crytpo/objects/obj_dat.num
crypto/objects/objects.txt
crypto/aes/* - as an example
crypto/evp/Makefile.ssl
apps/progs.pl
Makefile.org
config
crypto/Makefile.ssl

It is only for crypto....
I do not know anything about SSL....
--
Kentlinux.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to