[Spread-cvs] commit: r898 - in branches/secure_spread_4.4: docs libspread-util/src

jschultz at spread.org jschultz at spread.org
Thu Mar 29 12:00:26 EDT 2018


Author: jschultz
Date: 2018-03-29 12:00:25 -0400 (Thu, 29 Mar 2018)
New Revision: 898

Modified:
   branches/secure_spread_4.4/docs/sample.spread.conf
   branches/secure_spread_4.4/libspread-util/src/security.c
Log:
Minor documentation updates to secure_spread_4.4 sample.spread.conf


Modified: branches/secure_spread_4.4/docs/sample.spread.conf
===================================================================
--- branches/secure_spread_4.4/docs/sample.spread.conf	2018-03-28 17:13:45 UTC (rev 897)
+++ branches/secure_spread_4.4/docs/sample.spread.conf	2018-03-29 16:00:25 UTC (rev 898)
@@ -290,7 +290,7 @@
 #
 # A security section must specify a CipherKey.  CipherKey is a
 # hexadecimal string of length dependent upon the chosen Cipher.  If
-# you specify a key of incorect length, Spread will print the required
+# you specify a key of incorrect length, Spread will print the required
 # length before exiting.
 #
 # HmacMD allows you to optionally specify which message digest
@@ -317,7 +317,7 @@
 #
 # *** WARNING *** The keys given below are just examples. You should
 # *NOT* use them as other people have been given this exact same
-# file!!!
+# file and keys!!!
 #
 #Security 
 #{

Modified: branches/secure_spread_4.4/libspread-util/src/security.c
===================================================================
--- branches/secure_spread_4.4/libspread-util/src/security.c	2018-03-28 17:13:45 UTC (rev 897)
+++ branches/secure_spread_4.4/libspread-util/src/security.c	2018-03-29 16:00:25 UTC (rev 898)
@@ -40,11 +40,11 @@
   B   - boolean (true/false, yes/no)
 
   [Security {
-    [EnableSecurity=B]
-    [Cipher=...]
-    CipherKey=...
-    [HmacMD=...]
-    HmacKey=...
+    [EnableSecurity = B]
+    [Cipher = ...]
+    CipherKey = ...
+    [HmacMD = ...]
+    HmacKey = ...
   }]
 
   If Cipher is specified, then it must be specified before CipherKey.




More information about the Spread-cvs mailing list