summaryrefslogtreecommitdiff
path: root/src/lib/eet_cipher.c
Commit message (Expand)AuthorAgeFilesLines
* move libs already in EFL into... IN-EFL - this will stop/prevent/limitmasterCarsten Haitzler2012-11-131-1391/+0
* eet: fix crash when cyphering hyge amount of data.Cedric BAIL2012-06-271-2/+6
* eet: properly check buffer size during decipher.Cedric BAIL2012-05-301-1/+1
* eet: fix build without latest GNUTLS.Cedric BAIL2012-02-211-0/+2
* eet: add support for GnuTLS 3.xCedric BAIL2012-02-091-13/+56
* remove annoying post-brace commentsMike Blumenkrantz2011-12-021-13/+13
* eet: sys/mman.h is only needed when building with signature support.Cedric BAIL2011-11-201-1/+1
* ran ecrustify on eet. this seems to do a good job of eet. comments?Carsten Haitzler2011-10-211-128/+130
* warning--. hmmmCarsten Haitzler2011-08-091-1/+1
* here's an awesome idea... let's not break the build shall we? letsCarsten Haitzler2011-08-091-0/+1
* eet: switch in favor of Eina_File.Cedric BAIL2011-08-091-37/+19
* efl: remove mman as we Eina_File now.Cedric BAIL2011-08-091-1/+0
* remove trailing whitespaceMike Blumenkrantz2011-07-301-3/+3
* enable mmap safety in eet.Carsten Haitzler2011-07-041-0/+9
* use haeders check to include unistd.hVincent Torri2011-05-151-2/+2
* hve to revert these commits. they hve created a whole chunk of 64bitCarsten Haitzler2011-01-071-2/+2
* use configure-time headers checks instead of compiler onesVincent Torri2011-01-071-2/+2
* warning-- -> if u dont compile with tls/opensslCarsten Haitzler2010-09-191-0/+25
* Convert (hopefully) all comparisons to NULLLucas De Marchi2010-08-211-8/+8
* fix stupid align of *Sebastian Dransfeld2010-07-311-29/+29
* remove space after *Sebastian Dransfeld2010-07-311-85/+85
* formatting. <- uncrustifyCarsten Haitzler2010-07-311-214/+215
* testing uncrustify on eet. this shall be standard efl formatting fromCarsten Haitzler2010-07-281-478/+703
* Remove unneeded code with notnull.cocci scriptLucas De Marchi2010-07-141-1/+1
* * eet: Zero cipher material as soon as possible. Prevent informationCedric BAIL2010-01-271-1/+31
* eet_cipher.c: Fix arithmetic pointer on void *Vincent Torri2010-01-161-1/+1
* * eet: Correctly detect GNUTLS hability.Cedric BAIL2009-12-181-1/+3
* * eet: Revert back some INF macro to fprintf as this is not for logging pur...Cedric BAIL2009-10-061-9/+9
* remove useless Eina_Log macros. Patch by Mathieu Taillefumier.Vincent Torri2009-10-021-3/+3
* improve logging messages introduced by Mathieu Taillefumier.Gustavo Sverzut Barbieri2009-09-171-14/+14
* * eet: Use eina_log.Cedric BAIL2009-09-151-16/+16
* add alloca() declarationVincent Torri2009-08-191-0/+17
* * eet: Fix compilation when disabling signature, with gnutls enabled.Cedric BAIL2009-07-061-5/+9
* * eet_cipher: Fix memory leak.Cedric BAIL2009-04-171-0/+3
* * eet: Add a faster way to compute signature. But currently need my pending ...Cedric BAIL2009-04-161-0/+60
* * eet/src/lib/eet_cipher.c: Report size as expected by API.Cedric BAIL2009-03-091-0/+2
* eet: Including two times the same header is useless in the best case.Cedric BAIL2009-03-021-4/+0
* eet: Fix memleak during cipher.Cedric BAIL2009-03-021-1/+1
* do not include unistd.h if vc++ is usedVincent Torri2009-02-191-1/+4
* * eet/src/lib/Eet.h,Cedric BAIL2009-02-091-2/+32
* * eet/src/lib/eet_cipher.c: Fix a corrupted pointer use.Cedric BAIL2009-01-301-2/+2
* Remove dead debugging code.Cedric BAIL2008-12-301-5/+4
* Remove useless affectation.Cedric BAIL2008-12-291-4/+1
* Better error handling with eet identity.Cedric BAIL2008-12-051-1/+1
* Add a function to get the raw signature data.Cedric BAIL2008-11-261-0/+3
* Make password callback work (PKCS8 support), fix minor bugs and add more tests.Cedric BAIL2008-11-141-3/+40
* Oops, forgot to commit this file. Crypto should now work.Cedric BAIL2008-11-141-134/+692
* fix typo: cypher -> cipherGustavo Sverzut Barbieri2008-11-131-4/+4
* rename, build still doesnt work for gnutls.codewarrior2008-11-131-0/+357