aboutsummaryrefslogtreecommitdiffstats
path: root/gpgmeplug/cryptplug.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-04-27allow checking of Opaque Signed message dataKarl-Heinz Zimmer1-4/+13
2002-04-18Additional parameter for returning the cert lengthMatthias Kalle Dalheimer1-2/+4
2002-04-17report both the error-Id and the error-text to the calling program when ↵Karl-Heinz Zimmer1-3/+7
signing or encrypting of mails could not be done
2002-04-17Implemented requesting certsMatthias Kalle Dalheimer1-5/+2
2002-03-22interface change: signMessage() and encryptMessage() now return an ↵Karl-Heinz Zimmer1-1/+14
additional 'cipherLen' parameter to enable us to handle binary cipher data
2002-03-21changed code according to our hack before CeBIT, we are giving *binary* data ↵Karl-Heinz Zimmer1-2/+5
to the decryptMessage() and to the checkMessageSignature() methode instead of passing base64 encoded data to them
2002-03-21More feature selectorsMatthias Kalle Dalheimer1-7/+18
Plugin says which features it supports
2002-03-08New feature: Ask user which certificate is to be taken when more than one ↵Karl-Heinz Zimmer1-0/+8
found by the crypto plug-in for a single recipient. - NOTE: This code is not working correctly (yet) so we allways get some *all* keys that are stored by gpg instead of the right key information.
2002-03-07Support for various warnings about expiring encryption certificates.Matthias Kalle Dalheimer1-0/+15
Support for checking encryption certificate paths. Needs GPGME support.
2002-03-05Changed interface: additionally we now pass the following parameters into ↵Karl-Heinz Zimmer1-1/+3
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
2002-03-01Support for warning when a CRL expiresMatthias Kalle Dalheimer1-0/+8
2002-02-28Support for checking whether the signer's email address is contained inMatthias Kalle Dalheimer1-0/+7
his certificate.
2002-02-28Implemented warning when the certificates used for signing are about toMatthias Kalle Dalheimer1-0/+21
expire
2001-12-23now including stdlib.h into the header file to avoid compile time warnings ↵Karl-Heinz Zimmer1-1/+1
of unknown function free()
2001-12-23Adjust and complete the documentation of the new "StructuringInfo" struct ↵Karl-Heinz Zimmer1-38/+519
and the corresponding free_StructuringInfo() function and - for plugin developers - the corresponding init_StructuringInfo() function
2001-11-25Filling the SignatureMetaData struct (the crucial code is #ifdef'd out for ↵Matthias Kalle Dalheimer1-4/+14
safety's sake) Changes to SignatureMetaData Added SignatureMetaDataExtendedInfo
2001-11-25changed specification of SignatureMetaData structKarl-Heinz Zimmer1-1/+3
2001-11-25[Kalle] signature verification and decoding of encrypted mailsKarl-Heinz Zimmer1-4/+4
2001-11-25adjusted 'encryptMessage' parameters: now also the addressee is givenKarl-Heinz Zimmer1-3/+5
2001-11-21configure struct updated according to modified cryptplug.hKarl-Heinz Zimmer1-28/+192
2001-11-21GPGME Plug-In initial checkin. Saving/restoring of configuration is working.Karl-Heinz Zimmer1-0/+939