summaryrefslogtreecommitdiff
path: root/lib/opencdk
Commit message (Expand)AuthorAgeFilesLines
* Enforce the max packet length for OpenPGP subpackets as wellAlex Gaynor2017-03-051-2/+7
* opencdk: do not parse any secret keys in packet when reading a certificateNikos Mavrogiannopoulos2017-03-015-14/+25
* opencdk/read-packet.c: corrected typo in type castNikos Mavrogiannopoulos2017-02-211-1/+1
* cdk_pkt_read: enforce packet limitsNikos Mavrogiannopoulos2017-02-211-0/+9
* opencdk: improved error code checking in the stream reading functionsNikos Mavrogiannopoulos2017-01-181-2/+3
* opencdk: added error checking in the stream reading functionsNikos Mavrogiannopoulos2017-01-091-5/+35
* opencdk: cdk_pk_get_keyid: fix stack overflowNikos Mavrogiannopoulos2017-01-091-1/+7
* opencdk: read_attribute: added more precise checks when reading streamNikos Mavrogiannopoulos2017-01-091-11/+29
* Corrected a leak in OpenPGP sub-packet parsing.Alex Gaynor2017-01-091-1/+3
* Attempt to fix a leak in OpenPGP cert parsing.Alex Gaynor2017-01-091-1/+3
* Do not infinite loop if an EOF occurs while skipping a PGP packetAlex Gaynor2017-01-091-5/+16
* opencdk: Fixes to prevent undefined behavior (found with libubsan)Nikos Mavrogiannopoulos2017-01-091-1/+1
* 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