Lines Matching full:find

178 	trace "$tid: key type $t find-principals with valid lifespan"
179 ${SSHKEYGEN} -vvv -Y find-principals -s $sigfile \
182 fail "failed find-principals for $t key with valid expiry interval"
184 trace "$tid: key type $t find principals with not-yet-valid lifespan"
185 ${SSHKEYGEN} -vvv -Y find-principals -s $sigfile \
188 fail "failed find-principals for $t not-yet-valid key"
190 trace "$tid: key type $t find-principals with expired lifespan"
191 ${SSHKEYGEN} -vvv -Y find-principals -s $sigfile \
194 fail "failed find-principals for $t with expired key"
196 trace "$tid: key type $t find-principals with expired lifespan (now)"
197 ${SSHKEYGEN} -vvv -Y find-principals -s $sigfile \
199 fail "failed find-principals for $t with expired key"
234 # find-principals with valid public key
235 trace "$tid: key type $t find-principals with valid key"
237 ${SSHKEYGEN} -vvv -Y find-principals -s $sigfile -f $OBJ/allowed_signers >/dev/null 2>&1 || \
238 fail "failed to find valid principals in allowed_signers"
240 # find-principals with wrong key not in allowed_signers
241 trace "$tid: key type $t find-principals with wrong key"
243 ${SSHKEYGEN} -vvv -Y find-principals -s $sigfile -f $OBJ/allowed_signers >/dev/null 2>&1 && \
246 # find-principals with a configured namespace but none on command-line
247 trace "$tid: key type $t find-principals with missing namespace"
251 ${SSHKEYGEN} -vvv -Y find-principals -s $sigfile \
289 # find-principals outside of any validity lifespan
290 trace "$tid: key type $t find principals outside multiple validities"
291 ${SSHKEYGEN} -vvv -Y find-principals -s $sigfile \
294 fail "succeeded find-principals for $t verify-time outside of validity"
295 # find-principals matching only the first lifespan
296 trace "$tid: key type $t find principals matching one validity (1st)"
297 ${SSHKEYGEN} -vvv -Y find-principals -s $sigfile \
300 fail "failed find-principals for $t verify-time within first span"
301 # find-principals matching both lifespans
302 trace "$tid: key type $t find principals matching two validities"
303 ${SSHKEYGEN} -vvv -Y find-principals -s $sigfile \
306 fail "failed find-principals for $t verify-time within both spans"
307 # find-principals matching only the second lifespan
308 trace "$tid: key type $t find principals matching one validity (2nd)"
309 ${SSHKEYGEN} -vvv -Y find-principals -s $sigfile \
312 fail "failed find-principals for $t verify-time within second span"
349 # Check key lifespan on find-principals when using the CA
354 trace "$tid: key type $t find-principals cert lifetime valid"
355 ${SSHKEYGEN} -vvv -Y find-principals -s $sigfile \
358 fail "failed find-principals for $t key with valid expiry interval"
360 trace "$tid: key type $t find-principals cert lifetime not-yet-valid"
361 ${SSHKEYGEN} -vvv -Y find-principals -s $sigfile \
364 fail "failed find-principals for $t not-yet-valid key"
366 trace "$tid: key type $t find-principals cert lifetime expired"
367 ${SSHKEYGEN} -vvv -Y find-principals -s $sigfile \
370 fail "failed find-principals for $t with expired key"
372 trace "$tid: key type $t find-principals cert lifetime expired (now)"
373 ${SSHKEYGEN} -vvv -Y find-principals -s $sigfile \
375 fail "failed find-principals for $t with expired key"
387 # find-principals
388 trace "$tid: key type $t find-principals cert good CA"
389 ${SSHKEYGEN} -vvv -Y find-principals -s $sigfile \
392 fail "failed find-principals for $t with ca key"
395 trace "$tid: key type $t find-principals cert good wildcard CA"
398 # find-principals CA with wildcard principal
399 ${SSHKEYGEN} -vvv -Y find-principals -s $sigfile \
403 fail "failed find-principals for $t with ca key using wildcard principal"