index
:
fastd
master
Fast and Secure Tunnelling Daemon
Matthias Schiffer <mschiffer@universe-factory.net>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2013-12-01
Add fast SSE2 implementations "xmm" for Salsa20 and Salsa20/12
Matthias Schiffer
2013-11-28
Add a pclmulqdq ghash implementation
Matthias Schiffer
2013-11-02
Separate cmake files
Matthias Schiffer
2013-11-02
Move all generated headers to the src subdir
Matthias Schiffer
2013-11-02
Convert ghash to the new crypto algorithm scheme
Matthias Schiffer
2013-11-02
Convert aes128-gcm into a generic gcm method
Matthias Schiffer
2013-11-02
Implement the first step towards a more flexible way to support crypto methods
Matthias Schiffer
2013-10-29
Allow using libsodium instead of NaCl
Matthias Schiffer
2013-10-28
Organize method and protocol source files into distinct source directories
Matthias Schiffer
2013-10-16
New development cycle
Matthias Schiffer
2013-10-11
fastd v10
v10
Matthias Schiffer
2013-09-07
fastd v9
v9
Matthias Schiffer
2013-08-20
OpenBSD doesn't support IPv4 on IPv6 sockets
Matthias Schiffer
2013-08-15
Don't require NaCl when it is not used
Matthias Schiffer
2013-08-14
Allow disabling redundant command line options
Matthias Schiffer
2013-08-14
Implement new lexer that is not generated by flex to reduce code size
Matthias Schiffer
2013-08-11
Fix librt check
Matthias Schiffer
2013-08-11
Only link with librt when necessary
Matthias Schiffer
2013-08-08
Check for AI_ADDRCONFIG
Matthias Schiffer
2013-08-07
Implement get_current_dir_name() for *BSD systems
Matthias Schiffer
2013-08-07
Guard socket options not available on FreeBSD
Matthias Schiffer
2013-08-07
Define ethhdr when it is not available
Matthias Schiffer
2013-08-07
Add some more newlines to CMakeLists.txt to make it more readable
Matthias Schiffer
2013-08-07
Disable incompatible CMake options on non-Linux systems
Matthias Schiffer
2013-03-30
Set development version
Matthias Schiffer
2013-03-10
fastd v8
v8
Matthias Schiffer
2013-02-25
Rewrite 'git describe' version support to update the version whenever needed
Matthias Schiffer
2013-02-23
Use 'git describe' output as version string when available
Matthias Schiffer
2013-01-15
Move version number to build system
Matthias Schiffer
2013-01-09
Update to libuecc v3, check EC points for validity
Matthias Schiffer
2012-12-24
Add WITH_CAPABILITIES CMake flag and check for libcap
Matthias Schiffer
2012-12-23
Use new pkg-config support of libuecc
Matthias Schiffer
2012-09-21
Nicely encapsulate different crypto algorithm implementations
Matthias Schiffer
2012-06-27
Primitive aes128-gcm implementation
Matthias Schiffer
2012-04-16
Add support for peers specified by hostnames
Matthias Schiffer
2012-04-15
Fix minimum required CMake version
Matthias Schiffer
2012-04-14
Separate handshake from encryption method
Matthias Schiffer
2012-04-03
Require Bison 2.5
Matthias Schiffer
2012-03-25
Add include command
Matthias Schiffer
2012-03-24
Rename methods to protocols; fix some command line parse bugs; implement most...
Matthias Schiffer
2012-03-24
Partial implementation of a config files parser
Matthias Schiffer
2012-03-14
Require libuecc; rename cfxp to ecfxp; add some basic infrastructure for cryp...
Matthias Schiffer
2012-03-08
Add curve25519-fhmqvc-xsalsa20-poly1305 method stub
Matthias Schiffer
2012-02-28
CMake: Correctly mark project language as C
Matthias Schiffer
2012-02-28
Migrate to CMake
Matthias Schiffer