
jan at nessus
Sep 12, 2006, 2:35 PM
Post #1 of 1
(701 views)
Permalink
|
|
NessusClient Makefile, 1.3.2.1, 1.3.2.2 nessusclient-mkcert.in, 1.1.2.1, 1.1.2.2 README_SSL, 1.1.1.1.2.1, 1.1.1.1.2.2
|
|
Update of /usr/local/cvs/NessusClient In directory raccoon.nessus.org:/tmp/cvs-serv26114 Modified Files: Tag: release-1-0 Makefile nessusclient-mkcert.in README_SSL Log Message: (Backport from HEAD) Renamed nessus-mk* to nessusclient-mk*. Index: Makefile =================================================================== RCS file: /usr/local/cvs/NessusClient/Makefile,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -u -d -r1.3.2.1 -r1.3.2.2 --- Makefile 17 May 2006 14:54:53 -0000 1.3.2.1 +++ Makefile 12 Sep 2006 21:35:30 -0000 1.3.2.2 @@ -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.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- nessusclient-mkcert.in 17 May 2006 14:54:54 -0000 1.1.2.1 +++ nessusclient-mkcert.in 12 Sep 2006 21:35:30 -0000 1.1.2.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.1.1.1.2.1 retrieving revision 1.1.1.1.2.2 diff -u -d -r1.1.1.1.2.1 -r1.1.1.1.2.2 --- README_SSL 17 May 2006 14:54:53 -0000 1.1.1.1.2.1 +++ README_SSL 12 Sep 2006 21:35:30 -0000 1.1.1.1.2.2 @@ -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
|