diff options
author | Werner Koch <[email protected]> | 2013-05-21 12:00:16 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2013-05-22 07:56:30 +0000 |
commit | 0f0e0559f9b160824f10dc17b389268cdb53aea4 (patch) | |
tree | 79e464edddca9389d75dcb036882b8c3f96ae680 /common/logging.c | |
parent | agent: New option --disable-check-own-socket. (diff) | |
download | gnupg-0f0e0559f9b160824f10dc17b389268cdb53aea4.tar.gz gnupg-0f0e0559f9b160824f10dc17b389268cdb53aea4.zip |
agent: Fix length detection of canonical formatted openpgp keys.
* agent/command.c (cmd_import_key): Pass 0 instead of KEYLEN to
gcry_sexp_canon_len.
--
We used to pass KEYLEN to the gcry_sexp_canon_len for no good reason:
convert_from_openpgp is guaranteed to return a valid canonical
S-expression and KEYLEN would thus act only as an upper limit. This
is not a problem because usually the original input key is longer than
the returned unprotected key. A future patch may change this
assertion and thus we better fix this bug now.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'common/logging.c')
0 files changed, 0 insertions, 0 deletions