typofix!
[framework/uifw/eet.git] / src / lib / eet_cipher.c
2012-02-21 cedriceet: fix build without latest GNUTLS.
2012-02-09 cedriceet: add support for GnuTLS 3.x
2011-12-02 discomfitorremove annoying post-brace comments
2011-11-20 cedriceet: sys/mman.h is only needed when building with signa...
2011-10-21 rasterran ecrustify on eet. this seems to do a good job of...
2011-08-09 rasterwarning--. hmmm
2011-08-09 rasterhere's an awesome idea... let's not break the build...
2011-08-09 cedriceet: switch in favor of Eina_File.
2011-08-09 cedricefl: remove mman as we Eina_File now.
2011-07-30 discomfitorremove trailing whitespace
2011-07-04 rasterenable mmap safety in eet.
2011-05-15 carouse haeders check to include unistd.h
2011-01-07 rasterhve to revert these commits. they hve created a whole...
2011-01-07 carouse configure-time headers checks instead of compiler...
2010-09-19 rasterwarning-- -> if u dont compile with tls/openssl
2010-08-21 lucasConvert (hopefully) all comparisons to NULL
2010-07-31 englebassfix stupid align of *
2010-07-31 englebassremove space after *
2010-07-31 rasterformatting. <- uncrustify
2010-07-28 rastertesting uncrustify on eet. this shall be standard efl...
2010-07-14 lucasRemove unneeded code with notnull.cocci script
2010-01-27 cedric * eet: Zero cipher material as soon as possible. Preve...
2010-01-16 caroeet_cipher.c: Fix arithmetic pointer on void *
2009-12-18 cedric * eet: Correctly detect GNUTLS hability.
2009-10-06 cedric * eet: Revert back some INF macro to fprintf as this...
2009-10-02 caroremove useless Eina_Log macros. Patch by Mathieu Taille...
2009-09-17 barbieriimprove logging messages introduced by Mathieu Taillefu...
2009-09-15 cedric * eet: Use eina_log.
2009-08-19 caroadd alloca() declaration
2009-07-06 cedric * eet: Fix compilation when disabling signature, with...
2009-04-17 cedric * eet_cipher: Fix memory leak.
2009-04-16 cedric * eet: Add a faster way to compute signature. But...
2009-03-09 cedric * eet/src/lib/eet_cipher.c: Report size as expected...
2009-03-02 cedric eet: Including two times the same header is useless...
2009-03-02 cedric eet: Fix memleak during cipher.
2009-02-19 carodo not include unistd.h if vc++ is used
2009-02-09 cedric * eet/src/lib/Eet.h,
2009-01-30 cedric * eet/src/lib/eet_cipher.c: Fix a corrupted pointer...
2008-12-30 cedricRemove dead debugging code.
2008-12-29 cedricRemove useless affectation.
2008-12-05 cedricBetter error handling with eet identity.
2008-11-26 cedricAdd a function to get the raw signature data.
2008-11-14 cedricMake password callback work (PKCS8 support), fix minor...
2008-11-14 cedricOops, forgot to commit this file. Crypto should now...
2008-11-13 barbierifix typo: cypher -> cipher
2008-11-13 codewarriorrename, build still doesnt work for gnutls.