aboutsummaryrefslogtreecommitdiffstats
path: root/g10/parse-packet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* g10: Fix testing for debug flag.Justus Winter2016-10-061-1/+1
* gpg: Print the signer's UID during verification.Werner Koch2016-08-101-4/+1
* g10: Fix --list-packets.NIIBE Yutaka2016-06-281-1/+1
* gpg: Add experimental support for an issuer fpr.Werner Koch2016-06-201-0/+18
* doc: Consistently use 'keyserver'.Werner Koch2016-06-141-2/+2
* gpg: Try Signer's User ID sub-packet with --auto-key-retrieve.Werner Koch2016-06-131-0/+14
* gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch2016-04-291-5/+4
* gpg: Improve documentation and comments related to OpenPGP packets.Neal H. Walfield2016-02-251-1/+1
* common: More accurately name function.Neal H. Walfield2016-02-231-1/+1
* gpg: Avoid using an uninitialized SALT on premature EOF.Werner Koch2016-01-061-0/+5
* gpg: Silence warnings found by static analyzer.Werner Koch2016-01-061-2/+1
* gpg: Comment on false positives by static analyzers.Werner Koch2016-01-061-0/+1
* Fix typos found using codespell.Justus Winter2015-11-171-1/+1
* gpg: Fix regression in packet parser from Aug 19.Werner Koch2015-08-231-15/+8
* common: Don't incorrectly reject 4 GB - 1 sized packets.Neal H. Walfield2015-08-211-1/+8
* common: Don't assume on-disk layout matches in-memory layout.Neal H. Walfield2015-08-211-9/+15
* common: Don't incorrectly copy packets with partial lengths.Neal H. Walfield2015-08-211-0/+11
* common: Check parameters more rigorously.Neal H. Walfield2015-08-211-0/+8
* common: Don't continuing processing on error.Neal H. Walfield2015-08-211-4/+4
* common: Better respect the packet's length when reading it.Neal H. Walfield2015-08-211-9/+27
* g10/parse-packet.c:parse: Try harder to not ignore an EOF.Neal H. Walfield2015-08-201-6/+25
* g10/parse-packet.c: Replace literal with symbolic expression.Neal H. Walfield2015-08-201-3/+3
* Add documentation for g10/parse-packet.c.Neal H. Walfield2015-08-201-17/+90
* g10/packet.h: Remove unused argument from enum_sig_subpkt.Neal H. Walfield2015-08-201-6/+5
* g10/parse-packet.c:mpi_read: Detect EOF and correct boundary conditions.Neal H. Walfield2015-08-201-8/+21
* common: extend API of openpgp_oid_to_curve for canonical name.NIIBE Yutaka2015-08-061-1/+1
* g10: Use canonical name for curve.NIIBE Yutaka2015-07-081-2/+2
* Improve the description of old packets with an indeterminate length.Neal H. Walfield2015-06-291-1/+1
* gpg: Fix wrong output in list mode.Werner Koch2015-05-081-1/+1
* gpg: Fix DoS while parsing mangled secret key packets.Werner Koch2015-04-051-1/+25
* gpg: Allow printing of MPI values in --list-mode.Werner Koch2015-03-161-8/+22
* 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