Tiny Encryption Algorithm and Openssl

2009-07-14 Thread siavash fallahdoost
Hi allI want to use TEA encryption algorithm with OpenSSL.Is there any engine to provide implementation of TEA  algorithm ?gost engine is an example of adding new cryptoalgorithms into OpenSSL but gost example is a bit complex. Thanks in advance, Siavash TEA source code : https://svn.exactcode

Tiny Encryption Algorithm and Openssl

2009-07-14 Thread siavash fallahdoost
Hi allI want to use TEA encryption algorithm with OpenSSL.Is there any engine to provide implementation of TEA  algorithm ?gost engine is an example of adding new cryptoalgorithms into OpenSSL but gost example is a bit complex. Thanks in advance, Siavash TEA source code : https://svn.exactcode

Re: add a new cipher to OpenSSL

2009-04-29 Thread siavash fallahdoost
, siavash fallahdoost wrote: > I want to add new cipher algorithms to openssl library and rebuild > openssl on Windows(VC++). > i'd like to know the exact procedure for adding new cipher and testing it. If this is homework for an academic project, you should ask your instructo

add a new cipher to OpenSSL

2009-04-29 Thread siavash fallahdoost
Hi all, I want to add new cipher algorithms to openssl library and rebuild openssl on Windows(VC++). i'd like to know the exact procedure for adding new cipher and testing it. Thanks in advance, Siavash