Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-11 | curve: move selftest to own file | Daniel Borkmann | 1 | -0/+4 | |
Move the curve selftest to its own file. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> | |||||
2013-06-04 | keypair: Add routines to generate and verify a keypair | Daniel Borkmann | 1 | -0/+1 | |
This is needed in order to replace curvetun's routines. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> | |||||
2013-06-04 | crypto: add crypto header with includes and defines | Daniel Borkmann | 1 | -0/+19 | |
Add another header with includes and defines, so that we can reduce double-definitions, and shorten long text strings. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> |