summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2017-02-23 11:47:36 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2017-02-23 11:47:36 -0800
commit10185e92faa77a4b032a27a7c01b4186727b91b9 (patch)
tree5ce223c4cbeda31551d80ee3f42445924902f2ad /include
parent33b94e8478e99d1e185041fa522b01de25fe53d4 (diff)
downloadinfinitytier-10185e92faa77a4b032a27a7c01b4186727b91b9.tar.gz
infinitytier-10185e92faa77a4b032a27a7c01b4186727b91b9.zip
Certificate of ownership -- used to secure against IP address spoofing, especially for IPv4 and regular IPv6.
Diffstat (limited to 'include')
-rw-r--r--include/ZeroTierOne.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h
index e2380a7b..c1dbd8f8 100644
--- a/include/ZeroTierOne.h
+++ b/include/ZeroTierOne.h
@@ -137,6 +137,11 @@ extern "C" {
#define ZT_MAX_CAPABILITY_RULES 64
/**
+ * Maximum number of certificates of ownership to assign to a single network member
+ */
+#define ZT_MAX_CERTIFICATES_OF_OWNERSHIP 4
+
+/**
* Global maximum length for capability chain of custody (including initial issue)
*/
#define ZT_MAX_CAPABILITY_CUSTODY_CHAIN_LENGTH 7