diff options
author | Marcus Brinkmann <[email protected]> | 2005-04-28 16:11:34 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2005-04-28 16:11:34 +0000 |
commit | 02a1dbee30e990b25dae67fe3406dbac1463f509 (patch) | |
tree | 5cb51a7d4ecc41b75c6d97e8ae673a3bf356791a /doc | |
parent | (calc_sig_summary): Set the key revoked bit. (diff) | |
download | gpgme-02a1dbee30e990b25dae67fe3406dbac1463f509.tar.gz gpgme-02a1dbee30e990b25dae67fe3406dbac1463f509.zip |
doc/
2005-04-28 Marcus Brinkmann <[email protected]>
* gpgme.texi (Included Certificates): Document
GPGME_INCLUDE_CERTS_DEFAULT.
gpgme/
2005-04-28 Marcus Brinkmann <[email protected]>
* gpgme.h (GPGME_INCLUDE_CERTS_DEFAULT): New macro.
* engine-gpgsm.c (gpgsm_sign): Send the include-certs option after
the reset, just for cleanliness, and do not sent it at all if the
default is requested.
* gpgme.c (gpgme_set_include_certs): Allow to use
GPGME_INCLUDE_CERTS_DEFAULT.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gpgme.texi | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index d53f017b..5061d3a3 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2005-04-28 Marcus Brinkmann <[email protected]> + + * gpgme.texi (Included Certificates): Document + GPGME_INCLUDE_CERTS_DEFAULT. + 2005-01-12 Marcus Brinkmann <[email protected]> * gpgme.texi (Engine Configuration): New section. diff --git a/doc/gpgme.texi b/doc/gpgme.texi index f68b41be..9c6b42fb 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -2028,6 +2028,9 @@ default, only the sender's certificate is included. The possible values of @var{nr_of_certs} are: @table @code +@item GPGME_INCLUDE_CERTS_DEFAULT +Fall back to the default of the crypto backend. This is the default +for GPGME. @item -2 Include all certificates except the root certificate. @item -1 |