network plugin: Implement signing and encryption of network traffic.
[collectd.git] / src / network.h
index 4318ef9..baca2d3 100644 (file)
 #define TYPE_MESSAGE         0x0100
 #define TYPE_SEVERITY        0x0101
 
+#define TYPE_SIGN_SHA256     0x0200
+#define TYPE_ENCR_AES256     0x0210
+
+#define NET_ENCR_IV { \
+       0xd6, 0x0c, 0x90, 0xc2, 0x23, 0xdd, 0x3e, 0xcc, \
+       0xc9, 0x86, 0xe9, 0xb6, 0xe0, 0x15, 0xb7, 0x39 }
+
 #endif /* NETWORK_H */