mlswg / mls-implementations

Coordination of implementation and interop specific details
113 stars 14 forks source link

Join-by-Welcome active tests and supporting API/logic #132

Closed bifurcation closed 1 year ago

bifurcation commented 1 year ago

This PR adds a config file welcome_join.json that covers join-by-welcome cases. It also adds some gRPC mechanism that is necessary to generate the required cases:

I have verified that this works with my working branch of MLSpp, in the sense that (a) MLSpp interoperates with itself via gRPC, and (b) the generated passive test vector passes.

Depends on #128, should probably not be reviewed until that is merged and this PR is rebased.

mulmarta commented 1 year ago

I verified that it works between Wickr and MLSpp.