329 Commits

Author SHA1 Message Date
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
Alexander Vdolainen
09bf176b7a sxt: added initial reference implementation of ed25519, btw not all stuff done for this; 2016-05-31 02:43:18 +03:00
Alexander Vdolainen
8d1e8591cf sxt: added skel for sxtkeys; 2016-05-31 01:51:07 +03:00
Alexander Vdolainen
9e541bc4aa core: added libsxt skel; 2016-05-31 00:45:00 +03:00
leonid-ed
d1bf79b1e3 [core] Fixed passing of the private key file path to OpenSSL; 2016-05-27 15:12:45 +03:00
leonid-ed
88f7f478a9 [core] Added obtaining of full paths of certificate files; 2016-05-27 15:06:48 +03:00
leonid-ed
da10663592 [code] Added checking on existence of certificate files; 2016-05-25 14:42:16 +03:00
leonid-ed
a2ea484beb [helpers] Added an ability to redirect all output to syslog in case of daemon mode; 2016-05-24 13:49:10 +03:00
leonid-ed
4d802aaf0d [examples] Added daemonize option to services in examples; 2016-05-24 13:49:10 +03:00
leonid-ed
3c0d3570f8 [helpers] Added an ability to become a daemon; 2016-05-24 13:48:54 +03:00
leonid-ed
6c9d847cb7 [examples] Added log functions to filelistc.c and filelistd.c; 2016-05-23 15:57:16 +03:00
leonid-ed
f63f2398f9 [core] Added ability to output log with custom functions (for sxhub_t); 2016-05-23 15:56:50 +03:00
Alexander Vdolainen
23b19029f4 [core] added ydaemon data manipulation stuff; 2016-04-20 05:02:30 +03:00
Alexander Vdolainen
77d0ee4a0b [core] Libydaemon added; 2016-04-13 03:59:42 +03:00
Alexander Vdolainen
3ef4cece81 [core] Added tdata, sexpr libraries to the project; 2016-04-13 01:58:12 +03:00
Alexander Vdolainen
1cfb0aed3c [core] version moved to file; 2016-04-06 02:09:31 +03:00
Alexander Vdolainen
2bc8d251b7 [linux] created linux related stuff for packaging, debian related stuff moved to this dir; 2016-04-06 01:50:28 +03:00