mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* delete.c: New.
* gpgsm.c: Made --delete-key work. * server.c (cmd_delkeys): New. (register_commands): New command DELKEYS. * decrypt.c (gpgsm_decrypt): Print a convenience note when RC2 is used and a STATUS_ERROR with the algorithm oid.
This commit is contained in:
parent
508ce100c9
commit
9f8fef65ca
8 changed files with 233 additions and 9 deletions
|
@ -36,7 +36,7 @@
|
|||
libksba because we need libgcrypt support). The caller must
|
||||
provide an array of sufficient length or NULL so that the function
|
||||
allocates the array. If r_len is not NULL, the length of the
|
||||
digest is return, well, this can also be done by using
|
||||
digest is returned; well, this can also be done by using
|
||||
gcry_md_get_algo_dlen(). If algo is 0, a SHA-1 will be used.
|
||||
|
||||
If there is a problem , the function does never return NULL but a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue