mami-project / mplane-sdk

mPlane protocol software development kit
1 stars 0 forks source link

Replace PKI and tls.py #10

Open britram opened 8 years ago

britram commented 8 years ago

Look into ways to build a PKI (e.g. OpenVPN?) from a declaration about the mPlane infrastructure to protect.

britram commented 8 years ago

Someone has probably done this. Find them and bring them to me.

britram commented 8 years ago

tls.py should use actual certificates.

irl commented 8 years ago

@britram https://github.com/OpenVPN/easy-rsa - does this link remove the question tag? if so, the PKI directory can be replaced with some documentation on using easy-rsa to manage certs.

britram commented 8 years ago

Let's assume easy-rsa is the way to go here.

britram commented 8 years ago

I've marked up tls.py with comments on each function on TlsState in c74696110645dd4b0aacefdfbb669e80ad5f23e9. Summary: we need

Tip everything else in tls.py into the bin. :)