Commit Graph

5 Commits

Author SHA1 Message Date
lilia
f308236941 Fix tests
Update in-memory storage implementation to parse full address strings in
saveIdentity. Update usage of saveIdentity, passing in the full address string.
2017-07-02 16:12:07 -10:00
lilia
ee00f080f4 Resolve true if saveIdentity overwrote a key
Reflect whether a saveIdentity operation reflects a replacement of an existing
key or not. The return value can be used by the caller to decide whether they
should clear sessions for the recipient.
2017-05-26 14:26:35 -07:00
lilia
63d2536263 Support for directional trust
Pass in a direction to isTrusted, based on constants defined by the storage
implementation. These values allow the trust store to determine whether a given
key is trusted, given the directional context.
2017-05-26 14:23:38 -07:00
lilia
3c0d6dc24b Normalize whitespace 2017-03-05 20:36:26 -08:00
lilia
bfdf169ad2 Version 1.0.0 2016-06-14 17:36:31 -07:00