aboutsummaryrefslogtreecommitdiffstats
path: root/common/sexputil.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-06-21Implement export of pkcs#12 objects using a direct agent connection.Werner Koch1-3/+3
2010-06-17Avoid using the protect-tool to import pkcs#12.Werner Koch1-1/+31
2010-06-08W32CE fix.Werner Koch1-1/+1
Typo fixes
2010-04-23Decryption and signi via agent is now implemented.Werner Koch1-1/+1
2010-04-20Add missing file.Werner Koch1-1/+1
Typo fix.
2009-07-01Alow batch ode for gpgsm --gen-key.Werner Koch1-8/+46
Allow CSR generation using an existing key with gpgsm.
2009-06-24Fixed a bunch of little bugs as reported by Fabian Keil.Werner Koch1-0/+3
Still one problem left; marked with a gcc #warning.
2009-05-07New helper function factored out of ../scd and equipped with test code.Werner Koch1-0/+161
2009-03-06New gpg-agent command to list key information.Werner Koch1-1/+37
Gpgsm does now print the S/N of cards. Consider ephemeral keys during listing an export.
2007-12-13Allow verification of some broken S-TRUST generated signatures.Werner Koch1-3/+49
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2007-05-15Use estream_asprintf instead of the GNU asprintf.Werner Koch1-5/+7
2007-04-03Add a way to get a listing of available CCID readers.Werner Koch1-1/+1
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2005-06-16gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch1-3/+6
char * vs. unsigned char * warnings. The GNU coding standards used to say that these mismatches are okay and better than a bunch of casts. Obviously this has changed now.
2005-04-18* configure.ac: Require libksba 0.9.11.Werner Koch1-0/+78
sm/ * call-dirmngr.c (inq_certificate): Add new inquire SENDCERT_SKI. * certlist.c (gpgsm_find_cert): Add new arg KEYID and implement this filter. Changed all callers. * certchain.c (find_up_search_by_keyid): New helper. (find_up): Also try using the AKI.keyIdentifier. (find_up_external): Ditto.
2005-04-13Added missing fileWerner Koch1-0/+63