Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-20 | Skip ECDSA-SK webauthn test when built w/out ECC | Darren Tucker | |
2020-07-04 | Wrap stdint.h in ifdef HAVE_STDINT_H. | Darren Tucker | |
2020-06-22 | missing files for webauthn/sshsig unit test | Damien Miller | |
2020-06-22 | upstream: add support for verification of webauthn sshsig signature, | djm@openbsd.org | |
and example HTML/JS to generate webauthn signatures in SSH formats (also used to generate the testdata/* for the test). OpenBSD-Regress-ID: dc575be5bb1796fdf4b8aaee0ef52a6671a0f6fb | |||
2020-06-19 | Add includes.h to new test. | Darren Tucker | |
Fixes warnings eg "´bounded´ attribute directive ignor" from gcc. | |||
2020-06-19 | Skip OpenSSL specific tests w/out OpenSSL. | Darren Tucker | |
Allows unit tests to pass when configure'ed --without-openssl. | |||
2020-06-19 | Hook sshsig tests up to Portable Makefiles. | Darren Tucker | |
2020-06-19 | upstream: basic unit test for sshsig.[ch], including FIDO keys | djm@openbsd.org | |
verification only so far OpenBSD-Regress-ID: fb1f946c8fc59206bc6a6666e577b5d5d7e45896 |