aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app-p15.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-25scd:p15: Print the internal card type.Werner Koch1-0/+8
2020-11-25scd:p15: Improve support for some CardOS based cards.Werner Koch1-5/+30
2020-05-05scd: Extend an internal function to also return the algo.Werner Koch1-1/+1
2020-04-09scd:p15: Return a display S/N via Assuan.Werner Koch1-21/+54
2020-04-07scd:p15: Show a pretty PIN prompt.Werner Koch1-13/+197
2020-04-07scd:p15: Fix decrypt followed by sign problem for D-Trust cards.Werner Koch1-14/+79
2020-04-03scd:p15: Emit MANUFACTURER, $ENCRKEYID, $SIGNKEYID.Werner Koch1-18/+62
2020-04-02scd:p15: Implement do_with_keygrip and capabilities.Werner Koch1-34/+48
2020-04-02scd:p15: Rename some variables and functions for clarity.Werner Koch1-28/+28
2020-04-01scd:p15: Cache the PIN.Werner Koch1-0/+8
2020-04-01scd:p15: Run a keygrip_from_prkdf before verify_pinWerner Koch1-9/+18
2020-04-01scd:p15: Support decryption with CardOS 5 cards.Werner Koch1-2/+100
2020-04-01scd:p15: Factor PIN verification out to a new function.Werner Koch1-192/+224
2020-03-31scd:p15: Support signing with CardOS 5 cards.Werner Koch1-83/+333
2020-03-31scd:p15: Read certificates in extended mode.Werner Koch1-2/+4
2020-03-31scd:p15: Improve diagnosticsWerner Koch1-164/+202
2020-03-30scd:p15: Detect CardOS 5 cards and print some basic infos.Werner Koch1-15/+150
2020-02-18Spelling cleanup.Daniel Kahn Gillmor1-1/+1
2020-01-07scd: First changes to implement a PIN cache.Werner Koch1-3/+6
2019-09-04scd: Use a macro for the flag parameter of learn_status.Werner Koch1-1/+1
2019-06-25scd: Add an re-select mechanism to switch apps.Werner Koch1-0/+1
2019-06-21scd: Simplify inclusion of app-common.h.Werner Koch1-1/+0
2019-06-21scd: Use enums for cardtype and apptype.Werner Koch1-1/+1
2019-06-19scd: Split data structures into app and card related objects.Werner Koch1-34/+46
2017-11-27Use the gpgrt log functions if possible.Werner Koch1-2/+2
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