Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 2011-02-04 | 1 | -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 Koch | 2010-06-21 | 1 | -3/+3 |
| | |||||
* | Avoid using the protect-tool to import pkcs#12. | Werner Koch | 2010-06-17 | 1 | -1/+31 |
| | |||||
* | W32CE fix. | Werner Koch | 2010-06-08 | 1 | -1/+1 |
| | | | | | Typo fixes | ||||
* | Decryption and signi via agent is now implemented. | Werner Koch | 2010-04-23 | 1 | -1/+1 |
| | |||||
* | Add missing file. | Werner Koch | 2010-04-20 | 1 | -1/+1 |
| | | | | | Typo fix. | ||||
* | Alow batch ode for gpgsm --gen-key. | Werner Koch | 2009-07-01 | 1 | -8/+46 |
| | | | | | Allow CSR generation using an existing key with gpgsm. | ||||
* | Fixed a bunch of little bugs as reported by Fabian Keil. | Werner Koch | 2009-06-24 | 1 | -0/+3 |
| | | | | | Still one problem left; marked with a gcc #warning. | ||||
* | New helper function factored out of ../scd and equipped with test code. | Werner Koch | 2009-05-07 | 1 | -0/+161 |
| | |||||
* | New gpg-agent command to list key information. | Werner Koch | 2009-03-06 | 1 | -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 Koch | 2007-12-13 | 1 | -3/+49 |
| | |||||
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 1 | -4/+2 |
| | | | | | Removed intl/. | ||||
* | Use estream_asprintf instead of the GNU asprintf. | Werner Koch | 2007-05-15 | 1 | -5/+7 |
| | |||||
* | Add a way to get a listing of available CCID readers. | Werner Koch | 2007-04-03 | 1 | -1/+1 |
| | |||||
* | Updated FSF's address. | Werner Koch | 2006-06-20 | 1 | -1/+2 |
| | |||||
* | gcc-4 defaults forced me to edit many many files to get rid of the | Werner Koch | 2005-06-16 | 1 | -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 Koch | 2005-04-18 | 1 | -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 file | Werner Koch | 2005-04-13 | 1 | -0/+63 |