summaryrefslogtreecommitdiff
path: root/lib/opencdk
Commit message (Expand)AuthorAgeFilesLines
* opencdk: Fixes to prevent undefined behavior (found with libubsan)Nikos Mavrogiannopoulos2016-02-291-1/+1
* Fix some typos [ci skip]Andreas Metzler2015-12-271-1/+1
* opencdk: small fixed to reduce warningsNikos Mavrogiannopoulos2015-01-202-2/+1
* opencdk: print all warnings on compilationNikos Mavrogiannopoulos2014-12-281-1/+1
* opencdk: eliminated warning from armor.cNikos Mavrogiannopoulos2014-12-281-7/+7
* removed cache support for opencdk's keydbNikos Mavrogiannopoulos2014-12-281-213/+2
* opencdk: changed filter_fnct_t to match the actual function prototypesNikos Mavrogiannopoulos2014-09-301-1/+1
* opencdk: corrected unsigned comparisonNikos Mavrogiannopoulos2014-09-081-1/+1
* re-indented messy table.Nikos Mavrogiannopoulos2014-05-291-66/+36
* Removed unused function.Nikos Mavrogiannopoulos2014-05-291-42/+0
* Corrected bugs reported from coverity in opencdk.Nikos Mavrogiannopoulos2014-04-158-50/+47
* clang warning fixesNikos Mavrogiannopoulos2014-03-081-1/+1
* Fixed checking the length of a null stringJason Spafford2014-03-061-3/+3
* updated mpi_scan macrosNikos Mavrogiannopoulos2014-01-261-1/+1
* removed unused functionNikos Mavrogiannopoulos2013-11-271-25/+0
* removed unused variableNikos Mavrogiannopoulos2013-11-271-1/+0
* reindented codeNikos Mavrogiannopoulos2013-11-0820-8655/+8058
* Add NETTLE_CFLAGS in makefilesMartin Storsjo2013-06-061-0/+2
* simplified access to cipher and mac properties to reduce wasted cycles.Nikos Mavrogiannopoulos2013-05-256-139/+20
* several updatesNikos Mavrogiannopoulos2013-05-162-5/+20
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-0121-21/+21
* simplified calculationsNikos Mavrogiannopoulos2012-09-231-2/+2
* reduced verbosity and better debugging.Nikos Mavrogiannopoulos2012-09-236-97/+195
* Corrected bug in PGP subpacket encodingNikos Mavrogiannopoulos2012-09-231-1/+3
* several cleanupsNikos Mavrogiannopoulos2012-09-225-27/+27
* Use the PKCS #1 1.5 encoding provided by nettle (2.5) for encryption and sign...Nikos Mavrogiannopoulos2012-05-223-178/+14
* several type changes to please clangNikos Mavrogiannopoulos2012-04-023-7/+7
* corrected typesNikos Mavrogiannopoulos2012-03-242-2/+2
* use gnulib's base64 encoding/decoding codeNikos Mavrogiannopoulos2012-01-301-134/+32
* align crc32 tableNikos Mavrogiannopoulos2012-01-301-59/+32
* __MINGW32__ -> _WIN32Nikos Mavrogiannopoulos2012-01-301-1/+1
* removed dummy functionNikos Mavrogiannopoulos2012-01-302-12/+1
* corrected spacingNikos Mavrogiannopoulos2012-01-301-3/+3
* Correct export of openpgp packets that have no private keying material in it'...Nikos Mavrogiannopoulos2012-01-301-0/+3
* Cleanup copyright headers.Simon Josefsson2012-01-2521-39/+60
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-217-27/+27
* Modulo operations are only occuring on unsigned integers.Nikos Mavrogiannopoulos2012-01-211-1/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-1621-34/+35
* removed cdk_armor_filter_use()Nikos Mavrogiannopoulos2011-12-312-31/+0
* more opencdk simplificationsNikos Mavrogiannopoulos2011-12-312-2/+8
* Removed unneeded opencdk functionality.Nikos Mavrogiannopoulos2011-12-315-622/+8
* Optimizations in DH parameter generation.Nikos Mavrogiannopoulos2011-12-121-1/+1
* dropped unneeded function.Nikos Mavrogiannopoulos2011-11-243-20/+1
* do not unconditionally include sys/socket.h.Nikos Mavrogiannopoulos2011-10-271-1/+2
* no need to include windows.h here.Nikos Mavrogiannopoulos2011-10-271-3/+0
* more builddir fixes by David Hoyt.Nikos Mavrogiannopoulos2011-10-221-0/+1
* Added -I$(builddir)/../../gl to CFLAGS.Nikos Mavrogiannopoulos2011-10-211-0/+1
* corrections in debugging code.Nikos Mavrogiannopoulos2011-09-252-2/+2
* Clarify license and copyright.Simon Josefsson2011-08-0322-63/+46
* documentation fixesNikos Mavrogiannopoulos2011-07-232-5/+5