aboutsummaryrefslogtreecommitdiffstats
path: root/gpgmeplug/gpgmeplug.c (unfollow)
Commit message (Expand)AuthorFilesLines
2002-03-22bugfix on new binary-encrypting/signing codeKarl-Heinz Zimmer1-2/+6
2002-03-22interface change: signMessage() and encryptMessage() now return an additional...Karl-Heinz Zimmer1-24/+34
2002-03-21changed code according to our hack before CeBIT, we are giving *binary* data ...Karl-Heinz Zimmer1-5/+24
2002-03-21More feature selectorsMatthias Kalle Dalheimer1-7/+20
2002-03-09bugfix in findCertificates functionKarl-Heinz Zimmer1-1/+1
2002-03-08Bugfix: forgot to initialize the list of certificates in findCertificates() b...Karl-Heinz Zimmer1-0/+2
2002-03-08New feature: Ask user which certificate is to be taken when more than one fou...Karl-Heinz Zimmer1-15/+58
2002-03-08A little better address-parsing. Not real rfc822 yet, but at least it fetchesSteffen Hansen1-8/+40
2002-03-07Support for various warnings about expiring encryption certificates.Matthias Kalle Dalheimer1-0/+36
2002-03-07encryptMessage() now accepts a comma separated list of addresseesSteffen Hansen1-2/+63
2002-03-06* gpgmeplug.c (signMessage): Fixed offbyone. Don't include theWerner Koch1-3/+3
2002-03-05Changed interface: additionally we now pass the following parameters into the...Karl-Heinz Zimmer1-3/+13
2002-03-01Support for warning when a CRL expiresMatthias Kalle Dalheimer1-0/+15
2002-03-01Support for asking the for the PIN a certain number of times.Matthias Kalle Dalheimer1-6/+14
2002-02-28Support for checking whether the signer's email address is contained inMatthias Kalle Dalheimer1-0/+16
2002-02-28Implemented warning when the certificates used for signing are about toMatthias Kalle Dalheimer1-0/+32
2002-02-28Marked up where g10 needs to implement the selection of the signature algorithmMatthias Kalle Dalheimer1-1/+2
2002-02-27select the signature algorithm - dummy in gpgme.cMatthias Kalle Dalheimer1-0/+2
2002-02-262002-02-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-2/+2
2002-02-26now signMessage() calls the gpgme_set_include_certs() function before each ca...Karl-Heinz Zimmer1-0/+22
2002-02-13Removed temporary passphrase callbackSteffen Hansen1-97/+0
2002-02-012002-02-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
2002-01-15bug found: no more crashing when calling signing/encoding functions :-)Karl-Heinz Zimmer1-3/+5
2002-01-14fixed bug in function "storeNewCharPtr()"Karl-Heinz Zimmer1-8/+16
2001-12-24finished interface of StructuringInfo struct and added implementation of sett...Karl-Heinz Zimmer1-109/+306
2001-12-18corrected specification of Aegypten test key in encrypt() functionKarl-Heinz Zimmer1-11/+17
2001-12-18added debug message to encrypt() functionKarl-Heinz Zimmer1-0/+13
2001-12-13improce memory handlingKarl-Heinz Zimmer1-24/+38
2001-12-06Corrected (for a second time) code status error from previous wrong CVS comitsKarl-Heinz Zimmer1-2/+60
2001-12-06Corrected code status error from previous wrong CVS comitsKarl-Heinz Zimmer1-25/+35
2001-12-052001-11-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+1
2001-11-29added error detection to signing and encrypting methodes: this has to be impr...Karl-Heinz Zimmer1-63/+67
2001-11-26Check for out-of-memory in signature verificationMatthias Kalle Dalheimer1-25/+35
2001-11-26enabled fetching meta data after checking of signature(s)Karl-Heinz Zimmer1-8/+8
2001-11-25Filling the SignatureMetaData struct (the crucial code is #ifdef'd out for sa...Matthias Kalle Dalheimer1-2/+86
2001-11-25[Kalle] signature verification and decoding of encrypted mailsKarl-Heinz Zimmer1-2/+24
2001-11-25Now gpgmeplug.c can also create encrypted and signed+encrypted S/MIME mails.Karl-Heinz Zimmer1-5/+46
2001-11-25adjusted 'encryptMessage' parameters: now also the addressee is givenKarl-Heinz Zimmer1-21/+12
2001-11-24signing now returns only the SIGNATURE - not the original text - since buildi...Karl-Heinz Zimmer1-1/+1
2001-11-23signing of mail bodies is working now - buuuuut: I changed the behaviour of t...Karl-Heinz Zimmer1-6/+13
2001-11-222001-11-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+4
2001-11-22removed stupid C bug (malloc of strlen(..) instead of 1+strlen)Karl-Heinz Zimmer1-4/+66
2001-11-22Now send the signature back to the calling function (instead of just printing...Karl-Heinz Zimmer1-23/+23
2001-11-21corrected includesKarl-Heinz Zimmer1-2/+1
2001-11-21create signature (and write it to stdout for testing)Karl-Heinz Zimmer1-2/+3
2001-11-212001-11-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-14/+15
2001-11-21finished implementation of DirectoryServices storing/retrievingKarl-Heinz Zimmer1-14/+47
2001-11-21(security checkin) currently working on signing messagesKarl-Heinz Zimmer1-6/+10
2001-11-21configure struct updated according to modified cryptplug.hKarl-Heinz Zimmer1-23/+237
2001-11-21GPGME Plug-In initial checkin. Saving/restoring of configuration is working.Karl-Heinz Zimmer1-0/+511