aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app-p15.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-12common: Change argument order of log_printhex.Werner Koch1-4/+4
2020-04-15scd:p15: Return a display S/N via Assuan.Werner Koch1-21/+54
2020-04-15scd:p15: Show a pretty PIN prompt.Werner Koch1-10/+200
2020-04-15scd:p15: Fix decrypt followed by sign problem for D-Trust cards.Werner Koch1-14/+80
2020-04-15scd:p15: Emit MANUFACTURER, $ENCRKEYID, $SIGNKEYID.Werner Koch1-19/+62
2020-04-15scd:p15: Rename some variables and functions for clarity.Werner Koch1-20/+20
2020-04-15scd:p15: Cache the PIN.Werner Koch1-0/+8
2020-04-01scd:p15: Add missing keygrip retrieval for decryption.Werner Koch1-0/+8
2020-04-01scd:p15: Support decryption with CardOS 5 cards.Werner Koch1-2/+99
2020-04-01scd:p15: Factor PIN verification out to a new function.Werner Koch1-189/+224
2020-04-01scd:p15: Support signing with CardOS 5 cards.Werner Koch1-81/+232
2020-04-01scd:p15: Read certificates in extended mode.Werner Koch1-1/+4
2020-04-01scd:p15: Improve diagnosticsWerner Koch1-164/+202
2020-04-01scd:p15: Detect CardOS 5 cards and print some basic infos.Werner Koch1-15/+150
2017-04-10scd: Relax a condition for p15 driver.NIIBE Yutaka1-1/+1
2017-04-10scd: Relax a condition for p15 driver.NIIBE Yutaka1-1/+1
2017-03-07Remove -I option to common.NIIBE Yutaka1-1/+1
2017-03-06scd: More cleanup of old code.NIIBE Yutaka1-3/+1
2017-03-06scd: Fix API of select_file/_path.NIIBE Yutaka1-8/+7
2017-01-23Fix format string errors and some missing error case initialization.Werner Koch1-2/+2
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-08-03More cleanup of "allow to".Daniel Kahn Gillmor1-2/+2
2015-11-17Fix typos found using codespell.Justus Winter1-1/+1
2014-09-18scd: Fix int/short mismatch in format string of app-p15.cWerner Koch1-4/+8
2014-07-25scd: Comment typo fixes.Werner Koch1-5/+5
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-1/+1
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-138/+138
2010-01-08Add dummu option --passwd for gpg.Werner Koch1-1/+1
2009-12-15Do not use the VMC C reserved word readonly.Werner Koch1-1/+1
2009-07-10Fix for card keys > 2048 bit.Werner Koch1-3/+3
2009-03-18Add server option with-ephemeral-keys.Werner Koch1-8/+14
2008-11-03Use bin2hex if possible.Werner Koch1-18/+4
2008-09-29Remove hacks which are not anymore needed since we now require Libgcrypt 1.4Werner Koch1-4/+4
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
2006-11-20Made some PIN pads work.Werner Koch1-1/+2
2006-10-24Preparing another releasegnupg-1.9.94Werner Koch1-7/+23
2006-10-23.Werner Koch1-2/+2
2006-10-10Various changesWerner Koch1-1/+1
2006-09-14Take advantage of newer gpg-error features.Werner Koch1-15/+15
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2006-05-23g10/ does build again.Werner Koch1-0/+10
2005-11-28Preparing an interim releaseWerner Koch1-8/+5
2005-09-09Bug fixes and ssh support for the BELPIC.Werner Koch1-5/+123
2005-09-06The BELPIC card does now work.Werner Koch1-35/+123
2005-09-05Basically made Belgian EID cards work.Werner Koch1-31/+218
2005-06-16gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch1-13/+15
2005-05-18Changed the scdaemon to handle concurrent sessions. AdjustedWerner Koch1-4/+4
2005-04-27* app-p15.c (micardo_mse): New.Werner Koch1-16/+126
2005-04-27* configure.ac: Removed OpenSC detection and options.Werner Koch1-277/+2489
2004-12-02First take on a W32 portWerner Koch1-0/+691