[Nagios-devel] nrpe patch

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

[Nagios-devel] nrpe patch

Post by Guest »

The following patch picks up /etc/passwd as a local source of semi-random
info for openssl. Stops openssl from complaining about weak random info.



*** configure.in.orig 2003-03-24 18:41:11.000000000 -0500
--- configure.in 2003-03-24 18:50:05.000000000 -0500
***************
*** 123,129 ****
dnl Generate DH parameters
echo ""
echo "*** Generating DH Parameters for SSL/TLS ***"
! openssl dhparam -out /dev/null -C 512 > src/dh.h
fi
fi

--- 123,129 ----
dnl Generate DH parameters
echo ""
echo "*** Generating DH Parameters for SSL/TLS ***"
! openssl dhparam -rand /etc/passwd -noout -C 512 > src/dh.h
fi
fi




--
-sg






This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked