aboutsummaryrefslogtreecommitdiffstats
path: root/gpgmeplug (follow)
Commit message (Expand)AuthorAgeFilesLines
* 2002-11-28 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-11-287-5306/+0
* doc/Marcus Brinkmann2002-11-192-1/+6
* Adding support for email addresses includes in '<' and '>'.Karl-Heinz Zimmer2002-10-311-22/+28
* Add error checking for isEmailInCertificate being called with invalid fingerp...Karl-Heinz Zimmer2002-10-311-43/+46
* Add support for certificates having the e-mail address stored in GPGME_ATTR_U...Karl-Heinz Zimmer2002-10-311-62/+14
* Implementing the 1st of missing features reported by Ingo: isEmailInCertifica...Karl-Heinz Zimmer2002-10-311-14/+110
* 2002-10-12 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-10-122-1/+7
* Applying Ingo's patch: Makes signatureCertificateDaysLeftToExpiry() and recei...Karl-Heinz Zimmer2002-09-291-12/+16
* * gpgmeplug.c (nextCertificate): Sanity check for empty tmp_dn.Werner Koch2002-09-202-1/+5
* Bugfix #1276 (equals KDE bug #43868). Make sure to update kde/kdenetwork/l...Karl-Heinz Zimmer2002-09-122-76/+163
* Bugfix: The value text of protocol parameter of OpenPGP's multipart/signed Co...Karl-Heinz Zimmer2002-09-061-1/+1
* AEgypten bugfix #1220: make sure that (a) negative numbers of days-left-to-ex...Karl-Heinz Zimmer2002-09-032-32/+64
* Use gpgme_op_import_ext() instead of gpgme_op_import()Steffen Hansen2002-08-202-6/+30
* new cryptplug function importCertificateFromMem()Steffen Hansen2002-07-313-3/+54
* CRASH prevention fix: Memory was overwritten if there were more than 1 email ...Karl-Heinz Zimmer2002-07-041-1/+1
* fixing bug #1154Karl-Heinz Zimmer2002-07-031-3/+54
* * gpgmeplug.c (nextCertificate): Actually free the entire arrayWerner Koch2002-07-032-2/+8
* make sure key used for signing _can_ signdd9jn_pre_test_20020702Karl-Heinz Zimmer2002-07-021-12/+21
* (xstrdup): Oops, obviously I calculated the length wrong whenWerner Koch2002-07-012-1/+5
* * gpgmeplug.c (findCertificates): Reintroduced a free which mustWerner Koch2002-07-012-112/+100
* Fixed memory corruption bugSteffen Hansen2002-07-011-6/+10
* avoid another memory leak in checkMessageSignature()Karl-Heinz Zimmer2002-07-011-9/+4
* * gpgmeplug.c (findCertificates): Reintroduced a free which mustWerner Koch2002-07-012-2/+9
* replace many comment lines by just one single commentKarl-Heinz Zimmer2002-06-281-5/+5
* Make it compile. :-(Karl-Heinz Zimmer2002-06-281-4/+4
* Removed silly "free( dn )" statement forgotten during my last changes in find...Karl-Heinz Zimmer2002-06-281-2/+1
* * gpgmeplug.c (xmalloc): New.Werner Koch2002-06-282-29/+64
* * gpgmeplug.c: new macro days_to_seconds().Bernhard Reiter2002-06-282-12/+18
* internal AEgypten bugfix #1131: get full list of emails stored in certificate...Karl-Heinz Zimmer2002-06-282-250/+292
* use gpgme_op_keylist_ext_startSteffen Hansen2002-06-272-3/+6
* handle truncated dataSteffen Hansen2002-06-273-4/+14
* Missing implementation bug fixed: Return both error id and error plain text f...Karl-Heinz Zimmer2002-06-272-3/+19
* Bugfix: enable function receiverCertificateDaysLeftToExpiry().Karl-Heinz Zimmer2002-06-261-2/+34
* Make the signatureCertificateDaysLeftToExpiry() work as expected.Karl-Heinz Zimmer2002-06-261-4/+72
* IMPORTANT BUGFIX: Avoid random crashes in findCertificates. (This also fixe...Karl-Heinz Zimmer2002-06-262-66/+105
* Oh pazzo mio! I forgot to *use* the nice dn string actually.Karl-Heinz Zimmer2002-06-261-6/+39
* cert export/import bugfixSteffen Hansen2002-06-251-10/+8
* importCertificate( const char* fpr )Steffen Hansen2002-06-253-13/+124
* Have additional secretOnly parameter at the findCertificates() function to al...Karl-Heinz Zimmer2002-06-252-4/+6
* Disable debug outputKarl-Heinz Zimmer2002-06-241-2/+2
* Use fine DN parts reordering from within findCertificates() as well.Karl-Heinz Zimmer2002-06-241-52/+93
* * gpgmeplug.c (reorder_dn): Added missing stdpart list terminator.Werner Koch2002-06-202-2/+7
* added some entries to DN normalization functionKarl-Heinz Zimmer2002-06-201-0/+11
* Show DN part names (CN=blah,O=blah...)Steffen Hansen2002-06-201-0/+4
* Bugfix #949: (a) call gpgme_check_version(NULL) during initialization and (b)...Karl-Heinz Zimmer2002-06-192-2/+19
* Use gpgme_get_sig_ulong_attr(.., GPGME_ATTR_SIG_SUMMARY ) function to return ...Karl-Heinz Zimmer2002-06-192-0/+67
* bugfix + change to the nextCertificate() function prototypeSteffen Hansen2002-06-132-6/+14
* Add Plugin configuration option to allow for sending of *opaque* signed messa...Karl-Heinz Zimmer2002-06-124-83/+238
* support for listing of external certs (untested)Steffen Hansen2002-06-102-2/+4
* reorder issuer DN alsoSteffen Hansen2002-06-101-2/+14