Help for START_TLS patch for GNU inetutils from Peter 'Luna'

2002-04-12 Thread David Marti
Title: Mensaje On my linux box, I've compiled this patch and installed the telnetd for use with inetd, and all fine. I've created a cert-file and a private-key files and double check that are correct.   When I try connect to telned, the telnet program shows this error:   SSL_CTX_use_Private

Re: New Solaris 8 /dev/random and OpenSSL

2002-04-12 Thread Shawn Duffy
I just did this the other day and I didn't need to use any special flags at all... it should look for /dev/random to begin with... the OpenSSH configure flags should be used if you are using a special PRNG such as egd, or prngd where the socket is somewhere non-standard, such as /var/run/egd_pool

Re: problem

2002-04-12 Thread Aleksey Sanin
http://www.sunfreeware.com/opensshdoc.html Aleksey Govind Vinjamuri wrote: >on Solaris 2.6 with open ssh 3.1 p1 with openssl 9.6c. get his error > >Couldn't connect to PRNGD socket "/var/spool/prngd/pool": No such file >or directory >Entropy collection failed >ssh-rand-helper child produced in

Re: Serial Number

2002-04-12 Thread Bear Giles
> Yes, you are right, it could be difficult to garantee that the random > serial number will be unique. As an aside, I'm not sure this is such a major hurdle. The CA should be able to look up certs by serial number anyway, and if it can do that efficiently (e.g., you have a Berkeley DB DB_HASH

More than one email adress in S/MIME certificate

2002-04-12 Thread Dan Ohnesorg
IS possible to generate, using openssl, certificate with more than one email adress, as thawte does? I havent found the answer in archive and thru google too. thanks dan __ OpenSSL Project http://

problem

2002-04-12 Thread Govind Vinjamuri
on Solaris 2.6 with open ssh 3.1 p1 with openssl 9.6c. get his error Couldn't connect to PRNGD socket "/var/spool/prngd/pool": No such file or directory Entropy collection failed ssh-rand-helper child produced insufficient data Thanks in advance. __