From: "Fabio M. Di Nitto" <fdinitto@xxxxxxxxxx> Signed-off-by: Fabio M. Di Nitto <fdinitto@xxxxxxxxxx> --- conf/corosync.conf.example | 1 + conf/corosync.xml.example | 1 + man/corosync.conf.5 | 1 + 3 files changed, 3 insertions(+), 0 deletions(-) diff --git a/conf/corosync.conf.example b/conf/corosync.conf.example index 7121548..7b3abed 100644 --- a/conf/corosync.conf.example +++ b/conf/corosync.conf.example @@ -5,6 +5,7 @@ totem { # crypto_cipher and crypto_hash: Used for mutual node authentication. # If you choose to enable this, then do remember to create a shared # secret with "corosync-keygen". + # enabling crypto_cipher, requires also enabling of crypto_hash. crypto_cipher: none crypto_hash: none diff --git a/conf/corosync.xml.example b/conf/corosync.xml.example index f3f40fc..f8812e2 100644 --- a/conf/corosync.xml.example +++ b/conf/corosync.xml.example @@ -13,6 +13,7 @@ Used for mutual node authentication. If you choose to enable this, then do remember to create a shared secret with "corosync-keygen". + enabling crypto_cipher, requires also enabling of crypto_hash. --> <totem version="2" crypto_cipher="none" crypto_hash="none"> <!-- diff --git a/man/corosync.conf.5 b/man/corosync.conf.5 index becbf86..9da9dbb 100644 --- a/man/corosync.conf.5 +++ b/man/corosync.conf.5 @@ -177,6 +177,7 @@ The default is sha1. crypto_cipher This specifies which cipher should be used to encrypt all messages. Valid values are none (no encryption), aes256, aes192, aes128 and 3des. +Enabling crypto_cipher, requires also enabling of crypto_hash. The default is aes256. -- 1.7.7.6 _______________________________________________ discuss mailing list discuss@xxxxxxxxxxxx http://lists.corosync.org/mailman/listinfo/discuss