aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Released 0.3.5V0-3-5Werner Koch2002-04-013-3/+10
* * gpgme.h (GpgmeAttr): Add values for issuer and chaining.Werner Koch2002-03-286-59/+110
* * Makefile.am (libgpgme_la_SOURCES): Add mutex.hWerner Koch2002-03-262-2/+8
* * gpgmeplug.c: Converted it to real C; i.e. use standard comments -Werner Koch2002-03-232-46/+67
* bugfix on new binary-encrypting/signing codeKarl-Heinz Zimmer2002-03-221-2/+6
* interface change: signMessage() and encryptMessage() now return an additional...Karl-Heinz Zimmer2002-03-224-25/+52
* changed code according to our hack before CeBIT, we are giving *binary* data ...Karl-Heinz Zimmer2002-03-212-7/+29
* * util.h (struct) [!HAVE_FOPENCOOKIE]: Make sure off_t and ssize_tWerner Koch2002-03-212-0/+6
* More feature selectorsMatthias Kalle Dalheimer2002-03-212-14/+38
* 2002-03-17 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-03-1817-393/+553
* 2002-03-17 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-03-182-1/+6
* removed all the .cvsignre files - they should be localWerner Koch2002-03-1011-75/+0
* Minor doc fixesWerner Koch2002-03-106-6/+15
* bugfix in findCertificates functionKarl-Heinz Zimmer2002-03-091-1/+1
* Bugfix: forgot to initialize the list of certificates in findCertificates() b...Karl-Heinz Zimmer2002-03-081-0/+2
* New feature: Ask user which certificate is to be taken when more than one fou...Karl-Heinz Zimmer2002-03-082-15/+66
* A little better address-parsing. Not real rfc822 yet, but at least it fetchesSteffen Hansen2002-03-082-8/+45
* Support for various warnings about expiring encryption certificates.Matthias Kalle Dalheimer2002-03-072-0/+51
* * gpgme.h (gpgme_op_keylist_ext_start): Add prototype.Werner Koch2002-03-072-0/+6
* encryptMessage() now accepts a comma separated list of addresseesSteffen Hansen2002-03-072-2/+69
* * gpgmeplug.c (signMessage): Fixed offbyone. Don't include theWerner Koch2002-03-062-3/+9
* Adjust requirement for GpgSM version according to configure.ac.Marcus Brinkmann2002-03-061-1/+1
* doc/Marcus Brinkmann2002-03-0610-12/+215
* 2002-03-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-03-062-3/+47
* Changed interface: additionally we now pass the following parameters into the...Karl-Heinz Zimmer2002-03-052-4/+16
* 2002-03-05 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-03-052-1/+6
* * configure.ac: Bumbed version to 0.3.4-cvs to continue development.Werner Koch2002-03-043-2/+4
* * gpg/Makefile.am (DISTCLEANFILES): Added.V0-3-4Werner Koch2002-03-046-6/+20
* 2002-03-03 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-03-032-1/+6
* doc/Marcus Brinkmann2002-03-036-8/+16
* doc/Marcus Brinkmann2002-03-039-37/+143
* 2002-03-03 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-03-032-0/+12
* Support for warning when a CRL expiresMatthias Kalle Dalheimer2002-03-012-0/+23
* Support for asking the for the PIN a certain number of times.Matthias Kalle Dalheimer2002-03-011-6/+14
* Support for checking whether the signer's email address is contained inMatthias Kalle Dalheimer2002-02-283-1/+28
* * key.h (subkey_s): New member expires_at.Werner Koch2002-02-284-33/+48
* *** empty log message ***Matthias Kalle Dalheimer2002-02-281-0/+6
* Implemented warning when the certificates used for signing are about toMatthias Kalle Dalheimer2002-02-282-0/+53
* Marked up where g10 needs to implement the selection of the signature algorithmMatthias Kalle Dalheimer2002-02-281-1/+2
* Removed the gpgme_set_signature_algorithm stuff. We can't add aWerner Koch2002-02-282-38/+0
* select the signature algorithm - dummy in gpgme.cMatthias Kalle Dalheimer2002-02-273-38/+78
* doc/Marcus Brinkmann2002-02-2712-14/+281
* doc/Marcus Brinkmann2002-02-267-38/+89
* 2002-02-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-02-262-2/+6
* 2002-02-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-02-262-3/+12
* now signMessage() calls the gpgme_set_include_certs() function before each ca...Karl-Heinz Zimmer2002-02-261-0/+22
* doc/Marcus Brinkmann2002-02-2617-24/+475
* 2002-02-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-02-252-3/+14
* Fix typo.Marcus Brinkmann2002-02-251-2/+2
* doc/Marcus Brinkmann2002-02-2513-56/+207