[Nagios-devel] nrpe patch
Posted: Mon Mar 24, 2003 3:58 pm
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]
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]