- Update README to reflect changes to SKS keyserver.
- Improve consistency of styling in README and installation guide.
- Make README reference correct tag names.
- Switch to using
/dev/urandom
. - Fix memory lock error condition handling.
- Fix missing intialize buffer.
- More documentation / comment improvements.
- Add newline after reading secret so first share isn't placed after the prompt.
- Fix build for picky compilers. (Not relevant to clang, maybe relevant to gcc?)
- Documentation / source comment improvements.
- Fix domain name for keyserver in readme.
- Minor Makefile fix.
- Add newlines to option display.
- Corrected an error in the docs.
- Converted changelog to Markdown.
- Add finer-grained build tasks (
make compile
, andmake doc
). - Add
make install
task. - Update installation instructions to have some general advice for normal Unix-users, and to be more up to date for OS X users.
- Incorporate B. Poettering's compilation fix, via ifdef. Set
USE_RESTORE_SECRET_WORKAROUND
if you encounter an error about the definition of "restore_secret". - Added "-M" option to require a memory lock.
- introduction of memory locking and tty echo suppression
- a buffer overflow was fixed. It seems to be exploitable.
- the security level now can be chosen freely in the range 8..1024 bits in steps of 8.
- separation of ssss into ssss-split and ssss-combine
- introduction of a man page
- introduction of the diffusion layer
- initial release