Re: problems wih openssl 0.9.7b & 0.9.7c

2003-10-12 Thread Michiels Olivier
<>

From 0.9.7a to 0.9.7b

2003-10-06 Thread Michiels Olivier
<>

CRYPTO_add and memory leaks

2003-09-22 Thread Michiels Olivier
Hi, I've a little problem with the function CRYPTO_add. Actually, when I use the function OCSP_basic_add1_cert, I know that in that function the CRYPTO_add is called. My problem is, I use the function OCSP_basic_add1_cert to add the certificate chain to my ocsp response and even after the memmr

Memory leak with ocsp

2003-09-08 Thread Michiels Olivier
Hi, in order to add the certificate chain in my ocsp response, I use the OCSP_basic_add1_cert function. My problem is the following, even after freing the OCSP_BASICRESP pointer there is always 4 bytes unfreed in memory. I know that those 4 bytes comes from the OCSP_basic_add1_cert function bec

A question about ENGINE

2003-07-23 Thread Michiels Olivier
ivate key and the certificate are not used by the ENGINE. My question is, how can I setup a ssl connection without having the ENGINE used by the SSL connection ? Thanks, Michiels Olivier

Re: SSL connection handshake and ENGINE

2003-07-22 Thread Michiels Olivier
Well, it's my own ENGINE not one priveded by OpenSSL. BTW, the private key is a software private key, so I guess something is wrong with my ENGINE or the way I use the software private key. Olivier On Fri, 2003-07-18 at 18:26, Dr. Stephen Henson wrote: On Fri, Jul 18, 2003, Michiels Ol

Re: SSL connection handshake and ENGINE

2003-07-18 Thread Michiels Olivier
Part of this message was stripped for security reasons. If this has made the contents unusable, please contact your correspondent or mailto:[EMAIL PROTECTED]

Re: SSL connection handshake and ENGINE

2003-07-18 Thread Michiels Olivier
The problem is I didn't implement the decrypt function in my ENGINE. The decrypt used is the one from openssl. Whe the s_server is able to decrypt the data and not my server ? Olivier On Fri, 2003-07-18 at 14:54, Dr. Stephen Henson wrote: On Fri, Jul 18, 2003, Michiels Olivier wrote:

Re: Extracting Issuer Certificate

2003-02-07 Thread Michiels Olivier
/www.msn.fr/msger/default.asp > > __ > OpenSSL Project http://www.openssl.

Re: Rep:Re: IBM 4758 engine status?

2002-12-20 Thread Michiels Olivier
This driver is working. You have to recompiled it before using it. But the problem is that it is not the sharing object needed by openssl ENGINE. Michiels Olivier On Friday 20 December 2002 09:30, Jean Pierre Cognasse wrote: > Hello, > > I did not read your conversation from the start bu

Re: question!!

2002-11-28 Thread Michiels Olivier
I don't know for OpenSSL but OpenLDAP you can. On Thu, 2002-11-28 at 14:43, Touria Zaddaoui wrote: > Hi everybody, > i have a question about openssl and LDAP, is there any option with openssl > that can be used to publish an openssl generated certificate to an LDAP > directory. i'll be very great

Re: OCMP(Onlie Certificate Status Protocol)

2002-11-22 Thread Michiels Olivier
Yes, the version 0.9.7 of OpenSSL includes ocsp. But what do you want to do with OCSP. Do you want to implement an OCSP client or an OCSP responder ? Michiels Olivier On Fri, 2002-11-22 at 12:34, HASEGAWA Takashi wrote: > Hello. > > I have a question. > > I want to use OCMP(On

Re: OCSP

2002-11-18 Thread Michiels Olivier
Hi, the best way to understand how the OCSP APIs works is to read the ocsp.c file. I've wrote my own responder with this file as a base. Michiels Olivier On Mon, 2002-11-18 at 11:20, Jiří Olša wrote: > hello, > > i'm writing OCSP responder, and i cant find any documentation &

Sharing object for the 4758 CCA

2002-11-12 Thread Michiels Olivier
Hi, I'm looking for the libCSUNSAPI.so file in order to use openssl engine with my IBM 4758 CCA device. Can you tell me where can I found it ??? Thanks, Michiels Olivier __ OpenSSL Project

Re: OCSP and netscape 7 or mozilla

2002-10-28 Thread Michiels Olivier
Thanks for your response, but my problem was not related to the signature but related to the time on my server (incorrect time). So, thanks for your help anyway. Michiels Olivier Perry The Cynic wrote: On Mon, Oct 21, 2002 at 07:41:42AM +0200, Michiels Olivier wrote: Hi, my

Re: OCSP and netscape 7 or mozilla

2002-10-18 Thread Michiels Olivier
Do you also believe that this is a mistake in Mozilla ? Michiels Olivier Francisco Perez Botella wrote: El Vie 18 Oct 2002 09:45, Michiels Olivier escribio: Hi, I've just implemented an OCSP responder and I want to test it with netscape or mozilla. Both browsers returns tha

OCSP and netscape 7 or mozilla

2002-10-18 Thread Michiels Olivier
Hi, I've just implemented an OCSP responder and I want to test it with netscape or mozilla. Both browsers returns that the certificate cannot be verified for an unknown reason but when I use the ocsp client of openssl it works. Any idea ? Michiels Ol

My own ENGINE for NFast

2002-10-02 Thread Michiels Olivier
Original Message Subject: My own ENGINE for NFast Date: Wed, 02 Oct 2002 15:54:20 +0200 From: Michiels Olivier <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED]

My own ENGINE for NFast

2002-10-02 Thread Michiels Olivier
e key protected by a logical token and the public key is store in a pem file. My question is, how do I create the two EVP_PKEY in my implementation. Thank, Michiels Olivier __ OpenSSL Project http://

Signature and ENGINE

2002-10-02 Thread Michiels Olivier
Hi everybody, I'm curious to know how can I sign something using an ENGINE. When I'm looking in the x509.c code, I see the setup_engine function but the variable 'e' is not used in the rest of the code, is it normal ? Why initialize an ENGINE to not using it ? Than

Re: Validity period of certificates

2002-09-27 Thread Michiels Olivier
Hi, take the BEGIN CERTIFICATE to the END CERTIFICATE part, put it in a file, then do : openssl x509 -in yourfile -text. You will see the start and the end date at the beginning of the response. Hope this help, Michiels Olivier Radboud Platvoet wrote: >Hi everyone, > >I would like t

OpenSSL engine NFast

2002-09-24 Thread Michiels Olivier
ical token ? Thanks for your help, Michiels Olivier __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated Li

Openssl Engine

2002-09-24 Thread Michiels Olivier
/* Free our "structural" reference. */ ENGINE_free(e); return 0; } The output is has follows: engine "chil" set. 25983:error:260AC089:engine routines:func(172):reason(137):eng_ctrl.c:136: 25983:error:260AB089:engine routines:func(171):reason(137):eng_ct