make certificates

2003-06-22 Thread p b
Hello, I want to create my own certificates without using any config file. First I make a self-signed certificate, then I make a X509 cert, and I sign it with the private key of the self signed certificate. I export both certificate in pem files. But when I use openssl verify, I get the

RE : Build openssl-SNAP-20030529 (Windows)

2003-06-01 Thread p b
Did you receive my mail about bugs in openssl-snap ? I told you : When I configure openssl-SNAP-20030529 with ms/do_ms, and then I compile with nmake -f ms\nt.mak, store.h is not copied in /inc32/openssl If I copy that file, there's an incompatibility signed/unsigned in crypto/ecdh/ech_ossl.c

Build openssl-SNAP-20030529 (Windows)

2003-05-30 Thread p b
When I ccnfigure openssl-SNAP-20030529 with ms/do_ms, and then I compile with nmake -f ms\nt.mak, store.h is not copied in /inc32/openssl If I copy that file, there's an uncopatibility signed/unsigned in crypto/ecdh/ech_ossl.c line 193. I had made a cast (size_t), Then in

EVP_SealInit

2003-05-29 Thread p b
In the EVP_SealInit() fonction, the secret key is generated by the random number generator. How can I use my own key ? Thanks. __ OpenSSL Project http://www.openssl.org Development Mailing

RE : Old mail currently unaccessible to me...

2003-05-28 Thread p b
I had two questions without answer : Fist : openssl-0.9.7-stable-SNAP-20030522 and openssl-SNAP-20030522 can't build under WindowsXPsp1 with VisualStudio2003 because there's un uncompatibility signed/unsigned in crypto/bn/bn_mul.c line 709 for SNAP, and line 379 for stable-SNAP It's still true

BIO_set_nbio_accept

2003-02-27 Thread p b
I use openssl openssl-0.9.7-stable-SNAP-20030226.tar.gz , with linux Mandrake 9.0 When I compile the BIO_set_nbio_accept(BIO*,int) I get the message : Error : Invalid conversion from 'const void*' to 'void *' If I use the function : BIO_ctrl(bio,BIO_C_SET_ACCEPT,1,0) , there's no problem, If

ZLIB compression

2003-02-26 Thread p b
Hi, I use openssl 0.9.7a, windows XP, Visual 7 C++; I had mad a client server connection with RSA, DH for key negotiation, and TLS with AES-256 cipher. I try to compress data (openssl copile whit ZLIB oprion): When I use RLE compression, the data are correctly transmitted, but when I use ZLIB

RE : IMPORTANT: please test snapshot openssl-0.9.7-stable-SNAP-20030214.tar.gz

2003-02-14 Thread p b
Test under Windows XP pro, with VISUAL.NET studio (visual 7 C++), platform SDK (October 2002). # After perl Configure VC-WIN32 the output is as follow: Configuring for VC-WIN32 IsWindows=1 CC=cl CFLAG

RE : IMPORTANT: please test snapshot openssl-0.9.7-stable-SNAP-20030214.tar.gz

2003-02-14 Thread p b
Test under Linux Mandrake 9.0, kernel 2.4.20, pentium 3, GCC : Compile and tests ok ! -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] De la part de Bodo Moeller Envoyé : vendredi 14 février 2003 18:09 À : [EMAIL PROTECTED]; [EMAIL PROTECTED] Objet : IMPORTANT:

RE : faster connexion

2003-01-22 Thread p b
Pablo J. Royo - Original Message - From: p b [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 21, 2003 9:57 AM Subject: faster connexion Hi, I have made a connexion between 2 computers linked by a 100Mb net. I use BIO_s_connect and BIO_s_accept, but I can't transmit data

RE : RE : faster connexion

2003-01-22 Thread p b
-- From: p b [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Wed, 22 Jan 2003 16:00:34 +0100 In fact, it was the size of the buffer used to send the data which was too large!! Now I reach 3,3 Mo/s Thanks for your help, -Message d'origine- De : [EMAIL PROTECTED

Checking CRL

2003-01-16 Thread p b
I do ? Thanks a lot Philippe -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] De la part de Lutz Jaenicke Envoyé : mercredi 15 janvier 2003 14:21 À : [EMAIL PROTECTED] Objet : Re: RE : DH and RSA for TLS On Wed, Jan 15, 2003 at 01:27:58PM +0100, p b wrote: I use

RE : DH and RSA for TLS

2003-01-15 Thread p b
- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] De la part de Lutz Jaenicke Envoyé : mercredi 15 janvier 2003 12:10 À : [EMAIL PROTECTED] Objet : Re: DH and RSA for TLS On Wed, Jan 15, 2003 at 11:50:33AM +0100, p b wrote: I use openssl 0.9.7 I made a client - server connexion, and I would

Get client IP

2003-01-10 Thread p b
Hi, I use BIO to make a client-server connexion, For the server, How can I get the IP of the client when a connexion is accepted Thanks __ OpenSSL Project http://www.openssl.org Development