Re: Random Number Generation

1999-03-10 Thread Sampo Kellomaki
"Pavan Auman" <[EMAIL PROTECTED]> writes: > I have installed openssl and Net::SSLeay, but my Solaris 2.6 platform = > does not have /dev/random or /dev/urandom. Is there any way that I can = > still seed the RNG without these tools? This question reduces to: Is there any way to obtain random num

Re: Fresh meat -- Java SSL using OpenSSL (SSLeay)

1999-03-10 Thread Andrei Popovici
Martin Kuzela writes: > Do you support (or plan to support) also SSLeay-0.9.0b or OpenSSL ? It builds and works fine with SSLeay-0.9.0b and openssl-0.9.1c without changes. (just tested) However, OpenSSL has a different License, I have to ask if it's ok, etc.. Regards, Andrei. __

RE: Fresh meat -- Java SSL using OpenSSL (SSLeay)

1999-03-10 Thread GOMEZ Henri
> You put the so/dll in your library path on your host, and > java will load'it at runtime. It's not 'mobile' code :( > [GOMEZ Henri] Thanks to point out the dll/so pre-installation. It will be a first answer to a common problem. Having a free SSL implementation for java... _

RE: Fresh meat -- Java SSL using OpenSSL (SSLeay)

1999-03-10 Thread Buchs Christian
> Allways no 100% pure Java SSL implementation but there is a > premice (http://security.dstc.edu.au/projects/java/jcsi.html) They don't plan to implement SSL for now, Kerberos V and S/MIME have higher priority for them... Moreover, OpenSSL (and SSLeay before) have been used and tested for

RE: Fresh meat -- Java SSL using OpenSSL (SSLeay)

1999-03-10 Thread Andrei Popovici
GOMEZ Henri writes: > Since JAVA SSL use OpenSSL/SSLeay DLL, how can we made it work > under a standard browser ? You put the so/dll in your library path on your host, and java will load'it at runtime. It's not 'mobile' code :( > Allways no 100% pure Java SSL implementation but th

Re: MINGW32

1999-03-10 Thread Ulf Möller
> How to make OpenSSL with MINGW32 on Win32 platform? Unfortunately it is not yet supported in OpenSSL, but Niklas Höglund posted a description a while ago. Check the openssl-users archive. __ OpenSSL Project

RE: Fresh meat -- Java SSL using OpenSSL (SSLeay)

1999-03-10 Thread GOMEZ Henri
Since JAVA SSL use OpenSSL/SSLeay DLL, how can we made it work under a standard browser ? Allways no 100% pure Java SSL implementation but there is a premice (http://security.dstc.edu.au/projects/java/jcsi.html) See you

RE: Using client authentication

1999-03-10 Thread Erwann ABALEA
On Tue, 9 Mar 1999, Wade L. Scholine wrote: > Erwann ABALEA writes: > > > > On Thu, 4 Mar 1999, Wade L. Scholine wrote: > > > > > What does NS mean by 'Personal Certificate' in this > > context? I would have > > > thought that the Entrust and Verisign samples would qualify. > > > > Your serve

Re: Exceptions on SSLeay licence?

1999-03-10 Thread Ben Laurie
Christian Buysschaert wrote: > > Hello everybody, > > To my amazement during an extensive investigation of my internetbanking > software (of a major bank in Belgium), I found out that through > several layers of libraries they use SSLeay 0.8.1. > > I reread the licence of SSLeay and then the ma

Re: Fresh meat -- Java SSL using OpenSSL (SSLeay)

1999-03-10 Thread Andrei Popovici
Martin Kuzela writes: > > Do you support (or plan to support) also SSLeay-0.9.0b or OpenSSL ? > Yes, asap. > Is it problem to establish some cooperation between these two project? > I hope not. But I haven't had the time to look closely at OpenSSL.. Andrei Ppopovici _

Re: Web page graphic.

1999-03-10 Thread Ralf S. Engelschall
In article <[EMAIL PROTECTED]> you wrote: > Excuse me for posting while not being a subscriber. I was wondering, has > anyone created a small web page graphic that we may put on the bottom of > OpenSSL powered pages? I notice that most other programs have these. > Being that I use and support

MINGW32

1999-03-10 Thread Michal Trojnara
One simple question: How to make OpenSSL with MINGW32 on Win32 platform? I could only see manuals for Microsoft and Borland products. I belive creating open software we should support GNU compilers! Regards, Mike __ OpenSSL Pr

Re: make links misses pem.h and pem2.h

1999-03-10 Thread Richard Levitte - VMS Whacker
ben> > Just a quick build nit-pick: when you do "make links" to set up the ben> > includes directory, it misses the files pem.h and pem2.h. It's easy ben> > enough to fix by hand, but someone might want to patch up the makefile for ben> > future generations. ;^) ben> ben> But but ... it does!