#
a0210fa6 |
| 19-Jun-2020 |
djm <djm@openbsd.org> |
basic unit test for FIDO kep parsing
|
#
66c8efa9 |
| 01-May-2020 |
djm <djm@openbsd.org> |
sure enough, some of the test data that we though were in new format were actually in the old format; fix from Michael Forney
|
#
a96b0450 |
| 01-May-2020 |
djm <djm@openbsd.org> |
make mktestdata.sh generate old/new format keys that we expect. This script was written before OpenSSH switched to new-format private keys by default and was never updated to the change (until now) F
make mktestdata.sh generate old/new format keys that we expect. 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
show more ...
|
#
7455d497 |
| 01-May-2020 |
djm <djm@openbsd.org> |
portability fix for sed that always emil a newline even if the input does not contain one; from Michael Forney
|
#
d6254d8b |
| 12-Sep-2018 |
djm <djm@openbsd.org> |
Include certs with multiple RSA signature variants in test data Ensure that cert->signature_key is populated correctly
|
#
cb247215 |
| 30-Apr-2017 |
djm <djm@openbsd.org> |
remove SSHv1 support from unit tests
|
#
a63db763 |
| 07-Jul-2015 |
markus <markus@openbsd.org> |
adapt tests to new minimum RSA size and default FP format
|
#
f03f699f |
| 18-Jan-2015 |
djm <djm@openbsd.org> |
more and better key tests
test signatures and verification test certificate generation flesh out nested cert test
removes most of the XXX todo markers
|
#
5f7a8681 |
| 22-Jul-2014 |
dtucker <dtucker@openbsd.org> |
Add $OpenBSD tag to make syncs easier
|
#
231a0d53 |
| 22-Jul-2014 |
dtucker <dtucker@openbsd.org> |
Sign test certs with ed25519 instead of ecdsa so that they'll work in -portable on platforms that don't have ECDSA in their OpenSSL. ok djm
|
#
a7772ff7 |
| 24-Jun-2014 |
djm <djm@openbsd.org> |
unit and fuzz tests for new key API
|