nskinkel / oppy

A Tor client (onion proxy) implementation in Python
BSD 3-Clause "New" or "Revised" License
24 stars 3 forks source link

Validate types used in crypto.ntorhandshake.py #36

Closed nskinkel closed 9 years ago

nskinkel commented 9 years ago

We need to make sure we're using correct types for every piece of input. We should do this as a group and do a collective sanity check to avoid hours of hellish debugging this weekend.

What we need:

If we have time, we should also look into AES-128 in CTR mode using PyCrypto.

nskinkel commented 9 years ago

So we never did get this list, but I've gotten it working in code, so I'm going to go ahead and close this. Further documentation can be found with the code.