Thus spake 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.
I recommend against reading the DES headers :) I based the AES headers (and modes) on the IDEA ones; they're pretty self-evident. S -- Stephen Sprunk "So long as they don't get violent, I want to CCIE #3723 let everyone say what they wish, for I myself have K5SSS always said exactly what pleased me." --Albert Einstein ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
