git@daemon.de
|
2daf5870fa
|
finally fixed issue#1, compilation under OpenBSD now works as it should, I had some invalid defines in platform.h
|
2014-01-14 15:05:18 +01:00 |
|
git@daemon.de
|
131ad9f959
|
try to fix issue#1, compilation problem on openbsd
|
2014-01-13 11:04:32 +01:00 |
|
TLINDEN
|
3a107841bb
|
fixed casts in alternate functions.
|
2013-12-19 12:31:04 +01:00 |
|
TLINDEN
|
212bd71ac8
|
added c++ signature support
|
2013-12-07 13:24:44 +01:00 |
|
TLINDEN
|
4d34a9135e
|
splitted pcp_readz85file() and added pcp_readz85string() which makes a better interface
|
2013-12-02 22:50:45 +01:00 |
|
TLINDEN
|
3453be54af
|
deleted
|
2013-12-02 22:50:21 +01:00 |
|
TLINDEN
|
dc5f74e9be
|
fixed global variables, made them extern in *.h files
|
2013-12-01 16:15:41 +01:00 |
|
TLINDEN
|
a9b2796af2
|
renamed 'public' to 'pub' to avoid conflict with c++ api
|
2013-11-29 20:01:42 +01:00 |
|
git@daemon.de
|
2fdbf8e1be
|
fixed extern C duplicates
|
2013-11-29 18:45:44 +01:00 |
|
TLINDEN
|
04dbf19381
|
fixed yet another endian issue (I used the wrong define for it)
|
2013-11-19 21:02:59 +01:00 |
|
TLINDEN
|
80ec5014a8
|
fixed z85 encoding overflow bug, fixed signature code on big-endian systems.
|
2013-11-19 17:17:30 +01:00 |
|
TLINDEN
|
314dbde0b9
|
finally it works on aix, at least sec/pub key stuff, signatures still hang
|
2013-11-19 10:06:24 +01:00 |
|
TLINDEN
|
c4940b966c
|
more aix/big-endian fixes
|
2013-11-18 21:48:24 +01:00 |
|
TLINDEN
|
5e8324bb0b
|
fixed yet another endianess problem, now always using the raw key values for export, sotrage and checksum calculation
|
2013-11-18 17:38:03 +01:00 |
|
TLINDEN
|
9a3431654e
|
fixed aix portability problems
|
2013-11-17 16:53:20 +01:00 |
|
TLINDEN
|
4ac23de3c7
|
fixed linux portability, use libsodium random*() stuff
|
2013-11-16 14:30:32 +01:00 |
|
TLINDEN
|
5a8e3ee8b0
|
moved all uthash related code into keyhash.c
|
2013-11-13 13:06:01 +01:00 |
|
git@daemon.de
|
d2bf933d2f
|
version++; updated POD.
|
2013-11-12 17:05:16 +01:00 |
|
git@daemon.de
|
a8a479fe32
|
removed conditional include "config.h", it's senseless, added pkg-config configuration
|
2013-11-12 09:05:55 +01:00 |
|
TLINDEN
|
71d7121c87
|
fixed key generation, now the ed25519 key is derived from a seed
and the curve25519 key is derived from the ed25519 key. the encrypted
part now contains the ed25519 secret.
|
2013-11-10 14:25:36 +01:00 |
|
TLINDEN
|
1a772e15b8
|
added better error handling to vault writing, always use a tmp
vault file for writing. added matching unittest to check if
the code catches a disk full error.
|
2013-11-09 13:46:40 +01:00 |
|
git@daemon.de
|
60ee58b106
|
changed key format, now includes the ed25519 pubkey for signing.
|
2013-11-08 12:50:04 +01:00 |
|
git@daemon.de
|
e6733e5e56
|
added signature support (doesn't work yet)
|
2013-11-08 09:40:51 +01:00 |
|
git@daemon.de
|
f843d4c570
|
re-organized include files
|
2013-11-07 08:10:31 +01:00 |
|