aboutsummaryrefslogtreecommitdiffstats
path: root/g10/parse-packet.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-06common: extend API of openpgp_oid_to_curve for canonical name.NIIBE Yutaka1-1/+1
2015-07-08g10: Use canonical name for curve.NIIBE Yutaka1-2/+2
2015-06-29Improve the description of old packets with an indeterminate length.Neal H. Walfield1-1/+1
2015-05-08gpg: Fix wrong output in list mode.Werner Koch1-1/+1
2015-04-05gpg: Fix DoS while parsing mangled secret key packets.Werner Koch1-1/+25
2015-03-16gpg: Allow printing of MPI values in --list-mode.Werner Koch1-8/+22
2015-02-11Use inline functions to convert buffer data to scalars.Werner Koch1-19/+18
2015-02-09gpg: Fix a NULL-deref due to empty ring trust packets.Werner Koch1-1/+3
2015-01-28gpg: Limit the size of key packets to a sensible value.Werner Koch1-3/+19
2015-01-22gpg: Add dedicated error code for PGP-2 keys.Werner Koch1-1/+1
2015-01-22gpg: Replace remaining old error code macros by GPG_ERR_.Werner Koch1-12/+12
2015-01-22gpg: Remove an unused variable.Werner Koch1-1/+1
2014-12-12gpg: Fix possible read of unallocated memoryWerner Koch1-4/+6
2014-11-24gpg: Fix use of uninit.value in listing sig subpkts.Werner Koch1-1/+5
2014-11-24gpg: Fix off-by-one read in the attribute subpacket parser.Werner Koch1-2/+10
2014-11-21gpg: Fix regression in parse_key.Werner Koch1-3/+6
2014-10-31gpg: Fix --rebuild-keydb-caches.Werner Koch1-0/+1
2014-10-19gpg: Silence "packet with obsolete versoin" warnings.Werner Koch1-1/+2
2014-10-17gpg: Remove all support for v3 keys and always create v4-signatures.Werner Koch1-90/+27
2014-09-18gpg: Silence a compiler warning.Werner Koch1-5/+4
2014-09-11gpg: Stop early on bogus old style comment packets.Werner Koch1-1/+3
2014-08-20gpg: Fix "can't handle public key algorithm" warning.Werner Koch1-4/+21
2014-07-21gpg: Improve --list-packets output for faulty packets.Werner Koch1-0/+50
2014-07-21gpg: Cap size of attribute packets at 16MB.Werner Koch1-1/+13
2014-06-12gpg: Improve the output of --list-packetsWerner Koch1-2/+15
2014-06-02gpg: Graceful skip reading of corrupt MPIs.Werner Koch1-8/+18
2014-05-07gpg: Finish experimental support for Ed25519.Werner Koch1-0/+7
2014-01-30gpg: Use only OpenPGP public key algo ids and add the EdDSA algo id.Werner Koch1-2/+5
2014-01-29gpg: Remove cipher.h and put algo ids into a common file.Werner Koch1-1/+0
2013-11-15Fix minor compiler warnings.Werner Koch1-1/+1
2013-11-15gpg: Rework ECC support and add experimental support for Ed25519.Werner Koch1-14/+13
2011-07-18Print decoded S2K count in --list-packets mode.Werner Koch1-1/+2
2011-06-01Fix size_t vs int issues.Marcus Brinkmann1-7/+7
2011-03-28Detect premature EOF while parsing corrupted key packets.Werner Koch1-17/+26
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-14/+13
2011-01-31Reworked the ECC changes to better fit into the Libgcrypt API.Werner Koch1-130/+71
2011-01-26Function name cleanupsWerner Koch1-6/+55
2011-01-24Fix regression introduced by "editing only change".Werner Koch1-1/+1
2011-01-21Editorial changes and allow building with old libgcrypts.Werner Koch1-87/+107
2011-01-06Milestone: Data signing/verification and key signing/verification work with E...Andrey Jivsov1-1/+1
2011-01-06Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov1-27/+88
2010-10-20Make public key data structure easier to read.Werner Koch1-2/+2
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-1/+1
2010-09-06Removed more secret key related code.Werner Koch1-171/+129
2010-03-15Finished the bulk of changes to use estream in most places instead ofWerner Koch1-193/+192
2009-10-02Fixed EOF detection for encrypted packets.Werner Koch1-7/+14
2009-10-02Re-indentedWerner Koch1-1832/+2068
2009-09-30Some changes to suport g13.Werner Koch1-2/+10
2009-06-24Fixed a bunch of little bugs as reported by Fabian Keil.Werner Koch1-1/+1
2009-06-17Preparing for 2.0.12.gnupg-2.0.12Werner Koch1-2/+2