ANNOUNCE: OpenSA 1.3.6d

1999-08-08 Thread Daniel Reichenbach
OpenSA Version 1.3.6d The Apache Win32 solution http://www.opensa.de/ __ The OpenSA Project team is pleased to announce the release of version 1.3.6d of our Open Source package for Win32. This new version incorporates several ch

Re: client authentication (SSL_CTX_set_verify)

1999-08-08 Thread Bodo Moeller
Claus Assmann <[EMAIL PROTECTED]>: >>> Question: is there some simple way to find out whether the client >>> has been authenticated? I registered a callback with SSL_CTX_set_verify, >>> but I don't completely understand it... >> Do you have to use a callback? You can use SSL_get_verify_result >

Re: client authentication (SSL_CTX_set_verify)

1999-08-08 Thread Bodo Moeller
Bodo Moeller <[EMAIL PROTECTED]>: [...] > SSL_CTX_set_cert_verify_callback takes two arguments, the second of > which is never used. Obviously the idea was the second one would be > passed to the callback -- this will likely be done so in OpenSSL > 0.9.5. All your callback has to do is call X50

hi

1999-08-08 Thread wabe
How does one actually compile s_server and s_client? Basically, what I want to do is make a simple psuedo-icq using openSSL. But first I want to verify that I can make a client and server talk to each other. :> I've done config, make install, etc. Nothing reported any errors. But I can't seem

Re: another sslcat example (ebay.de)

1999-08-08 Thread Sampo Kellomaki
Martin Leja <[EMAIL PROTECTED]> writes: > here another example of how sslcat can be used (you can include it in the > next release of your Net::SSLeay module if youl like) > > --begin--sslcat > #!/usr/bin/perl > > use Net::SSLeay qw{ sslcat }; > > $desc= "Usage: sslcat \n" . >"The char

Re: client authentication (SSL_CTX_set_verify)

1999-08-08 Thread Claus Assmann
On Sun, Aug 08, 1999, Bodo Moeller wrote: > Claus Assmann <[EMAIL PROTECTED]>: > >>> Question: is there some simple way to find out whether the client > >>> has been authenticated? I registered a callback with SSL_CTX_set_verify, > >>> but I don't completely understand it... Thanks again for you

Re: Howto make a small footprint lib?

1999-08-08 Thread Michael Portz
Niklas Höglund wrote: > > On Fri, May 28, 1999 at 08:16:33AM +0200, Michael Portz wrote: > > Michael Portz wrote: > > I played around a bit more and the following turned out to work for me: > > > > ./config 386 no-bf no-cast no-dh no-dsa no-idea no-rc2 no-rc4 no-rc5 no-ssl2 >-DSSL_FORBID_ENULL