diff options
author | Werner Koch <[email protected]> | 2002-02-13 15:05:19 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-02-13 15:05:19 +0000 |
commit | 948ee49ff7f62579d3a08eba849f71529f08805d (patch) | |
tree | bf46b9de77fb68281f6c9854a6502a18fb23d7b5 | |
parent | * gpgsm/Makefile.am (private-keys-v1.d): Don't (diff) | |
download | gpgme-948ee49ff7f62579d3a08eba849f71529f08805d.tar.gz gpgme-948ee49ff7f62579d3a08eba849f71529f08805d.zip |
Write a fake gpg-agent so that we can supply known passphrases to
gpgsm and setup the configuration files to use the agent. Without
this we are testing a currently running gpg-agent which is not a
clever idea.
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -42,6 +42,10 @@ Hey Emacs, this is -*- outline -*- mode! get GPGME_No_Passphrase." Bug reported by Stephane Corthesy. * Tests + Write a fake gpg-agent so that we can supply known passphrases to + gpgsm and setup the configuration files to use the agent. Without + this we are testing a currently running gpg-agent which is not a + clever idea. ** t-data *** Test gpgme_data_release_and_get_mem. *** Test gpgme_data_rewind for invalid types. |