summaryrefslogtreecommitdiffstats
path: root/g10/parse-packet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use inline functions to convert buffer data to scalars.Werner Koch2015-02-111-19/+18
* gpg: Fix a NULL-deref due to empty ring trust packets.Werner Koch2015-02-091-1/+3
* gpg: Limit the size of key packets to a sensible value.Werner Koch2015-01-281-3/+19
* gpg: Add dedicated error code for PGP-2 keys.Werner Koch2015-01-221-1/+1
* gpg: Replace remaining old error code macros by GPG_ERR_.Werner Koch2015-01-221-12/+12
* gpg: Remove an unused variable.Werner Koch2015-01-221-1/+1
* gpg: Fix possible read of unallocated memoryWerner Koch2014-12-121-4/+6
* gpg: Fix use of uninit.value in listing sig subpkts.Werner Koch2014-11-241-1/+5
* gpg: Fix off-by-one read in the attribute subpacket parser.Werner Koch2014-11-241-2/+10
* gpg: Fix regression in parse_key.Werner Koch2014-11-211-3/+6
* gpg: Fix --rebuild-keydb-caches.Werner Koch2014-10-311-0/+1
* gpg: Silence "packet with obsolete versoin" warnings.Werner Koch2014-10-191-1/+2
* gpg: Remove all support for v3 keys and always create v4-signatures.Werner Koch2014-10-171-90/+27
* gpg: Silence a compiler warning.Werner Koch2014-09-181-5/+4
* gpg: Stop early on bogus old style comment packets.Werner Koch2014-09-111-1/+3
* gpg: Fix "can't handle public key algorithm" warning.Werner Koch2014-08-201-4/+21
* gpg: Improve --list-packets output for faulty packets.Werner Koch2014-07-211-0/+50
* gpg: Cap size of attribute packets at 16MB.Werner Koch2014-07-211-1/+13
* gpg: Improve the output of --list-packetsWerner Koch2014-06-121-2/+15
* gpg: Graceful skip reading of corrupt MPIs.Werner Koch2014-06-021-8/+18
* gpg: Finish experimental support for Ed25519.Werner Koch2014-05-071-0/+7
* gpg: Use only OpenPGP public key algo ids and add the EdDSA algo id.Werner Koch2014-01-301-2/+5
* gpg: Remove cipher.h and put algo ids into a common file.Werner Koch2014-01-291-1/+0
* Fix minor compiler warnings.Werner Koch2013-11-151-1/+1
* gpg: Rework ECC support and add experimental support for Ed25519.Werner Koch2013-11-151-14/+13
* Print decoded S2K count in --list-packets mode.Werner Koch2011-07-181-1/+2
* Fix size_t vs int issues.Marcus Brinkmann2011-06-011-7/+7
* Detect premature EOF while parsing corrupted key packets.Werner Koch2011-03-281-17/+26
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-14/+13
* Reworked the ECC changes to better fit into the Libgcrypt API.Werner Koch2011-01-311-130/+71
* Function name cleanupsWerner Koch2011-01-261-6/+55
* Fix regression introduced by "editing only change".Werner Koch2011-01-241-1/+1
* Editorial changes and allow building with old libgcrypts.Werner Koch2011-01-211-87/+107
* Milestone: Data signing/verification and key signing/verification work with E...Andrey Jivsov2011-01-071-1/+1
* Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov2011-01-061-27/+88
* Make public key data structure easier to read.Werner Koch2010-10-201-2/+2
* Exporting secret keys via gpg-agent is now basically supported.Werner Koch2010-10-011-1/+1
* Removed more secret key related code.Werner Koch2010-09-061-171/+129
* Finished the bulk of changes to use estream in most places instead ofWerner Koch2010-03-151-193/+192
* Fixed EOF detection for encrypted packets.Werner Koch2009-10-021-7/+14
* Re-indentedWerner Koch2009-10-021-1832/+2068
* Some changes to suport g13.Werner Koch2009-09-301-2/+10
* Fixed a bunch of little bugs as reported by Fabian Keil.Werner Koch2009-06-241-1/+1
* Preparing for 2.0.12.gnupg-2.0.12Werner Koch2009-06-171-2/+2
* Fix a signal cleanup problem.Werner Koch2009-05-261-3/+13
* Print keyid in gpg --list-packets.Werner Koch2009-05-131-0/+10
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-201-36/+51
* Fix bug #931Werner Koch2008-09-251-16/+26
* Adjust for the changed Camellia draft.Werner Koch2008-04-181-10/+4
* Fix bug 894.Werner Koch2008-03-251-1/+2