aboutsummaryrefslogtreecommitdiffstats
path: root/common/sexputil.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-10/+10
| | | | | | | | We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again.
* Implement export of pkcs#12 objects using a direct agent connection.Werner Koch2010-06-211-3/+3
|
* Avoid using the protect-tool to import pkcs#12.Werner Koch2010-06-171-1/+31
|
* W32CE fix.Werner Koch2010-06-081-1/+1
| | | | | Typo fixes
* Decryption and signi via agent is now implemented.Werner Koch2010-04-231-1/+1
|
* Add missing file.Werner Koch2010-04-201-1/+1
| | | | | Typo fix.
* Alow batch ode for gpgsm --gen-key.Werner Koch2009-07-011-8/+46
| | | | | Allow CSR generation using an existing key with gpgsm.
* Fixed a bunch of little bugs as reported by Fabian Keil.Werner Koch2009-06-241-0/+3
| | | | | Still one problem left; marked with a gcc #warning.
* New helper function factored out of ../scd and equipped with test code.Werner Koch2009-05-071-0/+161
|
* New gpg-agent command to list key information.Werner Koch2009-03-061-1/+37
| | | | | | Gpgsm does now print the S/N of cards. Consider ephemeral keys during listing an export.
* Allow verification of some broken S-TRUST generated signatures.Werner Koch2007-12-131-3/+49
|
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* Use estream_asprintf instead of the GNU asprintf.Werner Koch2007-05-151-5/+7
|
* Add a way to get a listing of available CCID readers.Werner Koch2007-04-031-1/+1
|
* Updated FSF's address.Werner Koch2006-06-201-1/+2
|
* gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch2005-06-161-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.
* * configure.ac: Require libksba 0.9.11.Werner Koch2005-04-181-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.
* Added missing fileWerner Koch2005-04-131-0/+63