mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
New gpgsm server option no-encrypt-to.
Add caching for symkey encryption. Minor cleanups.
This commit is contained in:
parent
f61e15670a
commit
387a51f951
12 changed files with 70 additions and 30 deletions
|
@ -1,3 +1,15 @@
|
|||
2009-05-18 Daiki Ueno <ueno@unixuser.org> (wk)
|
||||
|
||||
* encode.c (encode_simple): Tell passphrase_to_dek to cache
|
||||
the passphrase.
|
||||
(setup_symkey): Ditto.
|
||||
* mainproc.c (proc_symkey_enc): Tell passphrase_to_dek to cache
|
||||
the passphrase.
|
||||
(proc_encrypted): Ditto.
|
||||
* passphrase.c (hash_passphrase): Remove arg CREATE.
|
||||
(passphrase_to_dek): New mode 3 and 4 for caching passphrase for
|
||||
symmetric encryption.
|
||||
|
||||
2009-05-17 Werner Koch <wk@g10code.com>
|
||||
|
||||
* keygen.c (ask_algo): Add arg R_SUBKEY_ALGO. Change return value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue