efl/legacy/eet/src/lib
Cedric BAIL 46b7796946 Add signature support in eet.
You can use eet -s to sign a eet file and eet -c to check its signature. The
current code doesn't check any certificate trust path, only if the signature
match the certificate and that the certificate could be loaded. If that's not
the case, eet_open will fail. If the file is not signed, eet_open will just
continue to succeed.



SVN revision: 35882
2008-09-08 09:19:57 +00:00
..
.cvsignore ignore 2008-08-06 04:58:43 +00:00
Eet.h Add signature support in eet. 2008-09-08 09:19:57 +00:00
Eet_private.h Add signature support in eet. 2008-09-08 09:19:57 +00:00
Makefile.am Add signature support in eet. 2008-09-08 09:19:57 +00:00
eet_cypher.c Add signature support in eet. 2008-09-08 09:19:57 +00:00
eet_data.c Fix two source of memory leak. 2008-08-22 14:35:21 +00:00
eet_dictionary.c Improve decode speed by using precomputed hash. 2008-07-17 15:33:40 +00:00
eet_image.c Recommit Joerg Sonnenberger patch with more fix. 2008-09-03 11:04:37 +00:00
eet_lib.c Add signature support in eet. 2008-09-08 09:19:57 +00:00
eet_utils.c Remove use of sprintf by propagating the buffer size information. 2008-05-19 15:27:04 +00:00