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

2002-05-02 Thread Richard Levitte via RT
Setting LC_TIME isn't enough. IIRC, LC_ALL takes precedence, and possibly LANG as well... Therefore, the change should include setting those to C as well. -- Richard Levitte [EMAIL PROTECTED] __ OpenSSL Project

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

2002-05-02 Thread Richard Levitte via RT
I made the following change: --- crypto/Makefile.ssl 2002/02/13 18:20:02 1.85 +++ crypto/Makefile.ssl 2002/05/02 08:04:17 @@ -57,7 +57,7 @@ echo " /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */"; \ echo " #define CFLAGS \"$(CC) $(CFLAG)\""; \ ech

[openssl.org #17] enahancement request - support intel icc for building

2002-05-02 Thread Lutz Jaenicke via RT
[[EMAIL PROTECTED] - Wed May 1 20:09:16 2002]: > I we compile with intel icc using intels math library libimf.a, it would > probably boost performance a lot. > > Intel's compiler version 6.0 is available for non commercial use. Hmm. Should not be too difficult to create a new entry for "Conf

[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 start

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

Re: Integration of AES algorith to OpenSSL Crypto library

2002-05-02 Thread Richard Levitte - VMS Whacker
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>

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 co

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 fr

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; idea_set_encrypt_key(cf

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 librar

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 OpenS

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 o