Add key import and export facility
authorWerner Koch <wk@gnupg.org>
Thu, 14 Dec 2000 14:45:35 +0000 (14:45 +0000)
committerWerner Koch <wk@gnupg.org>
Thu, 14 Dec 2000 14:45:35 +0000 (14:45 +0000)
commit715cf2aed334c99edad44af8f0507b080056f6ce
tree4d536f2bfe5972695435da25e24b1f37702624ed
parentedcc338a593d703335a98f39a44ff26307927458
Add key import and export facility
14 files changed:
gpgme/Makefile.am
gpgme/encrypt.c
gpgme/export.c [new file with mode: 0644]
gpgme/gpgme.c
gpgme/gpgme.h
gpgme/import.c [new file with mode: 0644]
gpgme/recipient.c
gpgme/w32-io.c
tests/Makefile.am
tests/mkdemodirs
tests/pubkey-1.asc [new file with mode: 0644]
tests/seckey-1.asc [new file with mode: 0644]
tests/t-export.c [new file with mode: 0644]
tests/t-import.c [new file with mode: 0644]