Browse Source

Adds message signing to features

Mher Movsisyan 12 years ago
parent
commit
7abf1d478c
2 changed files with 6 additions and 0 deletions
  1. 3 0
      README.rst
  2. 3 0
      docs/includes/introduction.txt

+ 3 - 0
README.rst

@@ -214,6 +214,9 @@ Features
     | Error Emails    | Can be configured to send emails to the            |
     |                 | administrators when tasks fails.                   |
     +-----------------+----------------------------------------------------+
+    | Message signing | Supports message signing. Messages are signed      |
+    |                 | using public-key cryptography.                     |
+    +-----------------+----------------------------------------------------+
 
 
 .. _`clustering`: http://www.rabbitmq.com/clustering.html

+ 3 - 0
docs/includes/introduction.txt

@@ -209,6 +209,9 @@ Features
     | Error Emails    | Can be configured to send emails to the            |
     |                 | administrators when tasks fails.                   |
     +-----------------+----------------------------------------------------+
+    | Message signing | Supports message signing. Messages are signed      |
+    |                 | using public-key cryptography.                     |
+    +-----------------+----------------------------------------------------+
 
 
 .. _`clustering`: http://www.rabbitmq.com/clustering.html