index
:
GnuPG
ECC-INTEGRATION-2-1
GNUPG-1-9-BRANCH
GNUPG-1-9-BRANCH-MO
GNUPG-TRUNK-MO-HACKS
STABLE-BRANCH-1-0
STABLE-BRANCH-1-2
STABLE-BRANCH-1-4
STABLE-BRANCH-2-0
STABLE-BRANCH-2-2
STABLE-BRANCH-2-2.40
STABLE-BRANCH-2-4
T3880
T3880-fix
bjk/passphrase-inquire
cb/T5215
cb/test
ccid_driver_improvement
debian-unstable-patch-queue
disallow-v3-keys
dkg-fix-T4566
dkg-fix-T4593
dkg-fix-T4628
dkg-fix-T4652
dkg-fix-T4682
dkg/T1371
dkg/T1967
dkg/fix-4855
dkg/fix-T3995
dkg/fix-T4490
dkg/fix-T4501
dkg/fix-T4507
dkg/fix-T4522
dkg/gpgv-doc-improvement
dkg/no-skel-files
dkg/passphrase-env
ePit-1-0
fix-1950
fix-4393
fix-T3995
fix-T4017
fix-T4018
fix-T4019
gniibe/T4620
gniibe/crypto-refresh
gniibe/decryption-key
gniibe/fix-3465
gniibe/kem
gniibe/pcsc-get-status
gniibe/regexp
gniibe/scd-direct-keygrip
gniibe/scd-kdf-support
gniibe/scd-watch
gniibe/sos
gniibe/spawn
gniibe/t3883
gniibe/t6275
gniibe/t6364
gniibe/t6487
gniibe/t6592
gniibe/t6606
gniibe/t7426
gniibe/v5/448
gniibe/x25519
ikloecker/pinentry-formatted-passphrase
ikloecker/t5462
ikloecker/t5598-appimage
justus/fix-1788
justus/issue1955
justus/issue2012
justus/issue2700
justus/issue2826-0
justus/libdns-0
justus/scm-9
key-storage-work
master
mo-scd
neal/dirmngr-ldap
neal/encrypted-mailing-lists
neal/issue2236
neal/kdb
neal/next
neal/pending
neal/strsplit
npth
npth-2
npth-3
npth-4
scd-backport-2-0
scd-pin-prompt
scd-work
seckey-sync-work
switch-to-gpgk
t5964
tobias/gpgsum
tobias/tsa
tpm-work
wk/g13work
wk/kyber-test
wk/signcode
wk/stable-2.2-global-options
wk/test-master
wk/w32-smime-perf-tests
The GNU Privacy Guard
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
g10
/
parse-packet.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-06-09
gpg,ecc: Handle external representation as SOS with opaque MPI.
NIIBE Yutaka
1
-8
/
+103
2020-04-15
indent: Some typo and indentation changes for gpg.
Werner Koch
1
-1
/
+1
2020-03-13
gpg: Make use of the included key block in a signature.
Werner Koch
1
-0
/
+4
2020-03-13
gpg: New option --include-key-block.
Werner Koch
1
-0
/
+29
2020-01-16
gpg: Print better debug info in case of broken sig subpackets.
Werner Koch
1
-1
/
+4
2019-09-27
gpg: Fix a recently introduced printf format buglet.
Werner Koch
1
-1
/
+1
2019-09-05
gpg: Prepare parser for the new attestation certificates.
Werner Koch
1
-10
/
+43
2019-09-05
gpg: Rework the signature subpacket iteration function.
Werner Koch
1
-24
/
+25
2019-08-23
gpg: Silence some warning messages during -Kv.
Werner Koch
1
-10
/
+10
2019-05-21
gpg: Do not allow creation of user ids larger than our parser allows.
Werner Koch
1
-6
/
+0
2019-05-03
gpg: Use just the addrspec from the Signer's UID.
Werner Koch
1
-0
/
+9
2019-03-14
gpg: Implement v5 keys and v5 signatures.
Werner Koch
1
-31
/
+98
2018-12-04
gpg: Prepare revocation keys for use with v5 keys.
Werner Koch
1
-7
/
+9
2018-10-24
all: fix spelling and typos
Daniel Kahn Gillmor
1
-2
/
+2
2018-10-24
gpg: Unfinished support for v5 signatures.
Werner Koch
1
-8
/
+8
2018-08-29
gpg: New option --known-notation.
Werner Koch
1
-7
/
+51
2018-08-10
g10: Fix undefined behavior when EOF in parsing packet for S2K.
NIIBE Yutaka
1
-2
/
+2
2018-03-21
doc: Typo fix in comment.
Werner Koch
1
-4
/
+4
2018-03-21
gpg: Fix out-of-bound read in subpacket enumeration
Werner Koch
1
-0
/
+9
2018-02-06
gpg: Fix packet length checking in symkeyenc parser.
Werner Koch
1
-7
/
+10
2018-01-23
gpg: Implement AEAD for SKESK packets.
Werner Koch
1
-5
/
+27
2018-01-21
gpg: First take on PKT_ENCRYPTED_AEAD.
Werner Koch
1
-3
/
+95
2017-11-26
gpg: Do not read from uninitialized memory with --list-packets.
Werner Koch
1
-0
/
+6
2017-07-13
gpg: New option --key-origin.
Werner Koch
1
-4
/
+4
2017-05-08
gpg: Properly account for ring trust packets.
Justus Winter
1
-0
/
+3
2017-04-17
g10: Fix parse_ring_trust.
NIIBE Yutaka
1
-1
/
+1
2017-04-03
gpg: Handle critical marked 'Reason for Revocation'.
Werner Koch
1
-0
/
+1
2017-03-30
gpg: Consistent use of preprocessor conditionals.
Justus Winter
1
-8
/
+8
2017-03-30
gpg: Fix actual leak and possible leaks in the packet parser.
Werner Koch
1
-12
/
+13
2017-03-30
gpg: Revamp reading and writing of ring trust packets.
Werner Koch
1
-29
/
+155
2017-03-29
gpg: Extend free_packet to handle a packet parser context.
Werner Koch
1
-2
/
+36
2017-03-29
gpg: Change parse_packet to take a context.
Werner Koch
1
-31
/
+63
2017-03-07
Remove -I option to common.
NIIBE Yutaka
1
-4
/
+4
2016-12-12
gpg: Fix algo string parsing of --quick-addkey.
Werner Koch
1
-1
/
+1
2016-11-29
Improve some comments.
Neal H. Walfield
1
-2
/
+2
2016-11-05
Change all http://www.gnu.org in license notices to https://
Werner Koch
1
-1
/
+1
2016-10-07
gpg: Put extra parens around bit tests.
Werner Koch
1
-1
/
+1
2016-10-06
g10: Fix testing for debug flag.
Justus Winter
1
-1
/
+1
2016-08-10
gpg: Print the signer's UID during verification.
Werner Koch
1
-4
/
+1
2016-06-28
g10: Fix --list-packets.
NIIBE Yutaka
1
-1
/
+1
2016-06-20
gpg: Add experimental support for an issuer fpr.
Werner Koch
1
-0
/
+18
2016-06-14
doc: Consistently use 'keyserver'.
Werner Koch
1
-2
/
+2
2016-06-13
gpg: Try Signer's User ID sub-packet with --auto-key-retrieve.
Werner Koch
1
-0
/
+14
2016-04-29
gpg: Remove all assert.h and s/assert/log_assert/.
Werner Koch
1
-5
/
+4
2016-02-25
gpg: Improve documentation and comments related to OpenPGP packets.
Neal H. Walfield
1
-1
/
+1
2016-02-23
common: More accurately name function.
Neal H. Walfield
1
-1
/
+1
2016-01-06
gpg: Avoid using an uninitialized SALT on premature EOF.
Werner Koch
1
-0
/
+5
2016-01-06
gpg: Silence warnings found by static analyzer.
Werner Koch
1
-2
/
+1
2016-01-06
gpg: Comment on false positives by static analyzers.
Werner Koch
1
-0
/
+1
2015-11-17
Fix typos found using codespell.
Justus Winter
1
-1
/
+1
[next]