mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* export.c: New.
* gpgsm.c: Add command --export. * server.c (cmd_export): New.
This commit is contained in:
parent
a59fcae1e7
commit
208b08af79
6 changed files with 304 additions and 8 deletions
|
@ -188,6 +188,9 @@ void gpgsm_list_keys (CTRL ctrl, STRLIST names, FILE *fp, unsigned int mode);
|
|||
/*-- import.c --*/
|
||||
int gpgsm_import (CTRL ctrl, int in_fd);
|
||||
|
||||
/*-- export.c --*/
|
||||
void gpgsm_export (CTRL ctrl, STRLIST names, FILE *fp);
|
||||
|
||||
/*-- verify.c --*/
|
||||
int gpgsm_verify (CTRL ctrl, int in_fd, int data_fd, FILE *out_fp);
|
||||
|
||||
|
@ -227,6 +230,3 @@ int gpgsm_dirmngr_isvalid (KsbaCert cert);
|
|||
|
||||
|
||||
#endif /*GPGSM_H*/
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue