summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/ssh/cert-userkey.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* s/PubkeyAcceptedKeyTypes/PubkeyAcceptedAlgorithms/djm2021-02-251-11/+11
* what bozo decided to use 2020 as a future date in a regress test?djm2020-01-031-2/+2
* it's no longer possible to disable privilege separation in sshd, sodjm2019-12-111-3/+3
* test FIDO2/U2F key types; ok markus@djm2019-11-261-4/+6
* skip security-key key types for tests until we have a dummydjm2019-11-011-2/+2
* Make certificate tests work with the supported key algorithms. Allowsdtucker2019-07-251-4/+15
* UsePrivilegeSeparation no is deprecated, test "yes" and "sandbox".dtucker2018-10-311-2/+2
* explicitly specify RSA/SHA-2 keytype here toodjm2018-03-121-2/+3
* eliminate explicit specification of protocol in tests and loops overdjm2017-04-301-18/+18
* test new behaviour of cert force-command restriction vs. authorized_key/djm2016-11-301-1/+15
* Use a subshell for constructing key types to work around different seddtucker2016-05-031-3/+4
* unit and regress tests for SHA256/512; ok markusdjm2016-05-021-17/+30
* Adapt tests, now that DSA if off by default; use PubkeyAcceptedKeyTypesmarkus2015-07-101-1/+30
* legacy v00 certificates are gone; adapt and don't try to test them;djm2015-07-031-32/+7
* test ed25519 support; from djm@markus2013-12-061-8/+17
* replace 'echo -n' with 'printf' since it's more portabledtucker2013-05-171-5/+5
* Tests for Key Revocation Lists (KRLs)djm2013-01-181-2/+20
* include a serial number when generating certsdjm2012-10-191-4/+3
* fatal() if asked to generate a legacy ECDSA cert (these don't exist)djm2011-05-171-2/+2
* tests for ECDSA certificatesdjm2010-08-311-6/+13
* regress tests for key options in AuthorizedPrincipalsdjm2010-06-291-1/+31
* regress tests for AuthorizedPrincipalsFile and "principals=" key option.djm2010-05-071-5/+112
* regression tests for v01 certificate formatdjm2010-04-161-34/+46
* additional regression tests for revoked keys and TrustedUserCAKeysdjm2010-03-041-44/+117
* add an extra test to ensure that authentication with the wrongdjm2010-03-031-2/+16
* regression tests for certified keysdjm2010-02-261-0/+89