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)
commit29c1e6f6b537e95d582b1a031ae0491099a4399b
treec65bfd2b756184aa5cf0e7ae0c8e98692e4fbc1c
parent100a50729f998ac938144010663fbc35ad5268d1
Add key import and export facility
14 files changed:
trunk/gpgme/Makefile.am
trunk/gpgme/encrypt.c
trunk/gpgme/export.c [new file with mode: 0644]
trunk/gpgme/gpgme.c
trunk/gpgme/gpgme.h
trunk/gpgme/import.c [new file with mode: 0644]
trunk/gpgme/recipient.c
trunk/gpgme/w32-io.c
trunk/tests/Makefile.am
trunk/tests/mkdemodirs
trunk/tests/pubkey-1.asc [new file with mode: 0644]
trunk/tests/seckey-1.asc [new file with mode: 0644]
trunk/tests/t-export.c [new file with mode: 0644]
trunk/tests/t-import.c [new file with mode: 0644]