ZeroTierOne/core
2020-07-31 13:27:27 -07:00
..
Address.hpp Certificates, and rename credentials to credential since they are not truly certificates (according to the common definition). 2020-06-24 10:46:59 -07:00
AES.cpp Don't kick in AVX2/AVX512 VTEC unless the packet is larger than 256 bytes. 2020-07-30 10:02:37 -07:00
AES.hpp Add separate accelerated() function for AES::GMAC. 2020-07-29 21:52:07 -07:00
Blob.hpp Warning removal. 2020-07-02 15:03:12 -07:00
Buf.cpp Fix symbol issues in static build. 2020-06-15 15:02:07 -07:00
Buf.hpp More reorg, work in progress. 2020-06-05 13:04:37 -07:00
C25519.cpp Warning removal. 2020-07-02 15:03:12 -07:00
C25519.hpp More reorg, work in progress. 2020-06-05 13:04:37 -07:00
CapabilityCredential.cpp A whole bunch of minor refactoring, and rename a bunch of classes to be more canonical. A credential really is not a certficiate, so just call IdentificationCertificate Certificate and call the network auth stuff credentials. 2020-06-18 17:02:36 -07:00
CapabilityCredential.hpp A whole bunch of minor refactoring, and rename a bunch of classes to be more canonical. A credential really is not a certficiate, so just call IdentificationCertificate Certificate and call the network auth stuff credentials. 2020-06-18 17:02:36 -07:00
Certificate.cpp Better CRL implementation, AES fix. 2020-07-16 12:01:24 -07:00
Certificate.hpp Better CRL implementation, AES fix. 2020-07-16 12:01:24 -07:00
CMakeLists.txt Certificate stuff, but not plumbled through to CLI yet to actually make them. 2020-06-25 07:40:21 -07:00
Constants.hpp dont use __has_include 2020-06-19 16:36:04 -07:00
Containers.hpp A bunch of Topology simplification, integrate some cert and root changes. 2020-07-16 20:04:05 -07:00
Credential.cpp Interim commit of some cert and cert testing work, also other cleanup in Utils. 2020-06-26 13:09:24 -07:00
Credential.hpp A whole bunch of minor refactoring, and rename a bunch of classes to be more canonical. A credential really is not a certficiate, so just call IdentificationCertificate Certificate and call the network auth stuff credentials. 2020-06-18 17:02:36 -07:00
Defaults.cpp A bunch of Topology simplification, integrate some cert and root changes. 2020-07-16 20:04:05 -07:00
Defaults.hpp A bunch of Topology simplification, integrate some cert and root changes. 2020-07-16 20:04:05 -07:00
Defragmenter.hpp Cleanup, remove legacy accessors, formatting. 2020-07-14 16:23:53 -07:00
Dictionary.cpp Some cleanup, and fix a really obscure bug in Certificate. 2020-07-09 10:12:24 -07:00
Dictionary.hpp A bunch of cleanup, make Location serialization format saner, reduce core memory use. 2020-07-31 13:27:27 -07:00
ECC384.cpp Define uint since that is not a standard symbol. 2020-06-15 13:13:03 -07:00
ECC384.hpp More reorg, work in progress. 2020-06-05 13:04:37 -07:00
Endpoint.cpp Some cleanup, revision to Endpoint string format, stub out HTTP API callbacks. 2020-06-08 14:41:13 -07:00
Endpoint.hpp Code cleanup, Linux build fixes. 2020-06-05 22:18:58 -07:00
EphemeralKey.hpp Root set stuff, code formatting and other boring stuff. 2020-06-09 12:26:52 -07:00
Expect.hpp A bunch of cleanup, make Location serialization format saner, reduce core memory use. 2020-07-31 13:27:27 -07:00
FCV.hpp Certificates, and rename credentials to credential since they are not truly certificates (according to the common definition). 2020-06-24 10:46:59 -07:00
Fingerprint.hpp Some cleanup, and fix a really obscure bug in Certificate. 2020-07-09 10:12:24 -07:00
Identity.cpp Some cleanup, and fix a really obscure bug in Certificate. 2020-07-09 10:12:24 -07:00
Identity.hpp Some cleanup, and fix a really obscure bug in Certificate. 2020-07-09 10:12:24 -07:00
InetAddress.cpp Some symbol renaming, performance improvements, a bug fix for compiling on some platforms, and some Topology work. 2020-06-30 11:20:44 -07:00
InetAddress.hpp Some formatting and optimization. 2020-06-30 22:23:57 -07:00
Locator.cpp A bunch of cleanup, make Location serialization format saner, reduce core memory use. 2020-07-31 13:27:27 -07:00
Locator.hpp A bunch of cleanup, make Location serialization format saner, reduce core memory use. 2020-07-31 13:27:27 -07:00
LZ4.cpp More reorg, work in progress. 2020-06-05 13:04:37 -07:00
LZ4.hpp More reorg, work in progress. 2020-06-05 13:04:37 -07:00
MAC.hpp Some formatting and optimization. 2020-06-30 22:23:57 -07:00
Member.cpp Cleanup, remove legacy accessors, formatting. 2020-07-14 16:23:53 -07:00
Member.hpp Cleanup, remove legacy accessors, formatting. 2020-07-14 16:23:53 -07:00
MembershipCredential.cpp Some symbol renaming, performance improvements, a bug fix for compiling on some platforms, and some Topology work. 2020-06-30 11:20:44 -07:00
MembershipCredential.hpp Interim commit of some cert and cert testing work, also other cleanup in Utils. 2020-06-26 13:09:24 -07:00
Meter.hpp A bunch of cleanup, make Location serialization format saner, reduce core memory use. 2020-07-31 13:27:27 -07:00
MulticastGroup.hpp More reorg, work in progress. 2020-06-05 13:04:37 -07:00
Mutex.hpp Certificates, and rename credentials to credential since they are not truly certificates (according to the common definition). 2020-06-24 10:46:59 -07:00
Network.cpp Cleanup, remove legacy accessors, formatting. 2020-07-14 16:23:53 -07:00
Network.hpp Cleanup, remove legacy accessors, formatting. 2020-07-14 16:23:53 -07:00
NetworkConfig.cpp A whole bunch of minor refactoring, and rename a bunch of classes to be more canonical. A credential really is not a certficiate, so just call IdentificationCertificate Certificate and call the network auth stuff credentials. 2020-06-18 17:02:36 -07:00
NetworkConfig.hpp A whole bunch of minor refactoring, and rename a bunch of classes to be more canonical. A credential really is not a certficiate, so just call IdentificationCertificate Certificate and call the network auth stuff credentials. 2020-06-18 17:02:36 -07:00
NetworkController.hpp A whole bunch of minor refactoring, and rename a bunch of classes to be more canonical. A credential really is not a certficiate, so just call IdentificationCertificate Certificate and call the network auth stuff credentials. 2020-06-18 17:02:36 -07:00
Node.cpp More certificate plumbing. 2020-07-28 14:38:41 -07:00
Node.hpp More certificate plumbing. 2020-07-28 14:38:41 -07:00
OS.hpp Starting on AES ARM intrinsics work. 2020-07-28 20:44:19 -07:00
OwnershipCredential.cpp A whole bunch of minor refactoring, and rename a bunch of classes to be more canonical. A credential really is not a certficiate, so just call IdentificationCertificate Certificate and call the network auth stuff credentials. 2020-06-18 17:02:36 -07:00
OwnershipCredential.hpp A whole bunch of minor refactoring, and rename a bunch of classes to be more canonical. A credential really is not a certficiate, so just call IdentificationCertificate Certificate and call the network auth stuff credentials. 2020-06-18 17:02:36 -07:00
Path.cpp Warning removal. 2020-07-02 15:03:12 -07:00
Path.hpp Warning removal. 2020-07-02 15:03:12 -07:00
Peer.cpp A bunch of cleanup, make Location serialization format saner, reduce core memory use. 2020-07-31 13:27:27 -07:00
Peer.hpp Code formatting and similar. 2020-06-08 11:47:28 -07:00
Poly1305.cpp More reorg, work in progress. 2020-06-05 13:04:37 -07:00
Poly1305.hpp Warning removal. 2020-07-02 15:03:12 -07:00
Protocol.hpp Certificate plumbing in Go. 2020-07-27 16:45:43 -07:00
README.md More reorg, work in progress. 2020-06-05 13:04:37 -07:00
RevocationCredential.cpp A whole bunch of minor refactoring, and rename a bunch of classes to be more canonical. A credential really is not a certficiate, so just call IdentificationCertificate Certificate and call the network auth stuff credentials. 2020-06-18 17:02:36 -07:00
RevocationCredential.hpp A whole bunch of minor refactoring, and rename a bunch of classes to be more canonical. A credential really is not a certficiate, so just call IdentificationCertificate Certificate and call the network auth stuff credentials. 2020-06-18 17:02:36 -07:00
RuntimeEnvironment.hpp Code formatting and similar. 2020-06-08 11:47:28 -07:00
Salsa20.cpp Some optimization work on crypto code. 2020-07-15 14:33:02 -07:00
Salsa20.hpp More reorg, work in progress. 2020-06-05 13:04:37 -07:00
ScopedPtr.hpp More small stuff. 2020-07-14 16:34:46 -07:00
SelfAwareness.cpp A bunch of Topology simplification, integrate some cert and root changes. 2020-07-16 20:04:05 -07:00
SelfAwareness.hpp More small stuff. 2020-07-14 16:34:46 -07:00
SHA512.cpp Some cleanup and optimization. 2020-07-02 10:33:34 -07:00
SHA512.hpp More reorg, work in progress. 2020-06-05 13:04:37 -07:00
SharedPtr.hpp So that's where those NULLs came from... 2020-07-17 21:12:28 -07:00
SymmetricKey.hpp More small stuff. 2020-07-14 16:34:46 -07:00
TagCredential.cpp A whole bunch of minor refactoring, and rename a bunch of classes to be more canonical. A credential really is not a certficiate, so just call IdentificationCertificate Certificate and call the network auth stuff credentials. 2020-06-18 17:02:36 -07:00
TagCredential.hpp A whole bunch of minor refactoring, and rename a bunch of classes to be more canonical. A credential really is not a certficiate, so just call IdentificationCertificate Certificate and call the network auth stuff credentials. 2020-06-18 17:02:36 -07:00
Tests.cpp A bunch of cleanup, make Location serialization format saner, reduce core memory use. 2020-07-31 13:27:27 -07:00
Tests.h More reorg, work in progress. 2020-06-05 13:04:37 -07:00
Topology.cpp More certificate plumbing. 2020-07-28 14:38:41 -07:00
Topology.hpp More certificate plumbing. 2020-07-28 14:38:41 -07:00
Trace.cpp More reorg, work in progress. 2020-06-05 13:04:37 -07:00
Trace.hpp A whole bunch of minor refactoring, and rename a bunch of classes to be more canonical. A credential really is not a certficiate, so just call IdentificationCertificate Certificate and call the network auth stuff credentials. 2020-06-18 17:02:36 -07:00
TriviallyCopyable.hpp More reorg, work in progress. 2020-06-05 13:04:37 -07:00
Utils.cpp AES-GMAC for ARM crypto extensions (pmull) 2020-07-30 03:45:40 +00:00
Utils.hpp ARM auto-detection (unfinished) 2020-07-29 21:17:17 +00:00
version.h.in Moar reorganization. 2020-06-05 13:26:35 -07:00
VL1.cpp A bunch of Topology simplification, integrate some cert and root changes. 2020-07-16 20:04:05 -07:00
VL1.hpp Code formatting and similar. 2020-06-08 11:47:28 -07:00
VL2.cpp Code formatting and similar. 2020-06-08 11:47:28 -07:00
VL2.hpp Code formatting and similar. 2020-06-08 11:47:28 -07:00
zerotier.h A bunch of cleanup, make Location serialization format saner, reduce core memory use. 2020-07-31 13:27:27 -07:00

ZeroTier Network Hypervisor Core

This directory contains the real ZeroTier: a completely OS-independent global virtual Ethernet switch engine. This is where the magic happens.

Give it wire packets and it gives you Ethernet packets, and vice versa. The core contains absolutely no actual I/O, port configuration, or other OS-specific code (except Utils::getSecureRandom()). It provides a simple C API via /include/ZeroTierOne.h. It's designed to be small and maximally portable for future use on small embedded and special purpose systems.

Code in here follows these guidelines:

  • Keep it minimal, especially in terms of code footprint and memory use.
  • There should be no OS-dependent code here unless absolutely necessary (e.g. getSecureRandom).
  • If it's not part of the core virtual Ethernet switch it does not belong here.
  • Minimize the use of complex C++ features since at some point we might end up "minus-minus'ing" this code if doing so proves necessary to port to tiny embedded systems.