summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/ssh/unittests/sshkey/mktestdata.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* basic unit test for FIDO kep parsingdjm2020-06-191-6/+47
|
* sure enough, some of the test data that we though were in new formatdjm2020-05-011-1/+5
| | | | were actually in the old format; fix from Michael Forney
* make mktestdata.sh generate old/new format keys that we expect.djm2020-05-011-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 thedjm2020-05-011-3/+3
| | | | input does not contain one; from Michael Forney
* Include certs with multiple RSA signature variants in test datadjm2018-09-121-1/+13
| | | | Ensure that cert->signature_key is populated correctly
* remove SSHv1 support from unit testsdjm2017-04-301-31/+4
|
* adapt tests to new minimum RSA size and default FP formatmarkus2015-07-071-3/+3
|
* more and better key testsdjm2015-01-181-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 easierdtucker2014-07-221-0/+1
|
* Sign test certs with ed25519 instead of ecdsa so that they'll work indtucker2014-07-221-3/+3
| | | | -portable on platforms that don't have ECDSA in their OpenSSL. ok djm
* unit and fuzz tests for new key APIdjm2014-06-241-0/+189