]> www.infradead.org Git - users/dwmw2/openconnect.git/commitdiff
tested that Ubuntu 18.04's python3-asn1crypto version works (v0.24.0)
authorDaniel Lenski <dlenski@gmail.com>
Wed, 8 Apr 2020 02:54:32 +0000 (19:54 -0700)
committerDaniel Lenski <dlenski@gmail.com>
Wed, 8 Apr 2020 03:55:08 +0000 (20:55 -0700)
Signed-off-by: Daniel Lenski <dlenski@gmail.com>
trojans/tncc-emulate.py

index 90d9f5368d088755bee314c18a0ea1fb03f8abdf..3a732dc3b3c99f19002dadf0d26d18ec1f6a16ac 100755 (executable)
@@ -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
 #