Yes, I've got recent 0.9.7 snapshot but openvpn crashes when I link it with the snapshot. I am going to minimize scope of the problem as follows: 1. get stable 0.9.6 release 2. get only AES code and integrate it to 0.9.6
So, I need to know the process of integration of new cipher to Crypto library. I've tried to place the directory with new cipher (aes) inside of the crypto directory, modified root Makefile.ssl and crypto/Makefile.ssl however it seems that it is not enough - new codec does not appear in the list of supported codecs of openvpn executable. So, Is there some HOWTO and another document that shows the process of integration of new codec to Crypto library ? Thanks, in advance. Ildar. ----- Original Message ----- From: "Richard Levitte - VMS Whacker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, May 02, 2002 5:09 PM Subject: Re: Integration of AES algorith to OpenSSL Crypto library Uhmm, have you considered looking at recent snapshots? In message <017001c1f1d5$a102fc20$[EMAIL PROTECTED]> on Thu, 2 May 2002 16:33:54 +0400, "Ildar Gabdulline" <[EMAIL PROTECTED]> said: ildar> Hi, ildar> ildar> I have one question regarding internals of OpenSSL Crypto library. ildar> ildar> ildar> --------------------------------------------------------------------- ----------- ildar> The situation is as follows: ildar> ildar> I am going to integrate AES cipher to OpenSSL Crypto library. ildar> Regarding of AES algorithm implemnetation - we have the following functions: ildar> file://rijndael_setup() should be called at startup of the program ildar> void rijndael_setup(RIJNDAEL_context *ctx, size_t keysize, const UINT8 *key); ildar> file://rijndael_encrypt() should be called for every 16 bytes of the stream to be encrypted ildar> void rijndael_encrypt(RIJNDAEL_context *context, const UINT8 *plaintext, UINT8 *ciphertext); ildar> file://rijndael_decrypt() should be called for every 16 bytes of the stream to be decrypted ildar> void rijndael_decrypt(RIJNDAEL_context *context, const UINT8 *ciphertext, UINT8 *plaintext); ildar> ildar> ildar> --------------------------------------------------------------------- ----------- ildar> ildar> The question: ildar> ildar> Is anybody here who can provide me some guidelines on the integration of AES cipher to OpenSSL Crypto library ? ildar> What files should be changed/customized ? -- Richard Levitte \ Spannv�gen 38, II \ [EMAIL PROTECTED] Redakteur@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47 \ SWEDEN \ or +46-708-26 53 44 Procurator Odiosus Ex Infernis -- [EMAIL PROTECTED] Member of the OpenSSL development team: http://www.openssl.org/ Unsolicited commercial email is subject to an archival fee of $400. See <http://www.stacken.kth.se/~levitte/mail/> for more info. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
