mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Support DSA2.
Support Camellia for testing. More audit stuff.
This commit is contained in:
parent
c8b76e5621
commit
bae4b256c7
34 changed files with 682 additions and 174 deletions
|
@ -1,6 +1,6 @@
|
|||
2007-12-10 Werner Koch <wk@g10code.com>
|
||||
|
||||
* app-openpgp.c (do_decipher): Take care of cryptograms shiorther
|
||||
* app-openpgp.c (do_decipher): Take care of cryptograms shorter
|
||||
that 128 bytes. Fixes bug#851.
|
||||
|
||||
2007-11-14 Werner Koch <wk@g10code.com>
|
||||
|
|
|
@ -2461,7 +2461,7 @@ do_decipher (app_t app, const char *keyidstr,
|
|||
|
||||
/* We might encounter a couple of leading zeroes in the
|
||||
cryptogram. Due to internal use of MPIs thease leading
|
||||
zeroes are stripped. However the OpenPGp card expects
|
||||
zeroes are stripped. However the OpenPGP card expects
|
||||
exactly 128 bytes for the cryptogram (for a 1k key). Thus we
|
||||
need to fix it up. We do this for up to 16 leading zero
|
||||
bytes; a cryptogram with more than this is with a very high
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue