From 8e1dd2465b7a25fa10bfc56d2e6cddd4144d488c Mon Sep 17 00:00:00 2001 From: Daniel Lenski Date: Tue, 7 Apr 2020 19:54:32 -0700 Subject: [PATCH] tested that Ubuntu 18.04's python3-asn1crypto version works (v0.24.0) Signed-off-by: Daniel Lenski --- trojans/tncc-emulate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trojans/tncc-emulate.py b/trojans/tncc-emulate.py index 90d9f536..3a732dc3 100755 --- a/trojans/tncc-emulate.py +++ b/trojans/tncc-emulate.py @@ -21,7 +21,7 @@ # Required modules: # - Mechanize (https://pypi.org/project/mechanize). Tested with v0.4.5 # - For client certificate support and server certificate validation, asn1crypto -# is required (https://github.com/wbond/asn1crypto). Tested with v1.3.0 +# is required (https://github.com/wbond/asn1crypto). Tested with v0.24.0 and v1.3.0 # - For autodetection of network interfaces' hardware/MAC addresses, # netifaces is required (https://pypi.org/project/netifaces). Tested with v0.10.9 # -- 2.50.1