search for: rand_method

Displaying 2 results from an estimated 2 matches for "rand_method".

Did you mean: add_method
2000 Mar 10
2
ssh bug? on Solaris
..., as far as I can tell, in effect causes everything up the line to kak if not enough entropy has been gathered. Which is fine, except that it only seems to know about /dev/random as a source of entropy. There seems to be egd support in openssl, but I haven't a clue how to make it work with the RAND_METHOD stuff. The simplest fix is to replace that line with 'ok = 1;', but that's not exactly a good solution. The resulting error in OpenSSH is ssh: no RSA support in libssl and libcrypto. See ssl(8). Note that I have no idea what a good solution to this would be, and I'm sure this i...
2010 Feb 18
4
"../openbsd-compat/port-aix.h", line 92.44: 1506-046 (S) Syntax error. openssh-5.3p1 on aix 5.3
Hi all, Environment: Compiler: IBM XL C/C++ Enterprise Edition for AIX v9.0 Server: AIX 5.3 TL 10 SP1 I use configure with the following option to configure the makefile. --------------------------------? export CC=cc export CFLAGS="-I/opt/freeware/include/openssl/ -I/usr/local/include" export LDFLAGS="-L/opt/freeware/lib/ -L/usr/local/lib" ./configure --prefix=/usr/local