aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app-p15.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-20scd,p15: Enforce a min. PIN length for certain cards.Werner Koch1-5/+10
2023-02-17scd:p15: Add pre-check for ascii-numeric PINs.Werner Koch1-3/+11
2023-02-17scd:p15: Use APP_CARD macro at some other places.Werner Koch1-4/+4
2023-02-17scd: Improve reading of binary records.Werner Koch1-1/+1
2023-02-17scd:p15: Handle cards with bad encoded path objects.Werner Koch1-9/+13
2022-12-08scd:p15: Skip deleted records.Werner Koch1-8/+37
2022-10-20scd:nks: Return USAGE information for KEYINFO command.NIIBE Yutaka1-1/+1
2022-06-01scd:p15: Fix accidental commit of debug codeWerner Koch1-6/+3
2022-05-06scd:p15: Improve the displayed S/N for Technology Nexus cards.Werner Koch1-6/+42
2022-05-06scd:p15: Fix the the sanity check of the displayed S/N.Werner Koch1-2/+6
2022-05-05scd:p15: Fix reading certificates without length info.Werner Koch1-6/+23
2022-04-13scd:p15: Improve the PIN prompt for Genua cards.Werner Koch1-4/+26
2022-04-13scd:p15: Support for GeNUA cards.Werner Koch1-1/+10
2022-04-13scd:p15: Prepare AODF parsing for other authentication types.Werner Koch1-329/+372
2022-04-13scd:p15: Add basic support for AET JCOP cards.Werner Koch1-5/+46
2022-02-21scd:p15: Used extended mode already for RSA 2048Werner Koch1-2/+2
2021-05-20scd: avoid memory leaksJakub Jelen1-2/+3
2021-05-18scd:p15: Fix logic for appending product name to MANUFACTURER.Ingo Klöcker1-2/+2
2021-04-29scd:p15: Update from current GnuPG 2.3Werner Koch1-838/+2726
2021-04-29scd: Extend an internal function to also return the algo.Werner Koch1-1/+1
2021-04-29scd: Extend iso7816_select_pathWerner Koch1-3/+3
2021-04-29scd: Extend ISO binary and record reading functions.Werner Koch1-1/+1
2021-02-19scd: Pass ctrl parameter to more app functions.Werner Koch1-4/+6
2021-02-19scd: Change the apptype from a string to an enum.Werner Koch1-1/+1
2021-02-19scd: Add some compatibility code for easier backporting.Werner Koch1-1/+0
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