Commit graph

239 commits

Author SHA1 Message Date
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
Mirek Kratochvil bf57a99fb2 sencode: a little better format of decode
It's not all that pointy anymore.
2013-04-20 10:09:11 +02:00
Mirek Kratochvil 6b96cc33e6 algo_suite: register all algorithms and enjoy them 2013-04-20 09:58:12 +02:00
Mirek Kratochvil 9731e41beb keyring: small clarifications 2013-04-20 09:57:18 +02:00
Mirek Kratochvil 19f00a49dd output helper macros 2013-04-20 09:49:20 +02:00
Mirek Kratochvil 1d7d1a1afb sencode: forgotten uint 2013-04-19 17:23:50 +02:00
Mirek Kratochvil 735b7add72 main: help display 2013-04-19 17:23:28 +02:00
Mirek Kratochvil 7f8e02a8aa sencode: ensure bijective int serialization 2013-04-19 12:45:28 +02:00
Mirek Kratochvil 765c553e97 sencode: ensure bijective bvector serialization 2013-04-19 12:28:15 +02:00
Mirek Kratochvil 645cdb96ee main: add short options for everything
otherwise it'd die typing all that long stuff anyway
2013-04-19 09:54:38 +02:00
Mirek Kratochvil e5cff75177 keyring: detach keyring parsing/serialization
for later usage in exports/imports
2013-04-18 11:53:50 +02:00
Mirek Kratochvil 287a2bbac0 main: variables for params 2013-04-18 10:45:05 +02:00
Mirek Kratochvil adb7a669b5 main: filled with possible options 2013-04-18 08:49:09 +02:00
Mirek Kratochvil edca5b6cc5 envelope: fixed&working 2013-04-17 17:55:06 +02:00
Mirek Kratochvil 74e7e6226f envelope: impl 2013-04-17 17:14:08 +02:00
Mirek Kratochvil 4b844ffd20 envelope: skeleton 2013-04-17 14:28:24 +02:00
Mirek Kratochvil 3b2b3b7f00 main: forgotten styleup 2013-04-17 14:28:11 +02:00
Mirek Kratochvil cff617f8a4 main: keyring initialization 2013-04-17 09:33:22 +02:00
Mirek Kratochvil c62c19d29d header file ifndefs share common prefix 2013-04-17 08:52:22 +02:00
Mirek Kratochvil 1140daf08d envelope: empty files 2013-04-17 08:48:29 +02:00
Mirek Kratochvil 7d92cea733 keyring: open/close and lock management 2013-04-16 22:29:21 +02:00
Mirek Kratochvil ad1065f847 keyring: some file stuff&loading/saving 2013-04-16 22:14:50 +02:00
Mirek Kratochvil d3be589138 keyring: a little better structure 2013-04-15 16:00:26 +02:00
Mirek Kratochvil 5d4879a760 remove some uninteresting comments 2013-04-15 15:59:45 +02:00
Mirek Kratochvil b3403d5c41 serialization: key identifier strings 2013-04-02 12:08:58 +02:00
Mirek Kratochvil 2c4a399536 keyring: better structure 2013-04-01 17:49:58 +02:00
Mirek Kratochvil f6c1ee90c9 algos_sig: complete 2013-01-27 15:02:54 +01:00
Mirek Kratochvil 844bdac363 signatures: use ripemd128 instead of sha256half 2013-01-27 12:19:14 +01:00
Mirek Kratochvil 889970349e bvector: much faster unranking
from O(t*n) to O(t*log(n)) for given McE params.
2013-01-26 23:48:06 +01:00
Mirek Kratochvil 805df12176 algos_enc: works 2013-01-26 22:55:56 +01:00
Mirek Kratochvil eadcfcf8b4 algos_sig: start signature algorithms 2013-01-21 17:00:20 +01:00
Mirek Kratochvil 7a48eff37a algos_enc: f-o decryption 2013-01-18 11:38:37 +01:00
Mirek Kratochvil 0f2db0b62c algos_enc: work, fujisaki-okamoto encryption 2013-01-17 16:31:34 +01:00
Mirek Kratochvil 0b487201ff algos_enc: padding fix
I have indeed heard that everyone always fucks this up and therefore
kindof hoped to make an exception. Lasted two minutes.
2013-01-17 12:08:40 +01:00
Mirek Kratochvil c345408cc8 algos_enc: padding 2013-01-17 12:05:01 +01:00
Mirek Kratochvil 5f49e3aa39 algorithms: encryption algs work 2013-01-16 22:30:03 +01:00
Mirek Kratochvil fea48c77b3 main: enhancement, minor stuff 2013-01-13 23:37:58 +01:00
Mirek Kratochvil bbbd4bd8bd generator: be quicker by default 2013-01-13 23:27:21 +01:00
Mirek Kratochvil e584947e65 base64: decoding 2013-01-13 23:27:07 +01:00
Mirek Kratochvil 49710e16be base64: break lines 2013-01-13 12:54:16 +01:00
Mirek Kratochvil 94af9472e8 base64: encoding 2013-01-11 12:31:57 +01:00
Mirek Kratochvil 59a0e24c67 main: basic option processing 2013-01-11 11:33:17 +01:00
Mirek Kratochvil 36cace8763 message: storing dirty privkey 2013-01-08 20:06:59 +01:00
Mirek Kratochvil 9346b63bdd message implementation 2013-01-08 00:13:19 +01:00
Mirek Kratochvil db7a33fa4d base64 skeleton 2013-01-07 22:29:55 +01:00
Mirek Kratochvil fa99f07b12 algorithm abstraction 2013-01-07 22:29:29 +01:00
Mirek Kratochvil 814c7642af keyring and message work 2013-01-04 12:43:36 +01:00
Mirek Kratochvil be9acd4984 mce_qd: better parameter selection + fwht speed 2013-01-01 19:50:53 +01:00
Mirek Kratochvil 0e7b439f11 cosmetic fixes 2013-01-01 17:22:19 +01:00
Mirek Kratochvil 3af8bc98fb main: cleaned up 2012-12-29 20:40:47 +01:00
Mirek Kratochvil d96be65940 sha2 hash functors 2012-12-29 20:35:42 +01:00
Mirek Kratochvil 07b4ee1953 fmtseq: drop heads of rc4 keystreams 2012-12-29 19:40:39 +01:00
Mirek Kratochvil 542d2f5e32 rc4-based random number generator with seeding 2012-12-29 19:40:14 +01:00
Mirek Kratochvil bc759c2211 fmtseq: key serialization 2012-12-29 15:26:34 +01:00
Mirek Kratochvil 647f5e7fa3 fmtseq: all working 2012-12-28 17:14:22 +01:00
Mirek Kratochvil 902a2f541d fmtseq: working (tbd: tree cache updates) 2012-12-27 19:49:21 +01:00
Mirek Kratochvil d4ba7793f2 arcfour: small speedup 2012-12-25 21:32:15 +01:00
Mirek Kratochvil 52a7ce08cf fmtseq: primitive key generation 2012-12-25 18:17:00 +01:00
Mirek Kratochvil f835bbe3cc fmtseq structuralized 2012-12-25 15:26:29 +01:00
Mirek Kratochvil f9fc177d98 get rid of the ugly global codecrypt.h 2012-12-25 14:39:39 +01:00
Mirek Kratochvil d1fe9b176b restructuralization
- removed cfs_qd (I didn't find a workable specification and it's still
  slow&ugly)
- removed mce_oc (it's just insecure and no one will use that)
- removed library structure, it isn't neccesary anyway
- added primitives for hashing to prepare for FMTseq
2012-12-22 14:09:19 +01:00
Mirek Kratochvil bbb8765a62 arcfour style 2012-12-16 15:36:00 +01:00
Mirek Kratochvil 4656279dba arcfour stream cipher for utility work 2012-12-11 12:43:39 +01:00
Mirek Kratochvil fc209d3345 slight cleaning 2012-11-06 09:46:18 +01:00
Mirek Kratochvil d0f0b5ef30 clean stuff up 2012-11-05 22:47:43 +01:00
Mirek Kratochvil 17afdd4e46 licensing 2012-11-05 22:45:35 +01:00
Mirek Kratochvil 736fd10e05 mce_qd: fixup to working state 2012-11-05 22:14:48 +01:00
Mirek Kratochvil 5b69b38e09 mce_qd: encryption fixed 2012-10-11 14:13:04 +02:00
Mirek Kratochvil 8162d6979c matrix: S and Sinv faster generation step 1 2012-08-20 11:26:06 +02:00
Mirek Kratochvil 21b3ef85d1 mce_oc signature implementation
+ some fixes
+ mce_qd skeleton
2012-07-18 11:17:36 +02:00
Mirek Kratochvil c9df69a83f niederreiter + various related fixes 2012-06-01 23:49:07 +02:00
Mirek Kratochvil 12ce6c8230 mce: sign/verify fixes + test 2012-05-22 22:48:48 +02:00
Mirek Kratochvil b54fcb9bf3 more cleaniness 2012-05-15 22:09:19 +02:00
Mirek Kratochvil e4c75fe0e0 decryption
actual decryption that doesnt work
2012-04-07 15:20:15 +02:00
Mirek Kratochvil b715459593 mce encryption 2012-04-05 16:25:43 +02:00
Mirek Kratochvil 5ba94ca423 vector helpers 2012-04-05 15:20:01 +02:00
Mirek Kratochvil b22e2177fe useful debug info 2012-04-05 14:55:02 +02:00
Mirek Kratochvil 7162681219 mce: key generator 2012-04-05 14:27:26 +02:00
Mirek Kratochvil f212ce4aed header fixups 2012-03-30 15:06:43 +02:00
Mirek Kratochvil 85baaa3ac3 more of C++ outbreak 2012-03-30 15:01:01 +02:00
Mirek Kratochvil 21109ad603 more 2012-03-24 21:13:30 +01:00
Mirek Kratochvil 60225494f4 work 2012-03-24 20:39:42 +01:00
Mirek Kratochvil 14ce85a4ef structure! 2012-03-06 17:19:19 +01:00
Mirek Kratochvil 03fe0b481b initial structure 2012-02-23 12:47:30 +01:00