345 Commits

Author SHA1 Message Date
Alexander Vdolainen
b632f406ee sxt: ed25519 added forgotten include; 2016-07-02 04:11:11 +03:00
Alexander Vdolainen
e65e4c5d0c sxt: ChangeLog updated; 2016-07-02 03:35:02 +03:00
Alexander Vdolainen
c6c1232e19 sxt: max size buffer added; 2016-07-01 02:56:23 +03:00
Alexander Vdolainen
7216fc6cf8 sxt: added few error codes; 2016-07-01 02:55:35 +03:00
Alexander Vdolainen
ea671f5d67 sxt: added import API desc.; 2016-06-30 23:02:40 +03:00
Alexander Vdolainen
9bd9562b08 sxt: sxtkeygen initial import; 2016-06-26 17:39:47 +03:00
Alexander Vdolainen
1a9074c8b0 sxt: partial commit of old functions, just to make tools fine; 2016-06-26 17:39:18 +03:00
Alexander Vdolainen
01031fdc48 sxt: basic init/finalize added; 2016-06-26 16:53:01 +03:00
Alexander Vdolainen
0509cf4abe sxt: ciphers bugfix; 2016-06-26 16:46:44 +03:00
Alexander Vdolainen
e9c83cf26c sxt: added general header stub; 2016-06-26 16:17:01 +03:00
Alexander Vdolainen
7049a4082d sxt: b64 fix with size and table; 2016-06-26 15:49:43 +03:00
Alexander Vdolainen
5c7a43753c sxt: rdb minor fix; 2016-06-26 15:49:17 +03:00
Alexander Vdolainen
d58108bb47 sxt: added forgotten prototype; 2016-06-26 14:25:00 +03:00
Alexander Vdolainen
418d8c7449 sxt: rdb minor fix; 2016-06-26 14:24:10 +03:00
Alexander Vdolainen
656c8a7254 tools: minor fix in Makefile.am; 2016-06-26 06:58:50 +03:00
Alexander Vdolainen
5e5a35ea47 tools: added stub for tools; 2016-06-26 05:24:11 +03:00
Alexander Vdolainen
8be2e81713 sxt: duplication/convertation API desc. added; 2016-06-26 04:30:25 +03:00
Alexander Vdolainen
f5e33dca7d sxt: minor fix - missing sys types, added export pubkey API; 2016-06-26 04:03:12 +03:00
Alexander Vdolainen
116aa2b6bf sxt: added key export API description, some misc functions added as well; 2016-06-26 02:51:36 +03:00
Alexander Vdolainen
057433f1ba general: minor fix to ignore list, to stop annoy me about emacs temproary stuff; 2016-06-26 02:39:49 +03:00
Alexander Vdolainen
f8707955c2 sxt: added header with wrappers functions; 2016-06-26 02:37:31 +03:00
Alexander Vdolainen
c1c198f87e sxt: key container - added documented values (important); 2016-06-26 02:31:32 +03:00
Alexander Vdolainen
a9238b8f8e sxt: minor fix; 2016-06-22 05:11:04 +03:00
Alexander Vdolainen
4bef969192 sxt: sxt_key_assign_hash(); 2016-06-22 04:51:21 +03:00
Alexander Vdolainen
1e64efb4c0 sxt: added ciphers stubs, wrappers and API impl.; 2016-06-22 04:39:58 +03:00
Alexander Vdolainen
d760958018 sxt: minor comment changed; 2016-06-22 02:31:49 +03:00
Alexander Vdolainen
e87de77b3f [sxt] added ciphers API; 2016-06-22 02:21:14 +03:00
Alexander Vdolainen
7edcd44503 [sxt] imported bcrypt_pbkdf and blowfish implementation from openbsd; 2016-06-22 01:32:31 +03:00
Alexander Vdolainen
800bb3ebf1 core: updated README; 2016-06-17 01:49:41 +03:00
Alexander Vdolainen
1fc533f313 core: updated changelog; 2016-06-17 01:34:13 +03:00
Alexander Vdolainen
32b729cec0 sxt: key added hash; 2016-06-16 05:09:59 +03:00
Alexander Vdolainen
f390ad0169 tdata: just comments update; 2016-06-16 05:09:25 +03:00
Alexander Vdolainen
52722529d0 sxt: cleanup, minor easy to view commit; 2016-06-16 05:08:37 +03:00
Alexander Vdolainen
ddb219c1b4 sxt: errno added EIO; 2016-06-16 05:07:33 +03:00
Alexander Vdolainen
a25815e9da sxt: added forgotten workaround; 2016-06-16 05:07:00 +03:00
Alexander Vdolainen
ac362e6566 added a little bit of sxt key description; 2016-06-16 03:30:02 +03:00
Alexander Vdolainen
1e4754bfe3 sxt: base64 ops; 2016-06-14 17:11:31 +03:00
Alexander Vdolainen
aed0ccbcf1 core: autogen cleanup; 2016-06-08 04:54:18 +03:00
Alexander Vdolainen
b2dff1c04f sxt: raw data buffer ops; 2016-06-08 04:27:07 +03:00
Alexander Vdolainen
61766213bb sxt: SXTerr macro; 2016-06-08 00:35:14 +03:00
Alexander Vdolainen
2699936d21 sxt: rdb API skel added; 2016-06-08 00:03:04 +03:00
Alexander Vdolainen
721adc03d4 sxt: sxrdb_t API design; 2016-06-07 23:42:35 +03:00
Alexander Vdolainen
ee349908c7 sxt: added few new errnos; 2016-06-07 04:21:22 +03:00
Alexander Vdolainen
edbda92722 sxt: minor changes, ed25519 protos moved to the separate header, to make code cleaner and more readable; 2016-06-06 04:45:40 +03:00
Alexander Vdolainen
cabcb72dbb sxt: added few key ops; 2016-06-06 00:12:06 +03:00
Alexander Vdolainen
669529ab09 sxt: core: added few errnos for sxt; 2016-06-06 00:01:33 +03:00
Alexander Vdolainen
451b5693d8 sxt: safebuffer ops added; 2016-06-02 02:50:33 +03:00
Alexander Vdolainen
65c86b3912 sxt: added signature struct; 2016-06-02 01:38:50 +03:00
Alexander Vdolainen
171b4bc734 artwork: added, updated AUTHORS file; 2016-06-02 01:25:49 +03:00
Alexander Vdolainen
fb58fea10e sxt: core: imported ed25519 keys ops; 2016-05-31 05:18:52 +03:00