summaryrefslogtreecommitdiff
path: root/regress/keytype.sh
Commit message (Collapse)AuthorAgeFilesLines
* upstream: s/PubkeyAcceptedKeyTypes/PubkeyAcceptedAlgorithms/djm@openbsd.org2021-02-251-3/+3
| | | | OpenBSD-Regress-ID: 3dbc005fa29f69dc23d97e433b6dffed6fe7cb69
* upstream: test security key host keys in addition to user keysdjm@openbsd.org2019-12-211-6/+2
| | | | OpenBSD-Regress-ID: 9fb45326106669a27e4bf150575c321806e275b1
* upstream: test FIDO2/U2F key types; ok markus@djm@openbsd.org2019-11-271-17/+34
| | | | OpenBSD-Regress-ID: 367e06d5a260407619b4b113ea0bd7004a435474
* upstream: Construct list of key types to test based on the typesdtucker@openbsd.org2019-07-241-5/+7
| | | | | | supported by the binaries. OpenBSD-Regress-ID: fcbd115efacec8ab0ecbdb3faef79ac696cb1d62
* upstream: explicitly specify RSA/SHA-2 keytype here toodjm@openbsd.org2018-03-141-2/+2
| | | | OpenBSD-Regress-ID: 74d7b24e8c72c27af6b481198344eb077e993a62
* upstream commitdjm@openbsd.org@openbsd.org2017-10-311-6/+6
| | | | | | whitespace at EOL OpenBSD-Regress-ID: f4b5df99b28c6f63478deb916c6ed0e794685f07
* upstream commitdjm@openbsd.org2017-03-211-10/+5
| | | | | | | remove /usr/bin/time calls around tests, makes diffing test runs harder. Based on patch from Mike Frysinger Upstream-Regress-ID: 81c1083b14dcf473b23d2817882f40b346ebc95c
* upstream commitmarkus@openbsd.org2015-07-151-1/+13
| | | | | | | Adapt tests, now that DSA if off by default; use PubkeyAcceptedKeyTypes and PubkeyAcceptedKeyTypes to test DSA. Upstream-Regress-ID: 0ff2a3ff5ac1ce5f92321d27aa07b98656efcc5c
* 20131221Darren Tucker2013-12-211-3/+5
| | | | - (dtucker) [regress/keytype.sh] Actually test ecdsa key types.
* - markus@cvs.openbsd.org 2013/12/06 13:52:46Damien Miller2013-12-071-2/+2
| | | | | | [regress/Makefile regress/agent.sh regress/cert-hostkey.sh] [regress/cert-userkey.sh regress/keytype.sh] test ed25519 support; from djm@
* - (dtucker) [regress/keytype.sh] Populate ECDSA key types to be tested byDarren Tucker2013-11-101-3/+7
| | | | querying the ones that are compiled in.
* - dtucker@cvs.openbsd.org 2013/05/17 00:37:40Darren Tucker2013-05-171-2/+2
| | | | | | | | | [regress/agent.sh regress/keytype.sh regress/cfgmatch.sh regress/forcecommand.sh regress/proto-version.sh regress/test-exec.sh regress/cipher-speed.sh regress/cert-hostkey.sh regress/cert-userkey.sh regress/ssh-com.sh] replace 'echo -n' with 'printf' since it's more portable also remove "echon" hack.
* - (tim) [regress/keytype.sh] stderr redirection needs to be inside back quoteTim Rice2012-02-141-1/+1
| | | | to work. Spotted by Angel Gonzalez
* - (djm) [regress/keytype.sh] s/echo -n/echon/ to repair failing regressDamien Miller2011-01-081-1/+1
| | | | test on OSX and others. Reported by imorgan AT nas.nasa.gov
* - (tim) [regress/kextype.sh] Not all platforms have time in /usr/bin.Tim Rice2010-11-081-1/+5
| | | | Feedback from dtucker@
* - (tim) [regress/kextype.sh] Shell portability fix.Tim Rice2010-11-071-2/+2
|
* - (dtucker) [Makefile configure.ac regress/Makefile regress/keytype.sh]Darren Tucker2010-11-051-1/+4
| | | | | Import recent changes to regress/Makefile, pass a flag to enable ECC tests from configure through to regress/Makefile and use it in the tests.
* - (dtucker) [regress/keytype.sh] Import new test.Darren Tucker2010-11-051-0/+48