[openssl.org #16] openssl-engine-0.9.6d-beta1 crypto/Makefile.ssl patch

2002-05-02 Thread Lutz Jaenicke via RT
[[EMAIL PROTECTED] - Wed May 1 12:20:35 2002]: ! echo #define DATE \`date`\; \ ! echo #define DATE \`LC_TIME=C date`\; \ Is anybody aware of a platform on which this would cause trouble? Best regards, Lutz

Integration of AES algorith to OpenSSL Crypto library

2002-05-02 Thread Ildar Gabdulline
Hi, I have one question regarding internals of OpenSSL Crypto library. The situation is as follows: I am going to integrate AES cipher to OpenSSL Crypto library. Regarding of AES algorithm implemnetation - we have the following functions: //rijndael_setup() should be called at startup

Re: Integration of AES algorith to OpenSSL Crypto library

2002-05-02 Thread Lutz Jaenicke
On Thu, May 02, 2002 at 04:33:54PM +0400, Ildar Gabdulline wrote: I have one question regarding internals of OpenSSL Crypto library. The situation is as follows: I am going to integrate AES cipher to

Questions about PKI

2002-05-02 Thread kevin sahki
SAHKI K?vin 1 avenue Pierre S?mard 94200 Ivrys Sur Seine [EMAIL PROTECTED] Mr or Mrs, I'm a sudent in network technologie at EPITA (a french computing school in Paris) and I'm in telecommunication specialisation. I've to do a report on PKI. More exactely my report deals about the

Re: Questions about PKI

2002-05-02 Thread Erwann ABALEA
Hi Kevin, First of all, you're addressing your request to a developper only mailing-list (openssl-dev). That's bad. Second point, it seems you didn't understand that OpenSSL is not a PKI product in itself, built by a company. It's an open source API, developed by volunteers within their spare

a question about IDEA

2002-05-02 Thread Hong Jingxin
Dear Sir: In the IDEA cryption test program cfb64_test, I don't know why we must use encrytion key as decryption key. can you tell me the reason. static int cfb64_test(unsigned char *cfb_cipher) { IDEA_KEY_SCHEDULE eks,dks; int err=0,i,n;

Re: Integration of AES algorith to OpenSSL Crypto library

2002-05-02 Thread Ildar Gabdulline
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

Re: Integration of AES algorith to OpenSSL Crypto library

2002-05-02 Thread Lutz Jaenicke
On Thu, May 02, 2002 at 11:51:49PM +0400, Ildar Gabdulline wrote: 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 OpenSSL

Re: Integration of AES algorith to OpenSSL Crypto library

2002-05-02 Thread Stephen Sprunk
Thus spake Ildar Gabdulline: 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 Perhaps you should figure out why