Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | accounts/scwallet: flag to specify path to smartcard daemon (#19439) | Guillaume Ballet | 2019-05-31 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * accounts/scwallet: Add a switch to enable smartcard support * accounts: change the meaning of the switch * disable card support in windows until tested * only activate account if pcscd socket file is present * the switch is now the path to the socket file * accounts/scwallet: holiman's review feedback * accounts/scwallet: send the path to go-pcsclite * accounts/scwallet: add default, per platform path * accounts/scwallet: fix error log warning * accounts/scwallet: update pcsc lib to latest * accounts/scwallet: use default path from pcsclite * scwallet: forgot to change switch name * cmd: minor style cleanups (error handling first, then happy path) | ||||
* | accounts/scwallet: change sc url scheme to keycard (#19632) | Guillaume Ballet | 2019-05-29 | 1 | -1/+1 |
| | |||||
* | more review feedback | Guillaume Ballet | 2019-04-08 | 1 | -7/+6 |
| | |||||
* | Apply suggestions from code review | Martin Holst Swende | 2019-04-08 | 1 | -3/+6 |
| | | | Co-Authored-By: gballet <gballet@gmail.com> | ||||
* | Update a comment to reflect the workings of the updated system | Guillaume Ballet | 2019-04-08 | 1 | -2/+2 |
| | |||||
* | Remove the direct dependency on libpcsclite | Guillaume Ballet | 2019-04-08 | 1 | -5/+5 |
| | | | | | | | Instead, use a go library that communicates with pcscd over a socket. Also update the changes introduced by @gravityblast since this PR's inception | ||||
* | accounts, console: frendly card errors, support pin unblock | Péter Szilágyi | 2019-04-08 | 1 | -9/+4 |
| | |||||
* | accounts/scwallet: ordered wallets, tighter events, derivation logs | Péter Szilágyi | 2019-04-08 | 1 | -45/+56 |
| | |||||
* | accounts, internal: Changes in response to review | Nick Johnson | 2019-04-08 | 1 | -11/+28 |
| | |||||
* | accounts, core, internal, node: Add support for smartcard wallets | Nick Johnson | 2019-04-08 | 1 | -0/+277 |