index
:
gnupg2
master
gnupg2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
scd:p15: Implement do_with_keygrip and capabilities.
Werner Koch
2020-04-02
1
-34
/
+48
*
scd:p15: Rename some variables and functions for clarity.
Werner Koch
2020-04-02
1
-28
/
+28
*
scd: Use Gcrypt usage constants for the do_with_keygrip capabilities.
Werner Koch
2020-04-02
3
-8
/
+17
*
scd: New command DEVINFO.
NIIBE Yutaka
2020-04-02
3
-62
/
+203
*
scd:p15: Cache the PIN.
Werner Koch
2020-04-01
1
-0
/
+8
*
scd:p15: Run a keygrip_from_prkdf before verify_pin
Werner Koch
2020-04-01
1
-9
/
+18
*
scd:p15: Support decryption with CardOS 5 cards.
Werner Koch
2020-04-01
1
-2
/
+100
*
scd:p15: Factor PIN verification out to a new function.
Werner Koch
2020-04-01
1
-192
/
+224
*
scd:p15: Support signing with CardOS 5 cards.
Werner Koch
2020-03-31
8
-98
/
+368
*
scd:p15: Read certificates in extended mode.
Werner Koch
2020-03-31
1
-2
/
+4
*
scd: Add function for binary read in extended mode.
Werner Koch
2020-03-31
2
-4
/
+17
*
scd:p15: Improve diagnostics
Werner Koch
2020-03-31
1
-164
/
+202
*
scd:p15: Detect CardOS 5 cards and print some basic infos.
Werner Koch
2020-03-30
1
-15
/
+150
*
scd:openpgp: Allow PKSIGN with keygrip also for OPENPGP.3.
Werner Koch
2020-03-27
1
-5
/
+18
*
gpgconf: Further simplify the gpgconf option processing.
Werner Koch
2020-03-14
1
-29
/
+5
*
scd: Re-group the options in the --help output.
Werner Koch
2020-03-06
1
-12
/
+25
*
gpgconf: Support reading global options (part 2).
Werner Koch
2020-03-06
1
-2
/
+3
*
scd: Fix the previous commit.
NIIBE Yutaka
2020-02-28
1
-0
/
+3
*
scd: Improve setattr for KDF.
NIIBE Yutaka
2020-02-28
1
-1
/
+64
*
scd: Fix pinpad handling when KDF enabled.
NIIBE Yutaka
2020-02-28
1
-0
/
+2
*
Use gpgrt's new option parser for the remaining daemons.
Werner Koch
2020-02-21
1
-91
/
+68
*
gpg: Use gpgrt's new option parser to provide a global conf file.
Werner Koch
2020-02-20
1
-0
/
+4
*
Spelling cleanup.
Daniel Kahn Gillmor
2020-02-19
8
-14
/
+14
*
scd: Disable pinpad if it's impossible by KDF DO.
NIIBE Yutaka
2020-02-17
1
-7
/
+30
*
scd: Print the main app name also for not fully supported cards.
Werner Koch
2020-02-13
1
-0
/
+9
*
scd:openpgp: Return key creation time as part of KEYPARIINFO.
Werner Koch
2020-02-13
2
-18
/
+11
*
scd:openpgp: Send a KEY-TIME status with READKEY
Werner Koch
2020-02-11
2
-1
/
+39
*
scd:openpgp: Optional allow for lowercase keyrefs.
Werner Koch
2020-02-11
1
-10
/
+10
*
scd:openpgp: Allow auto-changing of the key attributes in genkey.
Werner Koch
2020-02-11
2
-47
/
+181
*
common: Extend the openpgp_curve_to_oid function.
Werner Koch
2020-02-11
2
-6
/
+7
*
build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.
Werner Koch
2020-02-10
2
-0
/
+2
*
scd:openpgp: Let the genkey function also accept a full keyref.
Werner Koch
2020-02-10
1
-3
/
+12
*
scd: New commands SWITCHCARD and SWITCHAPP.
Werner Koch
2020-01-16
3
-13
/
+262
*
scd:piv: Remove debug code from a recent commit.
Werner Koch
2020-01-16
1
-2
/
+1
*
scd: Make the PIN cache robust against wrongdoing of gpg-agent.
Werner Koch
2020-01-13
2
-4
/
+81
*
scd:piv: Implement PIN cache.
Werner Koch
2020-01-13
5
-29
/
+100
*
scd: Fix memory leak in command READKEY.
Werner Koch
2020-01-13
2
-3
/
+9
*
scd: Make SERIALNO --all work correctly and use it.
Werner Koch
2020-01-13
3
-54
/
+91
*
scd: Implement direct access by KEYGRIP for GETATTR and READKEY.
NIIBE Yutaka
2020-01-10
2
-50
/
+119
*
scd:openpgp: Implement PIN cache.
Werner Koch
2020-01-09
1
-104
/
+229
*
scd: Use a scdaemon internal key to protect the PIN cache IPC.
Werner Koch
2020-01-09
1
-46
/
+98
*
scd: First changes to implement a PIN cache.
Werner Koch
2020-01-07
11
-85
/
+418
*
scd: Minor fix for readibility.
Werner Koch
2020-01-03
2
-2
/
+2
*
scd: Enhance KEYINFO command to limit listing with capability.
NIIBE Yutaka
2019-12-19
5
-35
/
+79
*
doc: Fixed variable naming.
Werner Koch
2019-11-26
1
-1
/
+1
*
scd,ccid: Fix detection of supported readers with pinpad.
NIIBE Yutaka
2019-11-15
1
-3
/
+4
*
scd,ccid: Fix GEMPC_EZIO handling.
NIIBE Yutaka
2019-10-28
1
-5
/
+5
*
scd,ccid: Add 08e6:34c2 (GEMPC_EZIO).
NIIBE Yutaka
2019-10-15
2
-7
/
+22
*
scd,pcsc: Use HANDLE for context and card.
NIIBE Yutaka
2019-09-17
1
-28
/
+34
*
scd: Remove old fallback logic from CCID to PC/SC.
NIIBE Yutaka
2019-09-12
1
-12
/
+5
[next]