Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-12 | keypair: add missing include file | Daniel Borkmann | 1 | -0/+1 | |
Include curve.h so that it also finds the selftest. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> | |||||
2013-06-11 | keypair: do selftest before generating and verifying keypair | Daniel Borkmann | 1 | -0/+4 | |
Be paraniod and make a selftest. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> | |||||
2013-06-04 | keypair: Add routines to generate and verify a keypair | Daniel Borkmann | 1 | -0/+71 | |
This is needed in order to replace curvetun's routines. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> |