Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-09 | configure: let configure script generate config.h file | Daniel Borkmann | 1 | -10/+0 | |
While we're at it, also let configure script generate the config.h file. The generation of it is currently quite static, but that could change in future. While at it, we also generate a GITVERSION define, that we will use for ``--version'' output of the individual tools for being able to provide better support since we can see what concrete commit people are using when building from Git repo. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> | |||||
2013-06-04 | keypair: Add routines to generate and verify a keypair | Daniel Borkmann | 1 | -0/+10 | |
This is needed in order to replace curvetun's routines. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> |