aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO3
-rw-r--r--gpgme/gpgme.h3
-rw-r--r--tests/ChangeLog4
-rw-r--r--tests/gpgsm/Makefile.am2
4 files changed, 10 insertions, 2 deletions
diff --git a/TODO b/TODO
index b80bef87..01b4a100 100644
--- a/TODO
+++ b/TODO
@@ -137,6 +137,9 @@ Hey Emacs, this is -*- outline -*- mode!
** t-data
*** Test gpgme_data_release_and_get_mem.
*** Test gpgme_data_seek for invalid types.
+** t-keylist
+ Write a test for ext_keylist.
+
* Debug
** Handle malloc and vasprintf errors. But decide first if they should be
diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h
index adc769f3..8fee1ba1 100644
--- a/gpgme/gpgme.h
+++ b/gpgme/gpgme.h
@@ -387,7 +387,8 @@ typedef enum
GPGME_STATUS_EXPSIG,
GPGME_STATUS_EXPKEYSIG,
GPGME_STATUS_TRUNCATED,
- GPGME_STATUS_ERROR
+ GPGME_STATUS_ERROR,
+ GPGME_STATUS_NEWSIG
}
gpgme_status_code_t;
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 1b182ca1..eb3f3ec4 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-05 Werner Koch <[email protected]>
+
+ * gpgsm/Makefile.am: Changed the faked system time to 20011213T12000.
+
2004-03-07 Marcus Brinkmann <[email protected]>
* gpgsm/t-keylist.c: Add chain IDs.
diff --git a/tests/gpgsm/Makefile.am b/tests/gpgsm/Makefile.am
index ad114a55..ba2e8d5a 100644
--- a/tests/gpgsm/Makefile.am
+++ b/tests/gpgsm/Makefile.am
@@ -51,7 +51,7 @@ all-local: ./pubring.kbx ./gpgsm.conf ./private-keys-v1.d/$(key_id).key ./trustl
./gpgsm.conf:
echo disable-crl-checks > ./gpgsm.conf
- echo faked-system-time 1038908198 >> ./gpgsm.conf
+ echo faked-system-time 1008241200 >> ./gpgsm.conf
./private-keys-v1.d/$(key_id).key: $(srcdir)/$(key_id)
test -d ./private-keys-v1.d || mkdir ./private-keys-v1.d