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
Corey Edwards
7f41769d67
Added manual page
...
I thought it would be nice to have a man page for this wonderful piece of software, especially with it being available in various package managers like Homebrew.
This man page is basically a reformatting (and slight reorganizing to fit the typical man page structure) of the official docs.
src/manpage.md is the Markdown source which can generate the actual man page (share/man/man1/minisign.1) using ronn <http://rtomayko.github.com/ronn/ >
Update: Corrected a few typos that I didn't catch before original submission.
2015-12-31 18:18:28 -06:00
Frank Denis
e748f644dd
Support signing of empty files
2015-12-30 09:38:30 +01:00
Frank Denis
a205a35a1b
Explain what failed when a base64 conversion failed
2015-12-29 19:29:02 +01:00
Frank Denis
d55d86e219
Merge pull request #11 from bitbeans/master
...
Added chocolatey to README
2015-12-29 17:16:32 +01:00
Christian Hermann
230ea4367d
Added chocolatey to README
...
- See https://chocolatey.org/packages/minisign/0.6.0
2015-12-29 17:12:49 +01:00
Frank Denis
8b01faa74a
Explicitly initialize mask
2015-11-12 17:59:54 +01:00
Frank Denis
06fb0e4aac
Bump buffer sizes, bump version
2015-11-11 11:26:49 +01:00
Frank Denis
0efc6942b1
0.6
2015-11-11 11:25:14 +01:00
Frank Denis
ee4b6ba75e
Hide the -H option if compiled with -DVERIFY_ONLY
2015-11-11 11:24:34 +01:00
Frank Denis
a3f4d7b794
Suggest using -H for files > 1 Gb
2015-11-10 23:13:12 +01:00
Frank Denis
6e1023d207
Support prehashing
2015-11-10 23:09:25 +01:00
Frank Denis
ee148f9007
0.5
2015-11-09 18:35:11 +01:00
Frank Denis
03f132bd9a
Add -o to output the message to stdout after successful verification
2015-11-09 18:33:08 +01:00
Frank Denis
9546c80674
Return 1 if verification/password check failed, 2 for other errors
...
Suggested by @anvilstriker
2015-10-25 14:20:02 +01:00
Frank Denis
a88a7ececf
Merge remote-tracking branch 'reelsense/patch-1'
...
* reelsense/patch-1:
Added Windows scoop.sh info
2015-10-24 04:42:45 +02:00
Frank Denis
302a6227f7
Fix -p option with -V
2015-10-23 00:30:32 +02:00
Bryan Black
7778141aba
Added Windows scoop.sh info
2015-10-18 20:03:33 -07:00
Frank Denis
826992ece6
Remove extra space
2015-08-11 16:40:02 +02:00