Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | license: LGPL-2.1+ -> LGPL-2.1-or-later | Yu Watanabe | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | homectl: add --pkcs11-uri=auto and --pkcs-11-uri=list support | Lennart Poettering | 2020-07-01 | 1 | -0/+3 |
| | | | | | We have the same for FIDO2 devices, for listing suitable devices, or picking the right one automatically, let's add that for PKCS11 too. | ||||
* | homectl: split out pkcs#11 related code bits into own .c/.h file | Lennart Poettering | 2020-07-01 | 1 | -0/+8 |
There's some highly specific PKCS#11 code in homectl.c. Let's split that out, since it is easily isolatable, to make homectl.c a bit more readable. No funcional changes, just some moving around and renaming two functions to make them more suitably named when exported. |