Name

otrl_context_set_trust — Set the trust level for a given Fingerprint

Synopsis

otrl_context_set_trust(fprint,  
 trust); 
Fingerprint fprint;
string trust;
 

Description

Set the trust level for fprint to trust. The trust level is usually "verified" when the fingerprint was verified by hand, "smp" when the SMP protocol was used or "" (an empty string) when it is not trusted.