Closed willscott closed 7 years ago
Is this ready for review or are we waiting for a part 2 of 2?
the trust domains in client.conf should probably also get hex treatment rather than the go json encoder default treatment of array of bytes.
That's on my list to do with #7 - having the connection between the client and frontend be over TLS with a pinned server cert.
which is to say. this one is ready for review.
addressed comments
added an Equal
method. go convention is that this is of the form libtalek.Equal(a, b *Handle)
, not handle.Equal(other)
. aliasing rules also mean we only get one of those per package, so i went with handle rather than topic.
:+1:
one of two parts of #66