summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Add Coverity badges.Darren Tucker2023-03-031-0/+1
|
* mention libfido2 autodetectionDamien Miller2022-10-051-1/+1
|
* remove mention of --with-security-key-builtinDamien Miller2022-10-051-1/+0
| | | | it is enabled by default when libfido2 is installed
* Split README.platform into its own line.Darren Tucker2022-07-141-1/+3
| | | | | | README.platform has general platform-specific information, having it following text about FIDO2 on the same line could imply that it only has information about FIDO2.
* Clarify README.md text.Darren Tucker2022-07-141-2/+2
| | | | | | Clarify the text about the implications of building without OpenSSL, and prefix the "configure --help" example command with a "./" so it's likely to work as-is in more shells. From bz#3461.
* Add status badges for Actions-based tests.Darren Tucker2021-04-291-0/+1
|
* zlib is now optional.Darren Tucker2021-02-271-1/+5
|
* Fix punctuatio and typo in README.md.Jeffrey H. Johnson2021-02-271-1/+1
| | | | Some very minor fixes, missing 's' and punctuation.
* whitespace at EOLDamien Miller2020-12-221-1/+1
|
* typo; reported by Phil PennockDamien Miller2020-02-071-1/+1
|
* mention libfido2 in dependencies sectionDamien Miller2020-02-031-1/+3
|
* Fix typo in README.md, s/crytpo/crypto/Ruben Kerkhof2020-01-161-1/+1
|
* Show portable tarball pattern in example.Darren Tucker2019-12-181-1/+1
|
* OpenSSL is now optional.Darren Tucker2019-12-181-1/+1
|
* configure flag to built-in security key supportDamien Miller2019-11-151-0/+1
| | | | | Require --with-security-key-builtin before enabling the built-in security key support (and consequent dependency on libfido2).
* Update README.mdAbhishek Arya2019-10-091-0/+2
|
* second thoughts: leave README in placeDamien Miller2019-04-051-0/+74
A number of contrib/* files refer to the existing README so let's leave it in place for release and add the new markdown version in parallel. I'll get rid of README after release.