Lines Matching full:trusted
75 mkdir -p ${DESTDIR}${DISTBASE}/usr/share/certs/trusted
89 :>trusted.expect
94 trusted() { function
97 printf "%s\t%s\n" "${filename}" "${crtname}" >>trusted.expect
108 mv ${crtname}.crt ${DESTDIR}${DISTBASE}/usr/share/certs/trusted
109 trusted "${crtname}" "${hash}.0"
114 mv ${crtname}.crt ${DESTDIR}${DISTBASE}/usr/share/certs/trusted
115 trusted "${crtname}" "${hash}.${c}"
122 trusted "${crtname}" "${hash}.0"
131 unset -f trusted
190 # Verify non-colliding trusted certificates
191 (set1; set2) >trusted
194 done <trusted
196 # Verify colliding trusted certificates
227 atf_check -o save:trusted.out certctl list
228 sortfile trusted.out
234 trusted.expect trusted.out
271 crtfile=usr/share/certs/trusted/${crtname}.crt