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-23doc: Minor comment fixes.Werner Koch1-1/+1
2022-12-09scd:p15: Skip deleted records.Werner Koch1-8/+37
2022-09-14agent,dirmngr,gpg,scd: Clean up for modern compiler.NIIBE Yutaka1-1/+1
2022-05-26scd: Return USAGE information for KEYINFO command.NIIBE Yutaka1-36/+46
2022-05-06scd:p15: Improve the displayed S/N for Technology Nexus cards.Werner Koch1-3/+36
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-11scd: Support for GeNUA cards.Werner Koch1-1/+10
2022-02-21scd:p15: Used extended mode already for RSA 2048Werner Koch1-2/+2
2021-09-09sm: Add LotW support to the key listingWerner Koch1-2/+2
2021-06-22scd:p15: Prepare AODF parsing for other authentication types.Werner Koch1-329/+372
2021-06-18scd:p15: Add pre-check for ascii-numeric PINs.Werner Koch1-1/+9
2021-06-18scd:p15: Add basic support for AET JCOP cards.Werner Koch1-5/+42
2021-06-18scd:p15: Handle cards with bad encoded path objects.Werner Koch1-12/+16
2021-06-18scd: Improve reading of binary records.Werner Koch1-2/+6
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-28scd:p15: Fix the name of a card.Werner Koch1-1/+1
2021-04-25scd:p15: Fix last commit and improve D-TRUST detection.Werner Koch1-7/+16
2021-04-25scd:p15: Shorten the displayed s/n of RSCS cardsWerner Koch1-1/+9
2021-04-16scd:p15: Support attribute KEY-FPR.Werner Koch1-5/+170
2021-04-12scd:p15: Match private keys with certificates also by labels.Werner Koch1-28/+59
2021-04-01scd:p15: New flag APP_LEARN_FLAG_REREAD.Werner Koch1-27/+72
2021-03-31scd: Replace all assert macros by the log_assert macro.Werner Koch1-7/+6
2021-03-30scd:p15: Return labels for keys and certificates.Werner Koch1-0/+42
2021-03-30scd:p15: For CardOS make use of ISO7816_VERIFY_NOT_NEEDED.Werner Koch1-11/+17
2021-03-30scd:p15: Return the creation time of the keys.Werner Koch1-0/+32
2021-03-29scd:p15: Make RSA with SHA512 work with CardOS.Werner Koch1-121/+117
2021-03-29scd:p15: Support ECDSA and ECDH for CardOS.Werner Koch1-100/+313
2021-03-24scd:p15: Make $SIGNKEY et al determination more fault tolerant.Werner Koch1-16/+21
2021-03-18scd:p15: Allow to use an auth object label with cmd CHECKPIN.Werner Koch1-20/+41
2021-03-18scd:p15: New attribute CHV-LABEL.Werner Koch1-18/+41
2021-03-16scd:p15: Implement CHV-STATUS attributeWerner Koch1-3/+111
2021-03-10scd:p15: Fix faulty removal of a test code change.Werner Koch1-1/+1
2021-03-10scd:p15: Support special extended usage flags for OpenPGP keys.Werner Koch1-6/+93
2021-02-25scd:p15: Read out the access flags.Werner Koch1-68/+141
2021-02-24scd:p15: Get the label value of all objects for better diagnostics.Werner Koch1-78/+180
2021-02-23scd:p15: Make it code work again for D-Trust cards.Werner Koch1-29/+64
2021-02-22scd: Fix readkey --info in case a readkey command is available.Werner Koch1-2/+2
2021-02-22scd:p15: Extract extended usage flagsand act upon them.Werner Koch1-80/+235
2021-02-19scd: Minor tweak for easier backportingWerner Koch1-11/+12
2021-02-02scd:p15: Read PuKDF and minor refactoring.Werner Koch1-85/+447
2021-01-27scd:p15: Make file selection more robust.Werner Koch1-37/+60
2021-01-27scd:p15: Factor the commonKeyAttributes parser out.Werner Koch1-134/+206
2021-01-26scd:p15: Factor the commonObjectAttributes parser out.Werner Koch1-139/+112
2021-01-26scd:p15: First step towards real CardOS 5 support.Werner Koch1-71/+209
2021-01-21scd:p15: Show the ATR as part of the TokenInfo diagnostics.Werner Koch1-0/+12
2020-11-25scd:p15: Print the internal card type.Werner Koch1-0/+8