Commit graph

477 commits

Author SHA1 Message Date
Mirek Kratochvil e19ba185b7 algos_enc: padding for hiding message length 2013-04-22 14:56:20 +02:00
Mirek Kratochvil 5633358195 README: fix 2013-04-22 13:51:10 +02:00
Mirek Kratochvil ea984b8e52 README.md: update for github 2013-04-22 13:40:27 +02:00
Mirek Kratochvil 10d733940d actions: decrypt+verify
HAHA HA HAH
2013-04-22 13:25:28 +02:00
Mirek Kratochvil f761fdd3a3 actions: sign+encrypt 2013-04-22 13:03:02 +02:00
Mirek Kratochvil 5e950a7a12 fmtseq: report remaining signature count 2013-04-22 12:38:27 +02:00
Mirek Kratochvil fc163535f5 actions: verification 2013-04-22 12:30:21 +02:00
Mirek Kratochvil fd96d76df9 actions: smarter recipient/local user search 2013-04-22 09:33:00 +02:00
Mirek Kratochvil 35f8b0477e actions: signing 2013-04-22 09:23:47 +02:00
Mirek Kratochvil ede323e0e9 main: remove forgotten debug output 2013-04-22 09:22:56 +02:00
Mirek Kratochvil 434f9ef1fb actions: decrypt clearouts 2013-04-22 09:22:37 +02:00
Mirek Kratochvil 6e10c08b4b actions: one more check 2013-04-22 08:47:49 +02:00
Mirek Kratochvil 1880b2bb21 actions: don't leak sencode on parsing failure 2013-04-22 08:23:40 +02:00
Mirek Kratochvil 7b5206abd0 actions: decrypt 2013-04-22 08:23:16 +02:00
Mirek Kratochvil 78972b886a actions: encryption 2013-04-22 08:02:29 +02:00
Mirek Kratochvil a5f060c7fa bvector: string/bvector conversion utility 2013-04-22 07:52:48 +02:00
Mirek Kratochvil 403ec2cc88 actions: added clearsign to parameters 2013-04-22 07:38:21 +02:00
Mirek Kratochvil 903273db43 Revert "main: remove clearsign option"
This reverts commit 83e0e3ad58.

The logic behind removing clearsign was somehow flawed by momentary
indisposition.
2013-04-22 07:33:52 +02:00
Mirek Kratochvil c6cbd0e519 actions: use keyring manipulation functions
also stop leaking memory
2013-04-21 19:39:34 +02:00
Mirek Kratochvil c5b4d308d1 actions: imports 2013-04-21 17:47:00 +02:00
Mirek Kratochvil 9a76830ca8 iohelpers: correctly ask questions on stderr 2013-04-21 17:31:11 +02:00
Mirek Kratochvil c17e10b413 base64: fix problems with nonascii chars 2013-04-21 17:30:49 +02:00
Mirek Kratochvil 213600d732 actions: don't leak sencode 2013-04-21 14:25:26 +02:00
Mirek Kratochvil cddfdba1a7 iohelpers: input reader, out_bin 2013-04-21 14:22:21 +02:00
Mirek Kratochvil e854671d5f actions: keyring exports 2013-04-21 13:56:45 +02:00
Mirek Kratochvil 716b5eed55 iohelpers: fix cout redirection typo 2013-04-21 13:13:10 +02:00
Mirek Kratochvil fbe829f71e actions: renaming 2013-04-21 13:09:13 +02:00
Mirek Kratochvil 02c2ba8f0f actions: deleting keys 2013-04-21 12:47:20 +02:00
Mirek Kratochvil a6d0a590fc actions: pubkey listing, common output code 2013-04-21 11:05:20 +02:00
Mirek Kratochvil 86d3afc213 actions: list secrets 2013-04-21 10:52:02 +02:00
Mirek Kratochvil 9ead59dbad str_match: keyspec matching 2013-04-21 10:32:24 +02:00
Mirek Kratochvil 9e15bf25d2 str_match: algorithm name matching 2013-04-21 10:20:15 +02:00
Mirek Kratochvil 03cd5abd73 actions: gen_key 2013-04-21 10:00:51 +02:00
Mirek Kratochvil 2fb0392bb1 algos_sig: missing positive returns 2013-04-21 10:00:20 +02:00
Mirek Kratochvil e1caed83a2 generator: getting really cosmetic 2013-04-21 09:59:55 +02:00
Mirek Kratochvil b367e687e6 papers: padding research 2013-04-21 08:56:29 +02:00
Mirek Kratochvil b376232727 serialization: signed/encrypted messages 2013-04-21 00:31:40 +02:00
Mirek Kratochvil 236ec39579 sencode: string length integer bijectivity 2013-04-21 00:11:43 +02:00
Mirek Kratochvil 04b4b1670f keyring: keys also contain algorithm identifier 2013-04-21 00:04:16 +02:00
Mirek Kratochvil b3a5fee318 main: use cleaner error output 2013-04-20 23:44:18 +02:00
Mirek Kratochvil bb9640f6b7 keyring: remove race condition from unlocking 2013-04-20 23:43:37 +02:00
Mirek Kratochvil c6278b8e54 keyring: pubring/secring identifiers 2013-04-20 23:43:04 +02:00
Mirek Kratochvil fef4002138 iohelpers and output redirection 2013-04-20 23:08:09 +02:00
Mirek Kratochvil d3b377179f main: links to actions 2013-04-20 22:39:51 +02:00
Mirek Kratochvil 83e0e3ad58 main: remove clearsign option
Clearsigning is how we do signatures by default now. Detached signature
file stays as an option. Having a PGP-like non-cleartext non-detached
file doesn't really look much useful and brings complexity. Axed.
2013-04-20 21:57:03 +02:00
Mirek Kratochvil fe4e4e1ad1 actions: skeleton 2013-04-20 14:19:32 +02:00
Mirek Kratochvil 772df95f39 algo_suite: definition moved to a better place 2013-04-20 14:02:19 +02:00
Mirek Kratochvil 06c997deee some lib/header/autotools cleaning 2013-04-20 13:47:41 +02:00
Mirek Kratochvil 8e3fc91ccc main: option parsing 2013-04-20 11:58:28 +02:00
Mirek Kratochvil 0791433a4e envelope: correctly return parsed envelope type 2013-04-20 10:30:22 +02:00