summaryrefslogtreecommitdiff
path: root/regress/cert-hostkey.sh
Commit message (Collapse)AuthorAgeFilesLines
* upstream: Fix up whitespace left by previousdtucker@openbsd.org2021-10-011-42/+42
| | | | | | change removing privsep. No other changes. OpenBSD-Regress-ID: 87adec225d8afaee4d6a91b2b71203f52bf14b15
* upstream: Remove references to privsep.dtucker@openbsd.org2021-10-011-9/+3
| | | | | | | | This removes several do..while loops but does not change the indentation of the now-shallower loops, which will be done in a separate whitespace-only commit to keep changes of style and substance separate. OpenBSD-Regress-ID: 4bed1a0249df7b4a87c965066ce689e79472a8f7
* upstream: test that UserKnownHostsFile correctly accepts multipledjm@openbsd.org2021-06-091-3/+9
| | | | | | arguments; would have caught readconf.c r1.356 regression OpenBSD-Regress-ID: 71ca54e66c2a0211b04999263e56390b1f323a6a
* upstream: s/PubkeyAcceptedKeyTypes/PubkeyAcceptedAlgorithms/djm@openbsd.org2021-02-251-3/+3
| | | | OpenBSD-Regress-ID: 3dbc005fa29f69dc23d97e433b6dffed6fe7cb69
* upstream: what bozo decided to use 2020 as a future date in a regressdjm@openbsd.org2020-01-041-2/+2
| | | | | | test? OpenBSD-Regress-ID: 3b953df5a7e14081ff6cf495d4e8d40e153cbc3a
* upstream: test security key host keys in addition to user keysdjm@openbsd.org2019-12-211-3/+3
| | | | OpenBSD-Regress-ID: 9fb45326106669a27e4bf150575c321806e275b1
* upstream: it's no longer possible to disable privilege separationdjm@openbsd.org2019-12-161-3/+3
| | | | | | in sshd, so don't double the tests' work by trying both off/on OpenBSD-Regress-ID: d366665466dbd09e9b707305da884be3e7619c68
* upstream: test FIDO2/U2F key types; ok markus@djm@openbsd.org2019-11-271-3/+3
| | | | OpenBSD-Regress-ID: 367e06d5a260407619b4b113ea0bd7004a435474
* upstream: skip security-key key types for tests until we have adjm@openbsd.org2019-11-011-3/+3
| | | | | | dummy U2F middleware to use. OpenBSD-Regress-ID: 37200462b44334a4ad45e6a1f7ad1bd717521a95
* upstream: Make certificate tests work with the supported keydtucker@openbsd.org2019-07-251-4/+8
| | | | | | algorithms. Allows tests to pass when built without OpenSSL. OpenBSD-Regress-ID: 617169a6dd9d06db3697a449d9a26c284eca20fc
* upstream: UsePrivilegeSeparation no is deprecateddtucker@openbsd.org2018-11-221-3/+3
| | | | | | test "yes" and "sandbox". OpenBSD-Regress-ID: 80e685ed8990766527dc629b1affc09a75bfe2da
* upstream: some magic for RSA-SHA2 checksdjm@openbsd.org2018-07-041-1/+8
| | | | OpenBSD-Regress-ID: e5a9b11368ff6d86e7b25ad10ebe43359b471cd4
* upstream commitdjm@openbsd.org2017-05-011-7/+7
| | | | | | | eliminate explicit specification of protocol in tests and loops over protocol. We only support SSHv2 now. Upstream-Regress-ID: 0082838a9b8a382b7ee9cbf0c1b9db727784fadd
* upstream commitdjm@openbsd.org2016-05-021-57/+69
| | | | | | unit and regress tests for SHA256/512; ok markus Upstream-Regress-ID: a0cd1a92dc824067076a5fcef83c18df9b0bf2c6
* upstream commitmarkus@openbsd.org2015-07-151-1/+22
| | | | | | | Adapt tests, now that DSA if off by default; use PubkeyAcceptedKeyTypes and PubkeyAcceptedKeyTypes to test DSA. Upstream-Regress-ID: 0ff2a3ff5ac1ce5f92321d27aa07b98656efcc5c
* upstream commitdjm@openbsd.org2015-07-151-90/+58
| | | | | | | legacy v00 certificates are gone; adapt and don't try to test them; "sure" markus@ dtucker@ Upstream-Regress-ID: c57321e69b3cd4a3b3396dfcc43f0803d047da12
* upstream commitdjm@openbsd.org2015-01-201-8/+18
| | | | | be a bit more careful in these tests to ensure that known_hosts is clean
* upstream commitdjm@openbsd.org2014-12-051-15/+74
| | | | | add tests for new client RevokedHostKeys option; refactor to make it a bit more readable
* - djm@cvs.openbsd.org 2014/01/26 10:22:10Damien Miller2014-02-281-1/+1
| | | | | | | [regress/cert-hostkey.sh] automatically generate revoked keys from listed keys rather than manually specifying each type; from portable (Id sync only)
* - (djm) [regress/cert-hostkey.sh] Fix regress failure on platforms thatDamien Miller2014-01-201-26/+4
| | | | skip one or more key types (e.g. RHEL/CentOS 6.5); ok dtucker@
* - (djm) [regress/cert-hostkey.sh] Fix merge botchDamien Miller2013-12-071-3/+5
|
* - markus@cvs.openbsd.org 2013/12/06 13:52:46Damien Miller2013-12-071-20/+28
| | | | | | [regress/Makefile regress/agent.sh regress/cert-hostkey.sh] [regress/cert-userkey.sh regress/keytype.sh] test ed25519 support; from djm@
* - dtucker@cvs.openbsd.org 2013/05/17 00:37:40Darren Tucker2013-05-171-24/+24
| | | | | | | | | [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.
* - djm@cvs.openbsd.org 2011/05/20 02:43:36Damien Miller2011-05-201-1/+1
| | | | | | [cert-hostkey.sh] another attempt to generate a v00 ECDSA key that broke the test ID sync only - portable already had this somehow
* - (tim) [regress/cert-hostkey.sh] Add missing TEST_SSH_ECC guard around someTim Rice2011-01-131-3/+5
| | | | ecdsa bits.
* - (tim) [regress/cert-hostkey.sh] Typo. Missing $ on variable name.Tim Rice2011-01-131-1/+1
|
* - (djm) [regress/cert-hostkey.sh regress/cert-userkey.sh] fix shell testDamien Miller2011-01-071-1/+1
| | | | for no-ECC case. Patch from cristian.ionescu-idbohrn AT axis.com
* - (dtucker) [Makefile configure.ac regress/Makefile regress/keytype.sh]Darren Tucker2010-11-051-2/+1
| | | | | 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/cert-hostkey.sh] Disable ECC-based tests on platformsDarren Tucker2010-10-241-6/+13
| | | | which don't have ECC support in libcrypto.
* - djm@cvs.openbsd.org 2010/08/31 12:24:09Damien Miller2010-10-211-7/+16
| | | | | [regress/cert-hostkey.sh regress/cert-userkey.sh] tests for ECDSA certificates
* - OpenBSD CVS SyncDamien Miller2010-04-181-73/+101
| | | | | | | - djm@cvs.openbsd.org 2010/04/16 01:58:45 [regress/cert-hostkey.sh regress/cert-userkey.sh] regression tests for v01 certificate format includes interop tests for v00 certs
* - djm@cvs.openbsd.org 2010/03/04 10:38:23Damien Miller2010-03-041-1/+63
| | | | | [regress/cert-hostkey.sh regress/cert-userkey.sh] additional regression tests for revoked keys and TrustedUserCAKeys
* - djm@cvs.openbsd.org 2010/03/03 00:47:23Damien Miller2010-03-041-1/+28
| | | | | | [regress/cert-hostkey.sh regress/cert-userkey.sh] add an extra test to ensure that authentication with the wrong certificate fails as it should (and it does)
* - (dtucker) [regress/{cert-hostkey,cfgmatch,cipher-speed}.sh} ReplaceDarren Tucker2010-03-011-3/+3
| | | | "echo -n" with "echon" for portability.
* - djm@cvs.openbsd.org 2010/02/26 20:33:21Damien Miller2010-02-271-0/+122
[Makefile regress/cert-hostkey.sh regress/cert-userkey.sh] regression tests for certified keys