Package: gnupg2 / 2.0.14-2+squeeze2
Metadata
Package | Version | Patches format |
---|---|---|
gnupg2 | 2.0.14-2+squeeze2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
01 gnupg2 rename.diff | (download) |
configure.ac |
2 2 + 0 - 0 ! |
--- |
02 encode s2k.diff | (download) |
agent/protect.c |
32 19 + 13 - 0 ! |
--- |
03 gpgsm realloc.diff | (download) |
kbx/keybox-blob.c (working copy) |
1 1 + 0 - 0 ! |
--- |
04 cve 2012 6085.diff | (download) |
g10/import.c |
23 22 + 1 - 0 ! |
gpg: import only packets which are allowed in a keyblock. |
05 cve 2013 4402_p1.diff | (download) |
NEWS |
2 2 + 0 - 0 ! |
[patch 1/2] gpg: fix bug with deeply nested compressed packets. * g10/mainproc.c (MAX_NESTING_DEPTH): New. (proc_compressed): Return an error code. (check_nesting): New. (do_proc_packets): Check packet nesting depth. Handle errors from check_compressed. Signed-off-by: Werner Koch <wk@gnupg.org> |
06 cve 2013 4402_p2.diff | (download) |
common/iobuf.c |
11 11 + 0 - 0 ! |
[patch 2/2] gpg: limit the nesting level of i/o filters. * common/iobuf.c (MAX_NESTING_FILTER): New. (iobuf_push_filter2): Limit the nesting level. * g10/mainproc.c (mainproc_context): New field ANY. Change HAVE_DATA and ANY_SIG_SIGN to bit fields of ANY. Add bit field UNCOMPRESS_FAILED. (proc_compressed): Avoid printing multiple Bad Data messages. (check_nesting): Return GPG_ERR_BAD_DATA instead of UNEXPECTED_DATA. -- This is a more general fix for the nested compression packet bug. In particular this helps g10/import.c:read_block to stop pushing compression filters onto an iobuf stream. This patch also reduces the number of error messages for the non-import case. Signed-off-by: Werner Koch <wk@gnupg.org> |
07 cve 2013 4351.diff | (download) |
g10/getkey.c |
8 7 + 1 - 0 ! |
--- |