* gpgme.h: Add GPGME_STATUS_NEWSIG.

* gpgsm/Makefile.am: Changed the faked system time to 20011213T12000.
This commit is contained in:
Werner Koch 2004-04-05 18:40:10 +00:00
parent fe16ca5cc4
commit edf5d2bd31
4 changed files with 10 additions and 2 deletions

3
TODO
View File

@ -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

View File

@ -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;

View File

@ -1,3 +1,7 @@
2004-04-05 Werner Koch <wk@gnupg.org>
* gpgsm/Makefile.am: Changed the faked system time to 20011213T12000.
2004-03-07 Marcus Brinkmann <marcus@g10code.de>
* gpgsm/t-keylist.c: Add chain IDs.

View File

@ -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