ad53006261doc/ 2002-03-06 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-03-06 01:40:25 +0000
7c308977d02002-03-06 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-03-06 00:33:50 +0000
b8f589e1412002-03-06 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-03-06 00:33:50 +0000
704a1b05b3Changed interface: additionally we now pass the following parameters into the checkMessageSignature function: bool signatureIsBinary - telling us whether the signature is armored ASCII or binary data, int signatureLen - holding the TRUE length of the signature if (and only if) this is binary data
Karl-Heinz Zimmer
2002-03-05 21:23:58 +0000
56d6e0e38eChanged interface: additionally we now pass the following parameters into the checkMessageSignature function: bool signatureIsBinary - telling us whether the signature is armored ASCII or binary data, int signatureLen - holding the TRUE length of the signature if (and only if) this is binary data
Karl-Heinz Zimmer
2002-03-05 21:23:58 +0000
b0bfb987af2002-03-05 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-03-05 20:22:06 +0000
3eef7173f52002-03-05 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-03-05 20:22:06 +0000
6616ce295f* configure.ac: Bumbed version to 0.3.4-cvs to continue development.
Werner Koch
2002-03-04 11:39:52 +0000
0b7fdca82b* configure.ac: Bumbed version to 0.3.4-cvs to continue development.
Werner Koch
2002-03-04 11:39:52 +0000
bcd5749348* gpg/Makefile.am (DISTCLEANFILES): Added. * configure.ac: Bumbed LT version numbers to (7,1,0), requires gpgsm 0.3.1.
V0-3-4
Werner Koch
2002-03-04 11:16:11 +0000
75938f1ab9This commit was manufactured by cvs2svn to create tag 'V0-3-4'.
Repo Admin
2002-03-04 11:16:11 +0000
bdbebdeb00* gpg/Makefile.am (DISTCLEANFILES): Added. * configure.ac: Bumbed LT version numbers to (7,1,0), requires gpgsm 0.3.1.
Werner Koch
2002-03-04 11:16:11 +0000
2ea755aaf42002-03-03 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-03-03 19:40:13 +0000
f4a6076deb2002-03-03 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-03-03 19:40:13 +0000
3c9959368edoc/ 2002-03-03 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-03-03 17:37:34 +0000
65d9d64a35doc/ 2002-03-03 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-03-03 17:37:34 +0000
7d0eebf41adoc/ 2002-03-03 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-03-03 16:46:33 +0000
7312d11e99doc/ 2002-03-03 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-03-03 16:46:33 +0000
a38a8c4daa2002-03-03 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-03-03 14:50:29 +0000
1686ac6c4f2002-03-03 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-03-03 14:50:29 +0000
cea9be523eSupport for warning when a CRL expires
Matthias Kalle Dalheimer
2002-03-01 17:54:26 +0000
c76835983dSupport for warning when a CRL expires
Matthias Kalle Dalheimer
2002-03-01 17:54:26 +0000
bf3eccd564Support for asking the for the PIN a certain number of times.
Matthias Kalle Dalheimer
2002-03-01 16:55:50 +0000
42f09583f1Support for asking the for the PIN a certain number of times.
Matthias Kalle Dalheimer
2002-03-01 16:55:50 +0000
8b21fdb6b8Support for checking whether the signer's email address is contained in his certificate.
Matthias Kalle Dalheimer
2002-02-28 12:09:45 +0000
0ba3682c28Support for checking whether the signer's email address is contained in his certificate.
Matthias Kalle Dalheimer
2002-02-28 12:09:45 +0000
0857c5cfdd* key.h (subkey_s): New member expires_at. * keylist.c (keylist_colon_handler): Set it here * key.c (gpgme_key_get_as_xml,gpgme_key_get_ulong_attr): Return it.
Werner Koch
2002-02-28 09:53:56 +0000
23b812e1dd* key.h (subkey_s): New member expires_at. * keylist.c (keylist_colon_handler): Set it here * key.c (gpgme_key_get_as_xml,gpgme_key_get_ulong_attr): Return it.
Werner Koch
2002-02-28 09:53:56 +0000
573daabba9Implemented warning when the certificates used for signing are about to expire
Matthias Kalle Dalheimer
2002-02-28 09:14:39 +0000
2b1b87785cImplemented warning when the certificates used for signing are about to expire
Matthias Kalle Dalheimer
2002-02-28 09:14:39 +0000
df8e9fa1e0Marked up where g10 needs to implement the selection of the signature algorithm
Matthias Kalle Dalheimer
2002-02-28 07:49:13 +0000
708790b7b9Marked up where g10 needs to implement the selection of the signature algorithm
Matthias Kalle Dalheimer
2002-02-28 07:49:13 +0000
fccdbcf211Removed the gpgme_set_signature_algorithm stuff. We can't add a function to our API without discussion the consequences of. By design the signature algorithm is a property of the signer's key and can't be set arbitrary. The library is named GnuPG Made Easy so we should not burden the user with an API to select stuff which can only be done by the backend. Changes in gpgme require support by the backend. If we have the requirement to implement it, it will be done as a global configuration option for signers or as meta-data asscociated with a certificates for recipients. I habe not found this as a requirement of the Aegypten project.
Werner Koch
2002-02-28 07:29:08 +0000
e41f9e115aRemoved the gpgme_set_signature_algorithm stuff. We can't add a function to our API without discussion the consequences of. By design the signature algorithm is a property of the signer's key and can't be set arbitrary. The library is named GnuPG Made Easy so we should not burden the user with an API to select stuff which can only be done by the backend. Changes in gpgme require support by the backend. If we have the requirement to implement it, it will be done as a global configuration option for signers or as meta-data asscociated with a certificates for recipients. I habe not found this as a requirement of the Aegypten project.
Werner Koch
2002-02-28 07:29:08 +0000
44edbc7d41select the signature algorithm - dummy in gpgme.c
Matthias Kalle Dalheimer
2002-02-27 20:59:20 +0000
f0d54d22daselect the signature algorithm - dummy in gpgme.c
Matthias Kalle Dalheimer
2002-02-27 20:59:20 +0000
da2cd9aa44doc/ 2002-02-27 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-27 00:59:31 +0000
64d66ed02adoc/ 2002-02-27 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-27 00:59:31 +0000
31b2a458ffdoc/ 2002-02-27 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-26 23:39:58 +0000
6bfe6dfd9edoc/ 2002-02-27 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-26 23:39:58 +0000
85c71008722002-02-27 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-26 23:19:19 +0000
cd8b9caa002002-02-27 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-26 23:19:19 +0000
00d2d15d812002-02-26 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-26 22:41:31 +0000
a1d2b3635c2002-02-26 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-26 22:41:31 +0000
82b1feb992now signMessage() calls the gpgme_set_include_certs() function before each call of gpgme_op_sign
Karl-Heinz Zimmer
2002-02-26 01:01:28 +0000
1aa16bff05now signMessage() calls the gpgme_set_include_certs() function before each call of gpgme_op_sign
Karl-Heinz Zimmer
2002-02-26 01:01:28 +0000
c22974f99fdoc/ 2002-02-26 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-26 00:08:09 +0000
c4f7e11c9fdoc/ 2002-02-26 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-26 00:08:09 +0000
d75d6fb2622002-02-25 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-25 19:08:51 +0000
73405f61162002-02-25 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-25 19:08:51 +0000
5547faf658Fix typo.
Marcus Brinkmann
2002-02-25 18:34:17 +0000
7acf46bb29Fix typo.
Marcus Brinkmann
2002-02-25 18:34:17 +0000
98bee1303fdoc/ 2002-02-25 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-25 18:31:07 +0000
9d736bc6aedoc/ 2002-02-25 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-25 18:31:07 +0000
948ee49ff7Write 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.
Werner Koch
2002-02-13 15:05:19 +0000
12446cd871Write 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.
Werner Koch
2002-02-13 15:05:19 +0000
accc40c84a* gpgsm/Makefile.am (private-keys-v1.d): Don't fail when the directory already exists.
Werner Koch
2002-02-13 15:02:09 +0000
52a6c79b4b* gpgsm/Makefile.am (private-keys-v1.d): Don't fail when the directory already exists.
Werner Koch
2002-02-13 15:02:09 +0000
822e098fed* vasprintf.c, fopencookie.c: Add replacement functions. * util.h: Add prototypes for them.
Werner Koch
2002-02-13 14:59:50 +0000
035ee15d3b* vasprintf.c, fopencookie.c: Add replacement functions. * util.h: Add prototypes for them.
Werner Koch
2002-02-13 14:59:50 +0000
d8119956bb* configure.ac (vasprintf,fopencookie): Add checks.
Werner Koch
2002-02-13 14:59:22 +0000
80ce80aa31* configure.ac (vasprintf,fopencookie): Add checks.
Werner Koch
2002-02-13 14:59:22 +0000
10750fcfd92002-02-12 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-12 22:08:10 +0000
e199b9c3d72002-02-12 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-12 22:08:10 +0000
7ee386958fReverting last change.
Marcus Brinkmann
2002-02-12 17:57:34 +0000
fcc58be911Reverting last change.
Marcus Brinkmann
2002-02-12 17:57:34 +0000
cfa8bcd1742002-02-10 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-10 13:31:36 +0000
6eb38b4b2c2002-02-10 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-10 13:31:36 +0000
a77a47722bRevert last change to this file.
Marcus Brinkmann
2002-02-09 21:41:46 +0000
86409aef34Revert last change to this file.
Marcus Brinkmann
2002-02-09 21:41:46 +0000
55cd54f02bUpdate as edited by configure.
gpgme-0-3-1
Marcus Brinkmann
2002-02-09 01:04:12 +0000
b30b6e45d3This commit was manufactured by cvs2svn to create tag 'gpgme-0-3-1'.
Repo Admin
2002-02-09 01:04:12 +0000
ce5238ff04Update as edited by configure.
Marcus Brinkmann
2002-02-09 01:04:12 +0000
3cd7f606122002-02-09 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-09 00:59:14 +0000
3e6e801ee32002-02-09 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-09 00:59:14 +0000
b7ac6614dd2002-02-09 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-09 00:58:42 +0000
abd34a0f172002-02-09 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-09 00:58:42 +0000
69bafd50b52002-02-09 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-09 00:58:22 +0000
af276e2cba2002-02-09 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-09 00:58:22 +0000
d85fac92fd2002-02-09 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-09 00:35:04 +0000
ce8808559d2002-02-09 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-09 00:35:04 +0000
bccaa95b272002-02-09 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-09 00:26:58 +0000
4b851b548b2002-02-09 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-09 00:26:58 +0000
b6a71ec8882002-02-09 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-09 00:20:48 +0000
5d04a269c82002-02-09 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-09 00:20:48 +0000
4286ebe1222002-02-09 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-09 00:07:59 +0000
79b63a37352002-02-09 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-09 00:07:59 +0000
82b7dc1d292002-02-09 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-09 00:06:32 +0000
a0ce9505572002-02-09 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-09 00:06:32 +0000
f0a45d0c202002-02-08 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-08 22:43:44 +0000
b50983b4032002-02-08 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-08 22:43:44 +0000
6f2245b35d2002-02-08 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann
2002-02-08 22:36:57 +0000