xvzcf / tls-interop-runner

Interoperability testing of TLS implementations.
Other
10 stars 13 forks source link

An ns-3 simulated network now sits between endpoints. #15

Closed xvzcf closed 3 years ago

xvzcf commented 3 years ago

The plan next is to add packet decryption and log capturing functionality. I'll refactor this over the course of that work.

xvzcf commented 3 years ago

I agree that setup.sh should be de-duplicated. It's on the TODO list, I'm trying to figure out if I can specify a gateway in the docker-compose file and/or possibly apply some additional settings just to the ns-3 network image.

cjpatton commented 3 years ago

I agree that setup.sh should be de-duplicated. It's on the TODO list, I'm trying to figure out if I can specify a gateway in the docker-compose file and/or possibly apply some additional settings just to the ns-3 network image.

I'm out of my depth, so I'll leave you to it :) Although I'm sure it would be helpful for others to add "TODO(xvzcf)" comments in the code in places where you intend to fix things / make improvements.

xvzcf commented 3 years ago

I'm out of my depth, so I'll leave you to it :) Although I'm sure it would be helpful for others to add "TODO(xvzcf)" comments in the code in places where you intend to fix things / make improvements.

Good point, will do.