summaryrefslogtreecommitdiff
path: root/lib/opencdk/read-packet.c
Commit message (Expand)AuthorAgeFilesLines
* Removed support for openpgp certificates and keysNikos Mavrogiannopoulos2017-06-161-1180/+0
* 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-011-1/+9
* opencdk: read_attribute: account buffer sizeNikos Mavrogiannopoulos2017-02-231-1/+1
* eliminated dead code as indicated by clang scan-buildNikos Mavrogiannopoulos2017-02-201-1/+0
* preinitialize variables to work-around warnings with clang's scan-buildNikos Mavrogiannopoulos2017-02-201-7/+8
* opencdk/read-packet.c: corrected typo in type castNikos Mavrogiannopoulos2017-02-201-1/+1
* cdk_pkt_read: enforce packet limitsNikos Mavrogiannopoulos2017-02-201-0/+9
* opencdk: improved error code checking in the stream reading functionsNikos Mavrogiannopoulos2017-01-171-2/+3
* opencdk: added error checking in the stream reading functionstmp-fix-openpgp-issuesNikos Mavrogiannopoulos2017-01-041-5/+35
* opencdk: read_attribute: added more precise checks when reading streamNikos Mavrogiannopoulos2017-01-041-11/+29
* Corrected a leak in OpenPGP sub-packet parsing.Alex Gaynor2017-01-021-1/+3
* Attempt to fix a leak in OpenPGP cert parsing.Alex Gaynor2016-12-311-1/+3
* Do not infinite loop if an EOF occurs while skipping a PGP packetAlex Gaynor2016-12-281-5/+16
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-1/+1
* opencdk: small fixed to reduce warningsNikos Mavrogiannopoulos2015-01-201-1/+0
* updated mpi_scan macrosNikos Mavrogiannopoulos2014-01-261-1/+1
* reindented codeNikos Mavrogiannopoulos2013-11-081-954/+911
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* reduced verbosity and better debugging.Nikos Mavrogiannopoulos2012-09-231-37/+67
* Cleanup copyright headers.Simon Josefsson2012-01-251-2/+2
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* corrections in debugging code.Nikos Mavrogiannopoulos2011-09-251-1/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* Added gnutls_global_set_time_function() to allow overridingNikos Mavrogiannopoulos2011-05-261-1/+1
* gnutls_algorithms.c was split into manageable files in algorithms/.Nikos Mavrogiannopoulos2011-05-211-1/+1
* eliminated last instances of strcpy() and strcat() to keep pendantics happy.Nikos Mavrogiannopoulos2011-05-101-5/+10
* more clear bounds checkingNikos Mavrogiannopoulos2011-04-071-1/+1
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-167/+167
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-2/+3
* Increased log level of several messages.Nikos Mavrogiannopoulos2010-06-031-15/+15
* Indent code.Simon Josefsson2010-04-141-2/+1
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Exported gnutls_cipher_get_block_size() and all hash functions added to libgn...Nikos Mavrogiannopoulos2009-12-021-1/+1
* Indent code.Simon Josefsson2009-11-051-13/+16
* Fix compiler warning bugs for OpenWatcom.Dan Fandrich2009-08-281-3/+3
* Added casts to reduce warnings (based on report by Brad Hards).Nikos Mavrogiannopoulos2009-07-131-12/+12
* Revert "Fix warnings in opencdk."Simon Josefsson2008-12-101-8/+5
* Fix warnings in opencdk.Simon Josefsson2008-12-031-5/+8
* Converted non-C compliant code to standard C. The usage ofNikos Mavrogiannopoulos2008-11-231-2/+6
* Indent.Simon Josefsson2008-09-161-31/+34
* avoid using gcrypt function.Nikos Mavrogiannopoulos2008-08-281-1/+1
* clarifying semantics of GNU S2K extensions.Daniel Kahn Gillmor2008-08-261-8/+19
* patch by Daniel Kahn Gillmor, to enable parsing (but not decrypting) of locke...Nikos Mavrogiannopoulos2008-08-191-10/+45
* Indent code.Simon Josefsson2008-07-021-189/+195
* Initial merge attempt with gnutls_with_ext_mpiNikos Mavrogiannopoulos2008-06-281-139/+35
* save key usage while reading public keys.Nikos Mavrogiannopoulos2008-04-191-2/+2
* Clean up license headers for OpenPGP code.Simon Josefsson2008-03-111-1/+4
* merged the openpgp branch to head\!Nikos2008-01-131-0/+1143