RE: [ANNOUNCE] OpenSSL 0.9.8 beta 1 released

2005-05-19 Thread Philippe BOUGERET
In fact , this arrived when I compile with the -DZLIB option. The messages are : ___ test sslv3 Available compression methods: 1: zlib compression ERROR in CLIENT 3336:error:1408108E:SSL routines:SSL3_CHANGE_CI

RE: [ANNOUNCE] OpenSSL 0.9.8 beta 1 released

2005-05-19 Thread Philippe BOUGERET
I have try this new version under Windows XPsp2 , compiled with VisualStudio2003. It compiles fine, but when I make the test, it fails with ssltest. The Windows error dialog appears and the application is stopped Thanks __ OpenS

Compile last SNAP 20050514

2005-05-14 Thread Philippe BOUGERET
Hello, When I try to compile last SNAP, I got some error : First when I run perl : D:\Download\openssl-0.9.7-stable-SNAP-20050514>perl Configure -DZLIB VC-WIN32 Configuring for VC-WIN32 IsWindows=1 CC=cl CFLAG =-DOPENSSL_SYSNAME_WIN32

compile openssl-0.9.7-stable-SNAP-20050416

2005-04-16 Thread Philippe BOUGERET
Hello   I tried to compile openssl-0.9.7-stable-SNAP-20050416.tar.gz with Visual Studio 2003.   I got an error :        Création de la bibliothèque out32dll\libeay32.lib et de l'objet out32dll\libe ay32.exp cryptlib.obj : error LNK2019: symbole externe non résolu __imp__MessageBoxI

link error - windows dll

2005-02-05 Thread Philippe BOUGERET
I want to builb openssl dll for windows,   When I compile last stable openssl, I get an error   LIBEAY32.def : error LNK2001: unresolved  private_BF_set_key LIBEAY32.def : error LNK2001: unresolved private_CAST_set_key LIBEAY32.def : error LNK2001: unresolved private_RC2_set_key LIBE

Re: Compile openssl-0.9.7-stable-SNAP-20041229.tar.gz

2004-12-30 Thread philippe bougeret
- Original Message - From: "Andy Polyakov" <[EMAIL PROTECTED]> To: Sent: Thursday, December 30, 2004 6:30 PM Subject: Re: Compile openssl-0.9.7-stable-SNAP-20041229.tar.gz > > When I try to compile openssl-0.9.7-stable-SNAP-20041229.tar.gz under > > Windows2000 with Microsoft Visual 20

Compile openssl-0.9.7-stable-SNAP-20041229.tar.gz

2004-12-29 Thread philippe bougeret
Hi !   When I try to compile openssl-0.9.7-stable-SNAP-20041229.tar.gz under Windows2000 with Microsoft Visual 2003, I have two problems :   - #include is missing in /crypto/comp/c_zlib.c   If I had this include, it compile fine (nmake -f ms\nt.mak) but test failed with the message :   test

compile openssl-0.9.7-stable-SNAP-20040826

2004-08-26 Thread philippe bougeret
Hi, When I compile openssl-0.9.7-stable-SNAP-20040826 under windows XP with VisualStudio 2003, I get the error : cl /Fotmp32\set_key.obj -Iinc32 -Itmp32 -DZLIB /MT /W3 /WX /G7 /Ox /O2 /Ob2 /Gs0 /GF /Gy /nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_END IAN -DDSO_WIN32 /Fdo

RE: Build openssl-0.9.7-stable-SNAP-20040724

2004-07-24 Thread philippe bougeret
Ok ! next time I will remember to translate .. I apply the patch and after building, it pass all test ! Thanks > -Message d'origine- > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > De la part de Andy Polyakov > Envoyé : samedi 24 juillet 2004 16:02 > À : [EMAIL PROTECTED] > Objet :

Build openssl-0.9.7-stable-SNAP-20040724

2004-07-24 Thread philippe bougeret
When I build openssl-0.9.7-stable-SNAP-20040724 under Windows with VisualStudio2003, I have the error message :     ssl\ssl_cert.c(834) : error C2220: avertissement considéré comme une erreur - au cun fichier objet généré ssl\ssl_cert.c(834) : warning C4133: 'fonction' : types incompat

Compile openssl-0.9.7-stable-SNAP-20040707

2004-07-07 Thread philippe bougeret
When I compile openssl-stable, under windows, it doesn’t find in “crypto/o_str.c”line 60. But it compile fine if I remove the “s”  ->   Is it a mistake ?    

SSL with CRL check

2003-01-11 Thread philippe BOUGERET
Hi, I have made a client - server connexion using TLS with a server authentification and also client authentification I use SSL_CTX_load_verify_locations function in order to load the AC certificat I use SSL_CTX_use_certificate_file function in order to load the client certificat HOW CAN I LO