
jan at nessus
Aug 23, 2006, 4:13 AM
Post #1 of 1
(614 views)
Permalink
|
|
NessusClient Makefile, 1.4, 1.5 nessusclient-mkcert.in, 1.1, 1.2 README_SSL, 1.2, 1.3
|
|
Update of /usr/local/cvs/NessusClient In directory raccoon.nessus.org:/tmp/cvs-serv63445 Modified Files: Makefile nessusclient-mkcert.in README_SSL Log Message: Renamed nessus-mk* to nessusclient-mk*. Index: Makefile =================================================================== RCS file: /usr/local/cvs/NessusClient/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile 17 May 2006 14:43:53 -0000 1.4 +++ Makefile 23 Aug 2006 11:13:54 -0000 1.5 @@ -19,7 +19,7 @@ install-bin: test -d $(DESTDIR)${bindir} || $(INSTALL_DIR) -m 755 $(DESTDIR)${bindir} $(INSTALL) -m $(CLIENTMODE) nessusclient-mkcert $(DESTDIR)${bindir} - $(INSTALL) -m $(CLIENTMODE) ssl/nessus-mkrand $(DESTDIR)${bindir} + $(INSTALL) -m $(CLIENTMODE) ssl/nessusclient-mkrand $(DESTDIR)${bindir} sslstuff: cd ssl && $(MAKE) @@ -31,7 +31,7 @@ $(INSTALL) -c -m 0444 ${MAN_NESSUS_1} $(DESTDIR)${mandir}/man1/NessusClient.1 $(INSTALL) -c -m 0444 doc/nessusclient-mkcert.1 $(DESTDIR)${mandir}/man1/nessusclient-mkcert.1 - $(INSTALL) -c -m 0444 doc/nessus-mkrand.1 $(DESTDIR)${mandir}/man1/nessus-mkrand.1 + $(INSTALL) -c -m 0444 doc/nessusclient-mkrand.1 $(DESTDIR)${mandir}/man1/nessusclient-mkrand.1 win32: ${MAN_NESSUS_1} $(MANROFF) ${MAN_NESSUS_1} > doc/NessusClient.1.cat Index: nessusclient-mkcert.in =================================================================== RCS file: /usr/local/cvs/NessusClient/nessusclient-mkcert.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- nessusclient-mkcert.in 17 May 2006 14:43:54 -0000 1.1 +++ nessusclient-mkcert.in 23 Aug 2006 11:13:54 -0000 1.2 @@ -105,7 +105,7 @@ header gettext "You do not have any suitable random source."; echo gettext "You will be asked to type a few random keys on your keyboard to generate random bytes."; echo - nessus-mkrand $HOME/.rnd 1024 + nessusclient-mkrand $HOME/.rnd 1024 gettext "Press [ENTER] to continue..."; echo fi } @@ -166,7 +166,7 @@ umask 066 # Set environment -BASEDIR=${TMPDIR-/tmp}/nessus-mkcert.$$ +BASEDIR=${TMPDIR-/tmp}/nessusclient-mkcert.$$ mkdir $BASEDIR || exit 1 Index: README_SSL =================================================================== RCS file: /usr/local/cvs/NessusClient/README_SSL,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- README_SSL 17 May 2006 14:43:54 -0000 1.2 +++ README_SSL 23 Aug 2006 11:13:54 -0000 1.3 @@ -91,7 +91,7 @@ 3.2.1. CA & server certificate -As root, run nessus-mkcert +As root, run nessusclient-mkcert The script will ask you a few question then generate 2 certificates and 2 private keys: - the CA @@ -192,7 +192,7 @@ By default, OpenSSL looks for $HOME/.rng but you may override this by setting the RAND environement variable. You will have to fill this seed file with enough "random" data. - nessus-mkrand is your friend! + nessusclient-mkrand is your friend! - install and run egd, the entropy gathering daemon Unless its Unix socket path is really weird, OpenSSL is supposed @@ -335,7 +335,7 @@ - What key lengths are used? As far as I know, 128 bits for the symetric session keys. - nessus-mkcert generates 1024 bit asymetric RSA keys. + nessusclient-mkcert generates 1024 bit asymetric RSA keys. - In my democratic country, long keys are forbidden by law. Then disable the cipher layer. _______________________________________________ Nessus-cvs mailing list Nessus-cvs [at] list http://mail.nessus.org/mailman/listinfo/nessus-cvs
|