index
:
infinitytier.git
main
Fork of ZeroTier (mirror of https://github.com/vyos/infinitytier.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
selftest.cpp
Age
Commit message (
Expand
)
Author
2013-10-21
Put back rest of selftest.
Adam Ierymenko
2013-10-21
Self-test for certificate of membership.
Adam Ierymenko
2013-10-20
Blech... moving on!
Adam Ierymenko
2013-10-20
And then it turns out to be too slow on a slower 32-bit machine... we do want...
Adam Ierymenko
2013-10-20
Yet another revision of this algo... yeesh... and update to supernode IDs. I ...
Adam Ierymenko
2013-10-18
Make Salsa20 variable-round, allowing for Salsa20/12 to be used for Packet en...
Adam Ierymenko
2013-10-07
Add a second arg to idtool generate to make generating both secret and public...
Adam Ierymenko
2013-10-05
Make new identity hashcash algo memory hard, and tweak generation time a bit....
Adam Ierymenko
2013-10-05
Rest of work on new hashcash based identity scheme.
Adam Ierymenko
2013-10-05
Hashcash-based identity, work in progress... committing to test speed on othe...
Adam Ierymenko
2013-09-27
Self-test fixes for new packet armor/dearmor functions that combine old encry...
Adam Ierymenko
2013-09-19
Add validation of known-good identity to selftest to check endian and similar...
Adam Ierymenko
2013-09-16
New crypto integrated -- going to be testing new identity address generation ...
Adam Ierymenko
2013-09-15
Test vectors for all new crypto.
Adam Ierymenko
2013-09-14
Add test vectors for ensuring identical C25519 operation across systems.
Adam Ierymenko
2013-09-13
More new crypto: Ed25519 signatures.
Adam Ierymenko
2013-09-13
Add new crypto: SHA512 and C25519 -- not integrated yet.
Adam Ierymenko
2013-08-30
Improve code security posture by replacing sprintf with a safer function.
Adam Ierymenko
2013-08-25
Cut out tap test code from selftest.
Adam Ierymenko
2013-08-25
Tap works! At least in isolation. Time to create the Windows executable and t...
Adam Ierymenko
2013-08-23
Tap driver basically builds in VS2012... fork of tap-windows from OpenVPN (co...
Adam Ierymenko
2013-08-23
Decided to abandon the winpcap direction for Windows tap... re-evaluating usi...
Adam Ierymenko
2013-08-22
Commit of a draft of the pcap-based strategy for a Windows tap. This may, in ...
Adam Ierymenko
2013-08-22
Tap now creates Microsoft Loopback Adapter instances and tags them with a spe...
Adam Ierymenko
2013-08-14
Self test almost builds, now need skeleton EthernetTap implementation for Win...
Adam Ierymenko
2013-08-13
Version 0.4.3 (the real one): fix Gentoo ip config failures and crashes
Adam Ierymenko
2013-08-12
Clean up a bunch of valgrind errors, nix a potentially unsafe op in Buffer as...
Adam Ierymenko
2013-08-10
Replace libcrypto RAND_ with our own to avoid valgrind errors.
Adam Ierymenko
2013-08-10
Stop using RAND_ in libcrypto for Utils::getSecureRandom() due to annoying va...
Adam Ierymenko
2013-07-27
Add simple key=value dictionary, sorta like java.util.Properties.
Adam Ierymenko
2013-07-27
Dump huffman, doesnt add much and complicates porting to other languages. Als...
Adam Ierymenko
2013-07-18
Self test for command bus encode/decode.
Adam Ierymenko
2013-07-09
Several things:
Adam Ierymenko
2013-07-04
New git repository for release - version 0.2.0 tagged
Adam Ierymenko