Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | several spacing fixes to keep syntax-check happy | Nikos Mavrogiannopoulos | 2016-09-11 | 2 | -5/+5 |
* | Makefile.am: moved common rules (AM_CFLAGS) to common.mk | Nikos Mavrogiannopoulos | 2016-04-12 | 1 | -1/+1 |
* | opencdk: Fixes to prevent undefined behavior (found with libubsan) | Nikos Mavrogiannopoulos | 2016-02-29 | 1 | -1/+1 |
* | Fix some typos [ci skip] | Andreas Metzler | 2015-12-27 | 1 | -1/+1 |
* | Removed the 'gnutls_' prefix from files to simplify file naming | Nikos Mavrogiannopoulos | 2015-08-23 | 6 | -14/+14 |
* | openpgp: use nettle's base64 functions | Nikos Mavrogiannopoulos | 2015-07-21 | 1 | -12/+46 |
* | opencdk: small fixed to reduce warnings | Nikos Mavrogiannopoulos | 2015-01-20 | 2 | -2/+1 |
* | opencdk: print all warnings on compilation | Nikos Mavrogiannopoulos | 2014-12-28 | 1 | -1/+1 |
* | opencdk: eliminated warning from armor.c | Nikos Mavrogiannopoulos | 2014-12-28 | 1 | -7/+7 |
* | removed cache support for opencdk's keydb | Nikos Mavrogiannopoulos | 2014-12-28 | 1 | -213/+2 |
* | opencdk: changed filter_fnct_t to match the actual function prototypes | Nikos Mavrogiannopoulos | 2014-09-30 | 1 | -1/+1 |
* | opencdk: corrected unsigned comparison | Nikos Mavrogiannopoulos | 2014-09-08 | 1 | -1/+1 |
* | re-indented messy table. | Nikos Mavrogiannopoulos | 2014-05-29 | 1 | -66/+36 |
* | Removed unused function. | Nikos Mavrogiannopoulos | 2014-05-29 | 1 | -42/+0 |
* | Corrected bugs reported from coverity in opencdk. | Nikos Mavrogiannopoulos | 2014-04-15 | 8 | -50/+47 |
* | clang warning fixes | Nikos Mavrogiannopoulos | 2014-03-08 | 1 | -1/+1 |
* | Fixed checking the length of a null string | Jason Spafford | 2014-03-06 | 1 | -3/+3 |
* | updated mpi_scan macros | Nikos Mavrogiannopoulos | 2014-01-26 | 1 | -1/+1 |
* | removed unused function | Nikos Mavrogiannopoulos | 2013-11-27 | 1 | -25/+0 |
* | removed unused variable | Nikos Mavrogiannopoulos | 2013-11-27 | 1 | -1/+0 |
* | reindented code | Nikos Mavrogiannopoulos | 2013-11-08 | 20 | -8655/+8058 |
* | Add NETTLE_CFLAGS in makefiles | Martin Storsjo | 2013-06-06 | 1 | -0/+2 |
* | simplified access to cipher and mac properties to reduce wasted cycles. | Nikos Mavrogiannopoulos | 2013-05-25 | 6 | -139/+20 |
* | several updates | Nikos Mavrogiannopoulos | 2013-05-16 | 2 | -5/+20 |
* | Use LGPLv2.1 in the files their author's agreed to. | Nikos Mavrogiannopoulos | 2013-02-01 | 21 | -21/+21 |
* | simplified calculations | Nikos Mavrogiannopoulos | 2012-09-23 | 1 | -2/+2 |
* | reduced verbosity and better debugging. | Nikos Mavrogiannopoulos | 2012-09-23 | 6 | -97/+195 |
* | Corrected bug in PGP subpacket encoding | Nikos Mavrogiannopoulos | 2012-09-23 | 1 | -1/+3 |
* | several cleanups | Nikos Mavrogiannopoulos | 2012-09-22 | 5 | -27/+27 |
* | Use the PKCS #1 1.5 encoding provided by nettle (2.5) for encryption and sign... | Nikos Mavrogiannopoulos | 2012-05-22 | 3 | -178/+14 |
* | several type changes to please clang | Nikos Mavrogiannopoulos | 2012-04-02 | 3 | -7/+7 |
* | corrected types | Nikos Mavrogiannopoulos | 2012-03-24 | 2 | -2/+2 |
* | use gnulib's base64 encoding/decoding code | Nikos Mavrogiannopoulos | 2012-01-30 | 1 | -134/+32 |
* | align crc32 table | Nikos Mavrogiannopoulos | 2012-01-30 | 1 | -59/+32 |
* | __MINGW32__ -> _WIN32 | Nikos Mavrogiannopoulos | 2012-01-30 | 1 | -1/+1 |
* | removed dummy function | Nikos Mavrogiannopoulos | 2012-01-30 | 2 | -12/+1 |
* | corrected spacing | Nikos Mavrogiannopoulos | 2012-01-30 | 1 | -3/+3 |
* | Correct export of openpgp packets that have no private keying material in it'... | Nikos Mavrogiannopoulos | 2012-01-30 | 1 | -0/+3 |
* | Cleanup copyright headers. | Simon Josefsson | 2012-01-25 | 21 | -39/+60 |
* | Fixed signed/unsigned warnings. | Nikos Mavrogiannopoulos | 2012-01-21 | 7 | -27/+27 |
* | Modulo operations are only occuring on unsigned integers. | Nikos Mavrogiannopoulos | 2012-01-21 | 1 | -1/+1 |
* | Run 'make update-copyright'. | Simon Josefsson | 2012-01-16 | 21 | -34/+35 |
* | removed cdk_armor_filter_use() | Nikos Mavrogiannopoulos | 2011-12-31 | 2 | -31/+0 |
* | more opencdk simplifications | Nikos Mavrogiannopoulos | 2011-12-31 | 2 | -2/+8 |
* | Removed unneeded opencdk functionality. | Nikos Mavrogiannopoulos | 2011-12-31 | 5 | -622/+8 |
* | Optimizations in DH parameter generation. | Nikos Mavrogiannopoulos | 2011-12-12 | 1 | -1/+1 |
* | dropped unneeded function. | Nikos Mavrogiannopoulos | 2011-11-24 | 3 | -20/+1 |
* | do not unconditionally include sys/socket.h. | Nikos Mavrogiannopoulos | 2011-10-27 | 1 | -1/+2 |
* | no need to include windows.h here. | Nikos Mavrogiannopoulos | 2011-10-27 | 1 | -3/+0 |
* | more builddir fixes by David Hoyt. | Nikos Mavrogiannopoulos | 2011-10-22 | 1 | -0/+1 |