aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app-p15.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* scd:p15: Skip deleted records.Werner Koch2022-12-081-8/+37
* scd:nks: Return USAGE information for KEYINFO command.NIIBE Yutaka2022-10-201-1/+1
* scd:p15: Fix accidental commit of debug codeWerner Koch2022-06-011-6/+3
* scd:p15: Improve the displayed S/N for Technology Nexus cards.Werner Koch2022-05-061-6/+42
* scd:p15: Fix the the sanity check of the displayed S/N.Werner Koch2022-05-061-2/+6
* scd:p15: Fix reading certificates without length info.Werner Koch2022-05-051-6/+23
* scd:p15: Improve the PIN prompt for Genua cards.Werner Koch2022-04-131-4/+26
* scd:p15: Support for GeNUA cards.Werner Koch2022-04-131-1/+10
* scd:p15: Prepare AODF parsing for other authentication types.Werner Koch2022-04-131-329/+372
* scd:p15: Add basic support for AET JCOP cards.Werner Koch2022-04-131-5/+46
* scd:p15: Used extended mode already for RSA 2048Werner Koch2022-02-211-2/+2
* scd: avoid memory leaksJakub Jelen2021-05-201-2/+3
* scd:p15: Fix logic for appending product name to MANUFACTURER.Ingo Klöcker2021-05-181-2/+2
* scd:p15: Update from current GnuPG 2.3Werner Koch2021-04-291-838/+2726
* scd: Extend an internal function to also return the algo.Werner Koch2021-04-291-1/+1
* scd: Extend iso7816_select_pathWerner Koch2021-04-291-3/+3
* scd: Extend ISO binary and record reading functions.Werner Koch2021-04-291-1/+1
* scd: Pass ctrl parameter to more app functions.Werner Koch2021-02-191-4/+6
* scd: Change the apptype from a string to an enum.Werner Koch2021-02-191-1/+1
* scd: Add some compatibility code for easier backporting.Werner Koch2021-02-191-1/+0
* common: Change argument order of log_printhex.Werner Koch2020-05-121-4/+4
* scd:p15: Return a display S/N via Assuan.Werner Koch2020-04-151-21/+54
* scd:p15: Show a pretty PIN prompt.Werner Koch2020-04-151-10/+200
* scd:p15: Fix decrypt followed by sign problem for D-Trust cards.Werner Koch2020-04-151-14/+80
* scd:p15: Emit MANUFACTURER, $ENCRKEYID, $SIGNKEYID.Werner Koch2020-04-151-19/+62
* scd:p15: Rename some variables and functions for clarity.Werner Koch2020-04-151-20/+20
* scd:p15: Cache the PIN.Werner Koch2020-04-151-0/+8
* scd:p15: Add missing keygrip retrieval for decryption.Werner Koch2020-04-011-0/+8
* scd:p15: Support decryption with CardOS 5 cards.Werner Koch2020-04-011-2/+99
* scd:p15: Factor PIN verification out to a new function.Werner Koch2020-04-011-189/+224
* scd:p15: Support signing with CardOS 5 cards.Werner Koch2020-04-011-81/+232
* scd:p15: Read certificates in extended mode.Werner Koch2020-04-011-1/+4
* scd:p15: Improve diagnosticsWerner Koch2020-04-011-164/+202
* scd:p15: Detect CardOS 5 cards and print some basic infos.Werner Koch2020-04-011-15/+150
* scd: Relax a condition for p15 driver.NIIBE Yutaka2017-04-101-1/+1
* scd: Relax a condition for p15 driver.NIIBE Yutaka2017-04-101-1/+1
* Remove -I option to common.NIIBE Yutaka2017-03-071-1/+1
* scd: More cleanup of old code.NIIBE Yutaka2017-03-061-3/+1
* scd: Fix API of select_file/_path.NIIBE Yutaka2017-03-061-8/+7
* Fix format string errors and some missing error case initialization.Werner Koch2017-01-231-2/+2
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* More cleanup of "allow to".Daniel Kahn Gillmor2016-08-031-2/+2
* Fix typos found using codespell.Justus Winter2015-11-171-1/+1
* scd: Fix int/short mismatch in format string of app-p15.cWerner Koch2014-09-181-4/+8
* scd: Comment typo fixes.Werner Koch2014-07-251-5/+5
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-1/+1
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-138/+138
* Add dummu option --passwd for gpg.Werner Koch2010-01-081-1/+1
* Do not use the VMC C reserved word readonly.Werner Koch2009-12-151-1/+1
* Fix for card keys > 2048 bit.Werner Koch2009-07-101-3/+3