aboutsummaryrefslogtreecommitdiffstats
path: root/gpgmeplug (unfollow)
Commit message (Expand)AuthorFilesLines
2001-12-24Added specification of strings and bool values for S/MIME signing and encrypt...Karl-Heinz Zimmer1-0/+35
2001-12-24finished interface of StructuringInfo struct and added implementation of sett...Karl-Heinz Zimmer1-109/+306
2001-12-23now including stdlib.h into the header file to avoid compile time warnings of...Karl-Heinz Zimmer1-1/+1
2001-12-23Adjust and complete the documentation of the new "StructuringInfo" struct and...Karl-Heinz Zimmer1-38/+519
2001-12-192001-12-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-6/+6
2001-12-192001-12-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-7/+7
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-05Add .cvsignore files. Suggested by Jan-Oliver Wagner <[email protected]>.Marcus Brinkmann1-0/+2
2001-12-052001-11-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-0/+5
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 Dalheimer2-6/+100
2001-11-25changed specification of SignatureMetaData structKarl-Heinz Zimmer1-1/+3
2001-11-25[Kalle] signature verification and decoding of encrypted mailsKarl-Heinz Zimmer2-6/+28
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 Zimmer2-24/+17
2001-11-242001-11-24 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-2/+5
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 Brinkmann4-2/+27
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-21change Makefile to create shared libKarl-Heinz Zimmer1-4/+9
2001-11-21.Marcus Brinkmann1-0/+9
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 Zimmer2-51/+429
2001-11-21GPGME Plug-In initial checkin. Saving/restoring of configuration is working.Karl-Heinz Zimmer4-0/+1611