Frank Denis
|
d6c5c8c17b
|
More libraries and implementations
|
2019-04-20 20:33:39 +02:00 |
|
Frank Denis
|
9eac49b161
|
Don't unconditionally print errno when fgets() fails (if can be an EOF)
Fixes #46
|
2018-10-21 13:33:29 +02:00 |
|
Frank Denis
|
e5f7f65b8a
|
Merge pull request #38 from leper/dir_sep
Use the DIR_SEP macro to remove an ifdef.
|
2018-02-04 08:58:40 +01:00 |
|
Georg Kilzer
|
237772bb40
|
Use the DIR_SEP macro to remove an ifdef.
|
2018-02-04 05:58:58 +01:00 |
|
Frank Denis
|
7fdb9fdb0e
|
Remove unused variable
|
2018-02-02 23:34:28 +01:00 |
|
Frank Denis
|
391d51d3a2
|
Update man page, bump version
|
2018-02-02 23:33:36 +01:00 |
|
Frank Denis
|
0c265d0dc6
|
Add the ability to sign multiple files at once
|
2018-02-02 23:33:33 +01:00 |
|
Frank Denis
|
75879f460f
|
2018
|
2017-12-31 19:18:28 +01:00 |
|
Frank Denis
|
e2a39c4e76
|
Merge pull request #36 from alaviss/haiku
Add Haiku support
|
2017-12-17 12:01:07 +01:00 |
|
Leorize
|
978a8b4086
|
Add Haiku support
|
2017-12-17 17:50:52 +07:00 |
|
Frank Denis
|
139c99a73a
|
Reorder for consistency with the rest of the code
|
2017-12-14 16:12:52 +01:00 |
|
Frank Denis
|
f384177a3a
|
Merge pull request #35 from ulidtko/fix-broken-mkdir
fix "new.key: Is a directory" and a memleak when generating a keypair
|
2017-12-14 16:11:00 +01:00 |
|
Maxim Ivanov
|
5e81e5a3c6
|
fix "new.key: Is a directory" and a memleak when generating a keypair
Test: minisign -G -p new.pub -s new.key
Expected: new.pub and new.key appears in CWD
Actual: error "new.key: Is a directory" and no keys
|
2017-12-14 14:37:18 +02:00 |
|
Frank Denis
|
c4cca6ef89
|
Fix format string
|
2017-12-01 15:56:21 +01:00 |
|
Frank Denis
|
66b19a6da3
|
Add a note on ED25519_NONDETERMINISTIC
|
2017-10-18 09:30:46 +02:00 |
|
Frank Denis
|
1d4855a83a
|
Travis: build with non-deterministic signatures
|
2017-10-18 09:02:57 +02:00 |
|
Frank Denis
|
4727fff205
|
Mention rsign
|
2017-09-11 22:33:40 +02:00 |
|
Frank Denis
|
4dfcb00afd
|
Minimal libsodium builds will not be enough with libsodium >= 1.0.13
|
2017-07-11 21:57:56 +02:00 |
|
Frank Denis
|
eb48c20f8d
|
Gb -> GB
|
2017-07-07 22:16:42 +02:00 |
|
Frank Denis
|
6e313cb9d8
|
2017
|
2017-07-07 22:14:43 +02:00 |
|
Frank Denis
|
3db5a6ad2c
|
sys/fcntl.h -> fcntl.h
|
2017-04-30 19:06:16 +02:00 |
|
Frank Denis
|
ab55b98c34
|
Factorize
|
2017-03-11 11:11:12 +01:00 |
|
Frank Denis
|
81c9d95930
|
Verify the signature after signing if a public key is available
The overhead is negligible and it validates that the public key
is correct.
|
2017-03-11 10:29:31 +01:00 |
|
Frank Denis
|
4dcfeb8e7c
|
Turn a redundant check into an assertion
|
2016-12-04 18:21:00 +01:00 |
|
Frank Denis
|
48bdcdc932
|
Add minisign-misc
|
2016-08-05 16:57:01 +02:00 |
|
Frank Denis
|
ba6bc8eb98
|
No need to manually move the secret key to ~/.minisign any more
|
2016-08-01 01:17:25 +02:00 |
|
Frank Denis
|
e3ee3d5a6c
|
Travis: don't forget to configure libsodium
|
2016-08-01 01:13:16 +02:00 |
|
Frank Denis
|
86d883c1dc
|
Add the license title
|
2016-08-01 01:05:38 +02:00 |
|
Frank Denis
|
626e8785b2
|
Add a Travis script
|
2016-08-01 00:53:48 +02:00 |
|
Frank Denis
|
32fe65cf08
|
Version bump
|
2016-08-01 00:47:33 +02:00 |
|
Frank Denis
|
9dddf952df
|
Install the man page
|
2016-08-01 00:47:23 +02:00 |
|
Frank Denis
|
2c97046c15
|
Final stop
|
2016-08-01 00:46:54 +02:00 |
|
Frank Denis
|
9ad3d02b6e
|
Take the signature off the man page
Is it not very readable as a man page
|
2016-08-01 00:45:35 +02:00 |
|
Frank Denis
|
cea57b2fe7
|
Update the man page
|
2016-08-01 00:40:58 +02:00 |
|
Frank Denis
|
e12bf0a774
|
Improve the "key already exists" error message
|
2016-08-01 00:28:03 +02:00 |
|
Frank Denis
|
203f385c09
|
Make Windows users happy with backslashes as dir separators
|
2016-08-01 00:26:17 +02:00 |
|
Frank Denis
|
910159752d
|
Missing ; for Windows
|
2016-08-01 00:19:58 +02:00 |
|
Frank Denis
|
1139d9497c
|
Try to create the base directory of the secret key
|
2016-08-01 00:11:05 +02:00 |
|
Frank Denis
|
e8a6730eae
|
Overwrite a previous key pair now requires the -f flag
|
2016-07-31 23:31:46 +02:00 |
|
Frank Denis
|
86e2210682
|
More things to remove in VERIFY_ONLY mode
|
2016-07-31 14:49:57 +02:00 |
|
Frank Denis
|
d654ad4647
|
Don't compile some more code in VERIFY_ONLY mode
|
2016-07-31 14:48:14 +02:00 |
|
Frank Denis
|
180c40bf03
|
Fix git merge conflict, duh
|
2016-06-13 06:56:41 +02:00 |
|
Frank Denis
|
f97cc049ac
|
Merge branch 'master' of https://github.com/jedisct1/minisign
* 'master' of https://github.com/jedisct1/minisign:
Remove superfluous semicolumns
|
2016-06-12 21:58:06 +02:00 |
|
Frank Denis
|
fa455e73d6
|
Load the secret key from ~/.minisign/minisign.key by default
Or `${MINISIGN_CONFIG_DIR}/minisign.key` if `MINISIGN_CONFIG_DIR` is
defined.
|
2016-06-12 21:55:53 +02:00 |
|
Frank Denis
|
546d7ee631
|
Remove superfluous semicolumns
|
2016-06-12 19:32:02 +02:00 |
|
Frank Denis
|
2ca0bea22f
|
Define preprocess macros to enable extensions and support for large files
|
2016-01-23 16:17:07 +01:00 |
|
Satish Bysany
|
be2cc10844
|
Use unsigned type for array indexing
This fixes compilation warning about '-Wchar-subscripts'.
|
2016-01-23 16:09:39 +01:00 |
|
Frank Denis
|
eb13b0adb7
|
2016
|
2016-01-01 21:00:31 +01:00 |
|
Frank Denis
|
74f7017d7e
|
Despam
|
2016-01-01 10:39:56 +01:00 |
|
Frank Denis
|
90ff4a5f94
|
Merge pull request #16 from cedwardsmedia/manpage
Added manual page
|
2016-01-01 02:00:04 +01:00 |
|