ZeroTierOne/node
2020-04-06 16:54:35 -07:00
..
Address.hpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
AES.cpp A bunch of cleanup, bug fix, just use unordered_map, etc. 2020-03-30 17:28:23 -07:00
AES.hpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
Buf.cpp Fixes for Buf, unit test 2020-02-24 15:40:19 -08:00
Buf.hpp A bunch of warning removal and LINT cleanliness. 2020-03-31 12:35:54 -07:00
C25519.cpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
C25519.hpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
Capability.cpp Remove capability chain of custody stuff which was never used and was really overly complex and a potential source of security problems. 2020-03-28 12:06:10 -07:00
Capability.hpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
CertificateOfMembership.cpp A bunch of warning removal and LINT cleanliness. 2020-03-31 12:35:54 -07:00
CertificateOfMembership.hpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
CertificateOfOwnership.cpp Some optimization and raw memory access cleanup. 2020-03-27 07:40:14 -07:00
CertificateOfOwnership.hpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
CMakeLists.txt Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
Constants.hpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
Containers.hpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
Credential.cpp Remove capability chain of custody stuff which was never used and was really overly complex and a potential source of security problems. 2020-03-28 12:06:10 -07:00
Credential.hpp Implement AES-GMAC-SIV and benchmark, rework COM and add a lot of comments and docs, and comments and docs elsewhere too. 2020-03-25 09:05:44 -07:00
Defragmenter.hpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
Dictionary.cpp Small build fixes. 2020-03-30 18:09:11 -07:00
Dictionary.hpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
ECC384.cpp A bunch of little nit-picky header and name cleanup. 2020-03-04 08:16:44 -08:00
ECC384.hpp Version 2.x notice updates and other boring stuff. 2020-01-20 08:46:20 -08:00
Endpoint.cpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
Endpoint.hpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
Expect.hpp A bunch of warning removal and LINT cleanliness. 2020-03-31 12:35:54 -07:00
FCV.hpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
Fingerprint.hpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
Identity.cpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
Identity.hpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
InetAddress.cpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
InetAddress.hpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
Locator.cpp Some optimization and raw memory access cleanup. 2020-03-27 07:40:14 -07:00
Locator.hpp A bunch of warning removal and LINT cleanliness. 2020-03-31 12:35:54 -07:00
LZ4.cpp Some optimization and raw memory access cleanup. 2020-03-27 07:40:14 -07:00
LZ4.hpp Fix accidentally removed file. 2020-03-23 16:15:36 -07:00
MAC.hpp LINT cleanliness. 2020-03-31 14:30:02 -07:00
Membership.cpp A bunch of warning removal and LINT cleanliness. 2020-03-31 12:35:54 -07:00
Membership.hpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
Meter.hpp A bunch of warning removal and LINT cleanliness. 2020-03-31 12:35:54 -07:00
MulticastGroup.hpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
Mutex.hpp A bunch of warning removal and LINT cleanliness. 2020-03-31 12:35:54 -07:00
Network.cpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
Network.hpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
NetworkConfig.cpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
NetworkConfig.hpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
NetworkController.hpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
Node.cpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
Node.hpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
OS.hpp A bunch of warning removal and LINT cleanliness. 2020-03-31 12:35:54 -07:00
Path.cpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
Path.hpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
Peer.cpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
Peer.hpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
Poly1305.cpp A bunch of little nit-picky header and name cleanup. 2020-03-04 08:16:44 -08:00
Poly1305.hpp A bunch of warning removal and LINT cleanliness. 2020-03-31 12:35:54 -07:00
Protocol.cpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
Protocol.hpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
README.md build fixes 2020-02-21 08:44:53 -08:00
Revocation.cpp Some optimization and raw memory access cleanup. 2020-03-27 07:40:14 -07:00
Revocation.hpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
RuntimeEnvironment.hpp A bunch of warning removal and LINT cleanliness. 2020-03-31 12:35:54 -07:00
Salsa20.cpp More refactoring and a bunch of AES goodness. 2020-02-13 14:44:18 -08:00
Salsa20.hpp A bunch of warning removal and LINT cleanliness. 2020-03-31 12:35:54 -07:00
ScopedPtr.hpp A bunch of warning removal and LINT cleanliness. 2020-03-31 12:35:54 -07:00
SelfAwareness.cpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
SelfAwareness.hpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
SHA512.cpp Some optimization and raw memory access cleanup. 2020-03-27 07:40:14 -07:00
SHA512.hpp A bunch of warning removal and LINT cleanliness. 2020-03-31 12:35:54 -07:00
SharedPtr.hpp A bunch of warning removal and LINT cleanliness. 2020-03-31 12:35:54 -07:00
Speck128.hpp Clean up timing stuff in Peer and make it more rational, implement some more P2P stuff, rename some methods, cleanup cleanup cleanup. 2020-04-03 10:18:46 -07:00
SymmetricKey.hpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
Tag.cpp Some optimization and raw memory access cleanup. 2020-03-27 07:40:14 -07:00
Tag.hpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
Tests.cpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
Tests.h Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
Topology.cpp A bunch of cleanup, bug fix, just use unordered_map, etc. 2020-03-30 17:28:23 -07:00
Topology.hpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
Trace.cpp A bunch of warning removal and LINT cleanliness. 2020-03-31 12:35:54 -07:00
Trace.hpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
TriviallyCopyable.hpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
Utils.cpp A bunch of warning removal and LINT cleanliness. 2020-03-31 12:35:54 -07:00
Utils.hpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
VL1.cpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
VL1.hpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
VL2.cpp More minor refactoring 2020-02-14 10:19:45 -08:00
VL2.hpp A bunch of warning removal and LINT cleanliness. 2020-03-31 12:35:54 -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.