# File lib/openid/trustroot.rb, line 47 def TrustRoot.check_sanity(trust_root) tr = TrustRoot.parse(trust_root) return false if tr.nil? return tr.sane? end