index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regress
/
usr.bin
/
ssh
/
unittests
/
sshkey
Age
Commit message (
Expand
)
Author
2024-08-15
adapt to EVP_PKEY conversion
Damien Miller
2024-01-11
make DSA testing optional, defaulting to on
Damien Miller
2023-01-15
adapt to ed25519 changes in src/usr.bin/ssh
Damien Miller
2023-01-04
Copy bytes from the_banana[] rather than banana()
Theo Buehler
2021-12-14
sys/param.h cleanup, mostly using MINIMUM() and <limits.h>
Theo de Raadt
2021-01-09
Update unittests for addr.c/addrmatch.c split.
Darren Tucker
2020-08-27
adapt to API changes
Damien Miller
2020-06-19
basic unit test for FIDO kep parsing
Damien Miller
2020-05-01
sure enough, some of the test data that we though were in new format
Damien Miller
2020-05-01
make mktestdata.sh generate old/new format keys that we expect.
Damien Miller
2020-05-01
portability fix for sed that always emil a newline even if the
Damien Miller
2020-05-01
remove obsolete RSA1 test keys; spotted by Michael Forney
Damien Miller
2020-04-06
Add utf8.c for asmprintf used by krl.c
Darren Tucker
2020-01-26
unbreak unittests for recent API / source file changes
Damien Miller
2019-11-25
unbreak tests for recent security key changes
Damien Miller
2019-11-01
adapt to extra sshkey_sign() argument and additional dependencies
Damien Miller
2019-06-21
adapt for key shielding API changes (const removal)
Damien Miller
2018-10-17
add some knobs:
Damien Miller
2018-09-13
missed a bit of openssl-1.0.x API in this unittest
Damien Miller
2018-09-13
use only openssl-1.1.x API here too
Damien Miller
2018-09-12
Include certs with multiple RSA signature variants in test data
Damien Miller
2018-09-12
s/sshkey_demote/sshkey_from_private/g
Damien Miller
2018-07-13
fix leaks in unit test; with this, all unit tests are leak free
Damien Miller
2017-12-21
unbreak unit tests after removal of src/usr.bin/ssh/lib
Damien Miller
2017-05-08
fix for new SSH_ERR_KEY_LENGTH error value
Damien Miller
2017-04-30
remove SSHv1 support from unit tests
Damien Miller
2016-11-01
Clean up MALLOC_OPTIONS. For the unittests, move MALLOC_OPTIONS and
Theo Buehler
2016-10-31
Remove the obsolete A and P flags from MALLOC_OPTIONS.
Theo Buehler
2016-05-02
unit and regress tests for SHA256/512; ok markus
Damien Miller
2015-12-07
basic unit tests for rsa-sha2-* signature types
Damien Miller
2015-10-06
adapt to recent sshkey_parse_private_fileblob() API change
Damien Miller
2015-08-05
adjust for RSA minimum modulus switch; ok deraadt@
Damien Miller
2015-07-15
regen RSA1 test keys; the last batch was missing their private parts
Damien Miller
2015-07-07
regen test data after mktestdata.sh changes
Markus Friedl
2015-07-07
adapt tests to new minimum RSA size and default FP format
Markus Friedl
2015-07-03
legacy v00 certificates are gone; adapt and don't try to test them;
Damien Miller
2015-04-22
use correct key for nested certificate test
Damien Miller
2015-03-04
make these work with !SSH1; ok markus@ deraadt@
Damien Miller
2015-01-26
adapt to sshkey API tweaks
Damien Miller
2015-01-18
more and better key tests
Damien Miller
2015-01-18
make the signature fuzzing test much more rigorous:
Damien Miller
2015-01-08
adjust for sshkey_load_file() API change
Damien Miller
2014-12-22
adjust for new SHA256 key fingerprints and slightly-different MD5 hex
Damien Miller
2014-07-22
Add $OpenBSD tag to make syncs easier
Darren Tucker
2014-07-22
Regenerate test keys with certs signed with ed25519 instead of ecdsa.
Darren Tucker
2014-07-22
Sign test certs with ed25519 instead of ecdsa so that they'll work in
Darren Tucker
2014-07-16
zap trailing newlines; "go for it" deraadt
Okan Demirmen
2014-06-24
unit and fuzz tests for new key API
Damien Miller