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
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
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
> 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
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://
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.
__