Hi all,
I'm trying to add this new cipher, I changed files
/evp/e_allc.c
/evp/e_aes.c
/evp/evp.h
/objects/obj_mac.h
just only copying what there was about existing ciphers (i.e.: aes-192-ecb) and modifying it for my cipher, now I can see it in the list of ciphers and I can use it,
but I think it is not functioning correctly because I've never wrote that my ciphers needs the program that I've added, CCM_AES_encrypt(..), and I fear it calls some other program like aes_cbc_encrypt, as I can see reading the file object /evp/c_allc.o


Is there anyone who can help me?

Thanks a lot
regards
PaoloSERRA


______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

Reply via email to