summaryrefslogtreecommitdiffstats
path: root/tdecore/tdehw/tdecryptographiccarddevice.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Minor code refactoring of previous 2 commits.Michele Calgaro2020-06-071-13/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdehwlib: Re-enable OpenSSL < 1.1 compatibilitySlávek Banko2020-06-051-0/+14
| | | | | | in tdecryptographiccarddevice. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update for OpenSSL >= 1.1.0Timothy Pearson2020-06-031-2/+4
| | | | Signed-off-by: Timothy Pearson <kb9vqf@pearsoncomputing.net>
* tdehw: TRUE/FALSE --> true/false renaming.Michele Calgaro2019-07-071-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Make cryptographic card reader detection on single readers sytems more robustTimothy Pearson2016-09-041-4/+11
|
* Add fallback to match udev cryptographic card reader name with PCSC vendor ↵Timothy Pearson2016-09-041-1/+29
| | | | strings
* Fix FTBFS when cryptsetup / pkcs options are disabledTimothy Pearson2015-09-191-3/+15
| | | | This resolves Bug 2530
* Implement autoPIN certificate parsingTimothy Pearson2015-09-191-4/+61
|
* Add autoPIN method to cryptographic card module in tdehwlibTimothy Pearson2015-09-181-0/+9
|
* Add PKCS provider library accessorTimothy Pearson2015-09-181-0/+4
|
* When reactivating card watching, if a card is inserted re-emit valid ↵Timothy Pearson2015-09-181-1/+7
| | | | certificates to client application
* Add certificate list availability signal to tdehwlib cryptographic card moduleTimothy Pearson2015-09-161-0/+6
|
* Update cryptographic card API to send card device with insert/remove signalsTimothy Pearson2015-09-151-2/+2
|
* Add ability to decrypt multiple data objects in the same session using a ↵Timothy Pearson2015-09-141-31/+133
| | | | | | cryptographic card Add LUKS key verification routine
* Add cryptographic card decryption method to tdehwlibTimothy Pearson2015-09-141-15/+212
|
* Add additional cryptographic card functions to tdehwlibTimothy Pearson2015-09-141-12/+64
| | | | Fix FTBFS on old distributions
* Fix FTBFS when PKCS option disabledTimothy Pearson2015-09-081-1/+7
|
* Fix issues with X509 certificate list usageTimothy Pearson2015-09-061-3/+6
|
* Add preliminary X509 certificate read from cryptographic cardsTimothy Pearson2015-09-061-3/+150
|
* Fix FTBFS when pcsc not availableTimothy Pearson2015-08-311-0/+6
|
* Fix FTBFS from prior commit due to missing filesTimothy Pearson2015-08-291-0/+4
|
* Add preliminary cryptographic card support to TDEHWLibTimothy Pearson2015-08-251-0/+296