aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/gballet
Commit message (Collapse)AuthorAgeFilesLines
* accounts/scwallet: flag to specify path to smartcard daemon (#19439)Guillaume Ballet2019-05-316-7/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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)
* vendor: upgrade go-libpcsclite (#19420)Guillaume Ballet2019-04-104-48/+325
| | | | | | * vendor: remove leftover trace * Upgrade go-libpcsclite to the latest version
* Achieve full transaction signature+sendingGuillaume Ballet2019-04-081-0/+18
|
* Remove the direct dependency on libpcscliteGuillaume Ballet2019-04-086-0/+631
Instead, use a go library that communicates with pcscd over a socket. Also update the changes introduced by @gravityblast since this PR's inception