Searched refs:UTFILE (Results 1 – 1 of 1) sorted by relevance
256 local UTFILE260 for UTFILE in "$@"; do261 info "Adding $UTFILE to untrusted list"262 create_untrusted "$UTFILE"268 local UTFILE untrustedhash certhash hash271 for UTFILE in "$@"; do272 if [ -s "$UTFILE" ] ; then273 hash=$(do_hash "$UTFILE")274 certhash=$(openssl x509 -sha1 -in "$UTFILE" -noout -fingerprint)282 elif [ -e "$UNTRUSTDESTDIR/$UTFILE" ] ; the[all...]