vertex icon indicating copy to clipboard operation
vertex copied to clipboard

Vertex is a generalized, secure, peer-to-peer communications platform; formerly of the divmod.org project (https://code.launchpad.net/divmod.org/)

Results 19 vertex issues
Sort by recently updated
recently updated
newest added

We should write a test that enforces the idea of vertex agents before implementing them so that we can ensure our code is happy and well tested.

glyph did not know things about cryptographic security when he wrote this

As a first step we should just get rid of `gvertix` and `gtk2hack`. We should replace it with [Toga](https://github.com/pybee/toga) later.

Right now they don't have `basicConstraints` at _all_, which is apparently the same as ca=true. Related: #18

somebody should be [`registerProducer`](https://twistedmatrix.com/documents/16.6.0/api/twisted.internet.interfaces.IConsumer.html#registerProducer)-ing on somebody in there

First and foremost: writing applications that use Vertex should be easy from any language, not just Python. This means we need to make it reusable across different languages, which means...

To protect sensitive information from other applications, the vertex agent app should really only decrypt it in memory; it should be encrypted on disk. This depends on #40