diff options
author | Werner Koch <wk@gnupg.org> | 2011-03-02 15:35:10 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2011-03-02 15:35:10 +0100 |
commit | 1c09def22d97de3738a2bec4970504bfc155680b (patch) | |
tree | 44fbc5d154ca96be68fb8e43c6695c8dba9580d5 /g10/ChangeLog | |
parent | Add comment to last patch. (diff) | |
download | gnupg2-1c09def22d97de3738a2bec4970504bfc155680b.tar.xz gnupg2-1c09def22d97de3738a2bec4970504bfc155680b.zip |
Fix usage of SHA-2 algorithm with OpenPGP cards.
This was a regression in 2.1 introduced due to having the agent do the
signing in contrast to the old "SCD PKSIGN" command which accesses the
scdaemon directly and passed the hash algorithm. The hash algorithm
is used by app-openpgp.c only for a sanity check.
Diffstat (limited to 'g10/ChangeLog')
-rw-r--r-- | g10/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog index 0eebbef78..65e97a9a4 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,8 @@ +2011-03-02 Werner Koch <wk@g10code.com> + + * call-agent.c (agent_scd_pksign, agent_scd_pkdecrypt) + (hash_algo_option): Remove these unused functions. + 2011-02-10 Werner Koch <wk@g10code.com> * seskey.c (encode_md_value): Change last fix to avoid a |