RE: I got 4 or more emails identical....

2001-12-20 Thread Boyd Lynn Gerber
On Thu, 20 Dec 2001, Fabro, Loic wrote: > Subject: RE: I got 4 or more emails identical > > Sorry, I do not think I will be able to post to the list (because my !@#%@#$ > Exchange Admin make every outgoing email an HTML email. :-( ). If my > message does not make it to the list, could anyo

Re: ¿offtopic? (OpenSSL-OpenSSH-SCO OSRV5.0.5)

2001-08-30 Thread Boyd Lynn Gerber
On Thu, 30 Aug 2001, Ivan Lopez wrote: > I´m trying to use Openssl and Openssh in this environment: - OS: SCO > OpenServer 5.0.5 (upgraded from 5.0). - I don´t have the OpenServer > Development Kit. I used: > - SCO Open Server Application Development Libraries and Linker > (ver 5.0.2b) >

Re: 0.9.6b and shared libs on unixware7

2001-07-12 Thread Boyd Lynn Gerber
On Thu, 12 Jul 2001, Olivier PRENANT wrote: > All goes well but during make tests all executable fail with an undefined > symbol: > > __llasgdivu needed from libcrypto.so > > This symbol is defined (hide) in libc.so though... This problem is usually caused by linking with ld and not cc, gcc, CC,.

Re: replacing SCO bc with GNU bc, but.....

2001-02-06 Thread Boyd Lynn Gerber
On Tue, 6 Feb 2001 [EMAIL PROTECTED] wrote: > I had to install GNU bc on SCO Openserver 5.0.5, when the > make test failed on the "bc" portion.The GNU bc lives in > /usr/local/bin > as you would expect. I don't want to alter the OS or filesystems. But > I do want openssl to use GNU

RE: random state, openssl.cnf and RAND_edg("/var/run/egd-pool")

2001-02-02 Thread Boyd Lynn Gerber
On Fri, 2 Feb 2001, John Hughes wrote: > > I used your patch but this still does not work. > > Oh. What does truss(1) show now? sigaction(SIGPIPE, 0x080466B0, 0x080466F0) = 0 xstat(2, "//.rnd", 0x080461B8) = 0 open("//.rnd", O_RDONLY, 0666) = 4 ioctl(4, TC

RE: random state, openssl.cnf and RAND_edg("/var/run/egd-pool")

2001-02-02 Thread Boyd Lynn Gerber
On Fri, 2 Feb 2001, John Hughes wrote: > And now: > > $ openssl rand -out ~/.rnd -rand /u/local/var/entropy 1024 > 255 semi-random bytes loaded I used your patch but this still does not work. Is this the second problem? bin/openssl rand -out /.rnd -rand /var/run/egd-pool:/var/adm/syslog 1024

Re: random state, openssl.cnf and RAND_edg("/var/run/egd-pool")

2001-02-02 Thread Boyd Lynn Gerber
On Fri, 2 Feb 2001, Lutz Jaenicke wrote: > Make sure to have random data in .rnd > openssl rand -out /.rnd -rand /var/run/egd-pool:/var/adm/syslog/mail.log:... > to initialize /.rnd to have startup-seed. > (Add some logfiles as entropy source. Be patient as sucking in several > megabytes of data

RE: random state, openssl.cnf and RAND_edg("/var/run/egd-pool")

2001-02-02 Thread Boyd Lynn Gerber
On Fri, 2 Feb 2001, John Boocock wrote: > I have actually have a similar problem also under UnixWare 7.1.1 nsc using > > egd 0.8 > openssl 0.9.6 > > Creating self signed test certificates seems to work however if I run the > following nothing appears to happen: > > /usr/local/ssl/bin/openssl genrs

Re: random state, openssl.cnf and RAND_edg("/var/run/egd-pool")

2001-02-02 Thread Boyd Lynn Gerber
On Fri, 2 Feb 2001, Lutz Jaenicke wrote: > Hmm, doesn't look that bad. I just tried the following (I have a $HOME/.rnd, > if that matters, my openssl.cnf is the distributed one): > emws1 24: openssl req -rand /var/run/egd-pool -new -x509 -keyout key.pem -out >cert.pem I ran the above command wi

Re: random state, openssl.cnf and RAND_edg("/var/run/egd-pool")

2001-02-02 Thread Boyd Lynn Gerber
On Fri, 2 Feb 2001, Lutz Jaenicke wrote: Thanks for the information. > Anyway, in order to read additional entropy from an EGD-device, you must > explicitly state it on the command line: > openssl genrsa -rand /var/run/egd-pool [other options]... I tried that first and could not get it to wo

random state, openssl.cnf and RAND_edg("/var/run/egd-pool")

2001-02-02 Thread Boyd Lynn Gerber
Sorry, but I guess I am missing something. I have in my openssl.cnf file RANDFILE= RAND_egd("/var/run/egd-pool") # egc.pl /var/run/egd-pool get 32800 bits of entropy in pool Using configuration from /usr/local/ssl/openssl.cnf unable to load 'random state' This means that the ra