Re: Adding cipher code

2002-04-28 Thread Lutz Jaenicke

On Fri, Apr 26, 2002 at 02:29:46PM +0700, Satria Bakti (13297096) wrote:
 I'm working on integrating new cipher suite in 0.9.7,
 and now I come to part where I have to put my block 
 algorithm code in crypto/ directory.
 
 Is there any guidelines/hints on how to put my cipher
 code there ? Code modification, header files, API, and
 things like that ?

I am not aware about a corresponding documentation.

You should probably have a look into the other implementations, like
des (openssl/des, openssl/evp/e_des.c), aes, idea...
It seems that the interface is not that large.

Best regards,
Lutz
-- 
Lutz Jaenicke [EMAIL PROTECTED]
http://www.aet.TU-Cottbus.DE/personen/jaenicke/
BTU Cottbus, Allgemeine Elektrotechnik
Universitaetsplatz 3-4, D-03044 Cottbus
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Adding cipher code

2002-04-26 Thread Satria Bakti (13297096)

Hello,

I'm working on integrating new cipher suite in 0.9.7,
and now I come to part where I have to put my block 
algorithm code in crypto/ directory.

Is there any guidelines/hints on how to put my cipher
code there ? Code modification, header files, API, and
things like that ?

-- 

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