Open SSL server side in Windows

2001-04-04 Thread Filipe Contente
th Windows. The Client side works ok!! I'm generating the certificates in Linux and i use them in windows, there is any problem with this?? The c_rehash have any effect in windows?? Thank, Filipe Contente __

Re: Strange behaviour with SSL_CTX_set_verify

2001-03-23 Thread Filipe Contente
HI!!! I'm with the same problem.. but i can't get the peer certificate in any situation, it is always NULL! i'm using the SSL_CTX_set_verify() method after i create the call to SSL_CTX_new(), is it in the wrong place?? should i use the SSL_set_verify() ? i'm doing this in c++ also, and i'm us

Re: verify_callback???

2001-03-19 Thread Filipe Contente
You have sent it to me before, and it didn't help... may you try to answer my questions??? thanks Lutz Jaenicke wrote: > > On Mon, Mar 19, 2001 at 06:41:31PM +0000, Filipe Contente wrote: > > Hi everybody! > > > > what does a verify_callback method should do?