Commit Graph

23 Commits (master)

Author SHA1 Message Date
Christopher Wellons 8cd4fde190 Bump to version 3.5 2019-12-01 13:23:16 -05:00
Zoltán Mizsei 3f1910cb0c Build fixes for Haiku 2018-07-15 19:28:06 +02:00
Christopher Wellons ff83f9259e Drop use of custom integer names
Just use the C99 integer names directly and document the ones that are
needed in a comment in config.h in case it's needed when porting.
2018-04-17 22:03:05 -04:00
Christopher Wellons 973fd66282 Bump to version 3.4 2018-01-23 14:43:27 -05:00
Christopher Wellons d09debe64c Add ENCHIVE_FILE_EXTENSION compile-time option (#9) 2018-01-06 14:01:58 -05:00
Christopher Wellons a407afcdaf Add support for pinentry protocol
This feature is now used by Emacs so that Emacs doesn't need to handle
the passphrase itself.
2017-12-23 22:12:46 -05:00
Christopher Wellons 39bc92455f Completely remove random device options
This option adds needless complexity. Just hardcode /dev/urandom.
2017-10-03 19:30:40 -04:00
Christopher Wellons adc98e8a56 Bump to version 3.3 2017-07-21 12:12:56 -04:00
Christopher Wellons 3d00adcac5 Switch _XOPEN_SOURCE to _POSIX_C_SOURCE (less strict). 2017-03-27 21:44:30 -04:00
Christopher Wellons 00306b3c01 Bump to version 3.2. 2017-03-25 22:11:47 -04:00
Christopher Wellons 63a2734b86 Bump to 3.1. 2017-03-17 20:46:06 -04:00
Christopher Wellons b50bebc2a3 Bump version. 2017-03-07 22:17:12 -05:00
Christopher Wellons c559458ee7 New key derivation algorithm. 2017-03-07 22:16:54 -05:00
Christopher Wellons 26c041762a Bump to 2.1. 2017-03-07 09:37:15 -05:00
Christopher Wellons 6c2fd6b52a Store the exponent, not the actual iteration count. 2017-03-06 10:06:51 -05:00
Christopher Wellons b5c50e713e Bump major version. 2017-03-06 09:56:20 -05:00
Christopher Wellons b218e3be80 Add --version and --help. 2017-03-05 21:05:44 -05:00
Christopher Wellons 57d299ee97 Switch to _XOPEN_SOURCE to work around FreeBSD bug. 2017-03-05 18:07:00 -05:00
Christopher Wellons 84e65be1e3 Parameterize maximum passphrase size. 2017-03-05 17:59:40 -05:00
Christopher Wellons 67b82606c6 Add a key agent. 2017-03-05 15:55:11 -05:00
Christopher Wellons ea790d0a58 Include config in doc strings. 2017-03-05 13:40:24 -05:00
Christopher Wellons ab4206a02f Make it more configurable at compile time. 2017-03-05 13:31:20 -05:00
Christopher Wellons 55b98dfaf4 Add amalgamation build. 2017-03-05 12:54:57 -05:00