Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | basic unit test for FIDO kep parsing | 2020-06-19 | 1 | -6/+47 | |
| | |||||
* | sure enough, some of the test data that we though were in new format | 2020-05-01 | 1 | -1/+5 | |
| | | | | were actually in the old format; fix from Michael Forney | ||||
* | make mktestdata.sh generate old/new format keys that we expect. | 2020-05-01 | 1 | -13/+13 | |
| | | | | | | This script was written before OpenSSH switched to new-format private keys by default and was never updated to the change (until now) From Michael Forney | ||||
* | portability fix for sed that always emil a newline even if the | 2020-05-01 | 1 | -3/+3 | |
| | | | | input does not contain one; from Michael Forney | ||||
* | Include certs with multiple RSA signature variants in test data | 2018-09-12 | 1 | -1/+13 | |
| | | | | Ensure that cert->signature_key is populated correctly | ||||
* | remove SSHv1 support from unit tests | 2017-04-30 | 1 | -31/+4 | |
| | |||||
* | adapt tests to new minimum RSA size and default FP format | 2015-07-07 | 1 | -3/+3 | |
| | |||||
* | more and better key tests | 2015-01-18 | 1 | -1/+3 | |
| | | | | | | | | test signatures and verification test certificate generation flesh out nested cert test removes most of the XXX todo markers | ||||
* | Add $OpenBSD tag to make syncs easier | 2014-07-22 | 1 | -0/+1 | |
| | |||||
* | Sign test certs with ed25519 instead of ecdsa so that they'll work in | 2014-07-22 | 1 | -3/+3 | |
| | | | | -portable on platforms that don't have ECDSA in their OpenSSL. ok djm | ||||
* | unit and fuzz tests for new key API | 2014-06-24 | 1 | -0/+189 | |