12345678910111213141516171819202122232425262728293031 |
- .. _feature_tour:
- ############
- Feature Tour
- ############
- Automatic registration
- ----------------------
- Automatic reporting
- -------------------
- Event-driven
- ------------
- Dict-representations
- --------------------
- Message Signing for secure communications
- -----------------------------------------
- If you provide a PEM-formatted certificate and key, all outgoing messages will be cryptographically signed. In addition, both the client and server can supply a public PEM-formatted certificate to verify all incoming messages, to make sure they came from a trusted source.
|