summaryrefslogtreecommitdiff
path: root/regress/usr.bin/ssh/unittests/sshkey
AgeCommit message (Expand)Author
2024-08-15adapt to EVP_PKEY conversionDamien Miller
2024-01-11make DSA testing optional, defaulting to onDamien Miller
2023-01-15adapt to ed25519 changes in src/usr.bin/sshDamien Miller
2023-01-04Copy bytes from the_banana[] rather than banana()Theo Buehler
2021-12-14sys/param.h cleanup, mostly using MINIMUM() and <limits.h>Theo de Raadt
2021-01-09Update unittests for addr.c/addrmatch.c split.Darren Tucker
2020-08-27adapt to API changesDamien Miller
2020-06-19basic unit test for FIDO kep parsingDamien Miller
2020-05-01sure enough, some of the test data that we though were in new formatDamien Miller
2020-05-01make mktestdata.sh generate old/new format keys that we expect.Damien Miller
2020-05-01portability fix for sed that always emil a newline even if theDamien Miller
2020-05-01remove obsolete RSA1 test keys; spotted by Michael ForneyDamien Miller
2020-04-06Add utf8.c for asmprintf used by krl.cDarren Tucker
2020-01-26unbreak unittests for recent API / source file changesDamien Miller
2019-11-25unbreak tests for recent security key changesDamien Miller
2019-11-01adapt to extra sshkey_sign() argument and additional dependenciesDamien Miller
2019-06-21adapt for key shielding API changes (const removal)Damien Miller
2018-10-17add some knobs:Damien Miller
2018-09-13missed a bit of openssl-1.0.x API in this unittestDamien Miller
2018-09-13use only openssl-1.1.x API here tooDamien Miller
2018-09-12Include certs with multiple RSA signature variants in test dataDamien Miller
2018-09-12s/sshkey_demote/sshkey_from_private/gDamien Miller
2018-07-13fix leaks in unit test; with this, all unit tests are leak freeDamien Miller
2017-12-21unbreak unit tests after removal of src/usr.bin/ssh/libDamien Miller
2017-05-08fix for new SSH_ERR_KEY_LENGTH error valueDamien Miller
2017-04-30remove SSHv1 support from unit testsDamien Miller
2016-11-01Clean up MALLOC_OPTIONS. For the unittests, move MALLOC_OPTIONS andTheo Buehler
2016-10-31Remove the obsolete A and P flags from MALLOC_OPTIONS.Theo Buehler
2016-05-02unit and regress tests for SHA256/512; ok markusDamien Miller
2015-12-07basic unit tests for rsa-sha2-* signature typesDamien Miller
2015-10-06adapt to recent sshkey_parse_private_fileblob() API changeDamien Miller
2015-08-05adjust for RSA minimum modulus switch; ok deraadt@Damien Miller
2015-07-15regen RSA1 test keys; the last batch was missing their private partsDamien Miller
2015-07-07regen test data after mktestdata.sh changesMarkus Friedl
2015-07-07adapt tests to new minimum RSA size and default FP formatMarkus Friedl
2015-07-03legacy v00 certificates are gone; adapt and don't try to test them;Damien Miller
2015-04-22use correct key for nested certificate testDamien Miller
2015-03-04make these work with !SSH1; ok markus@ deraadt@Damien Miller
2015-01-26adapt to sshkey API tweaksDamien Miller
2015-01-18more and better key testsDamien Miller
2015-01-18make the signature fuzzing test much more rigorous:Damien Miller
2015-01-08adjust for sshkey_load_file() API changeDamien Miller
2014-12-22adjust for new SHA256 key fingerprints and slightly-different MD5 hexDamien Miller
2014-07-22Add $OpenBSD tag to make syncs easierDarren Tucker
2014-07-22Regenerate test keys with certs signed with ed25519 instead of ecdsa.Darren Tucker
2014-07-22Sign test certs with ed25519 instead of ecdsa so that they'll work inDarren Tucker
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
2014-06-24unit and fuzz tests for new key APIDamien Miller