Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed interface: additionally we now pass the following parameters into ↵ | Karl-Heinz Zimmer | 2002-03-05 | 1 | -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 | ||||
* | Support for warning when a CRL expires | Matthias Kalle Dalheimer | 2002-03-01 | 1 | -0/+8 |
| | |||||
* | Support for checking whether the signer's email address is contained in | Matthias Kalle Dalheimer | 2002-02-28 | 1 | -0/+7 |
| | | | | | his certificate. | ||||
* | Implemented warning when the certificates used for signing are about to | Matthias Kalle Dalheimer | 2002-02-28 | 1 | -0/+21 |
| | | | | | expire | ||||
* | now including stdlib.h into the header file to avoid compile time warnings ↵ | Karl-Heinz Zimmer | 2001-12-23 | 1 | -1/+1 |
| | | | | of unknown function free() | ||||
* | Adjust and complete the documentation of the new "StructuringInfo" struct ↵ | Karl-Heinz Zimmer | 2001-12-23 | 1 | -38/+519 |
| | | | | and the corresponding free_StructuringInfo() function and - for plugin developers - the corresponding init_StructuringInfo() function | ||||
* | Filling the SignatureMetaData struct (the crucial code is #ifdef'd out for ↵ | Matthias Kalle Dalheimer | 2001-11-25 | 1 | -4/+14 |
| | | | | | | | | safety's sake) Changes to SignatureMetaData Added SignatureMetaDataExtendedInfo | ||||
* | changed specification of SignatureMetaData struct | Karl-Heinz Zimmer | 2001-11-25 | 1 | -1/+3 |
| | |||||
* | [Kalle] signature verification and decoding of encrypted mails | Karl-Heinz Zimmer | 2001-11-25 | 1 | -4/+4 |
| | |||||
* | adjusted 'encryptMessage' parameters: now also the addressee is given | Karl-Heinz Zimmer | 2001-11-25 | 1 | -3/+5 |
| | |||||
* | configure struct updated according to modified cryptplug.h | Karl-Heinz Zimmer | 2001-11-21 | 1 | -28/+192 |
| | |||||
* | GPGME Plug-In initial checkin. Saving/restoring of configuration is working. | Karl-Heinz Zimmer | 2001-11-21 | 1 | -0/+939 |