python - Getting Error "NameError: name 'TLSExtSupportedGroup' is not defined" while executing the program -
i trying execute program full_rsa_connection_with_application_data.py
given here. however, dont know why getting following error
traceback (most recent call last): file "full_rsa_connection_with_application_data.py", line 21, in <module> extensions = [tlsextension() / tlsextecpointsformat(),tlsextension()/ tlsextsupportedgroup()] nameerror: name 'tlsextsupportedgroup' not defined
how can proceed further?
with pip install installing code of release 1.2.3.2 should try example instead:
the example linked there working master branch @ has classes release hasnt tlsextsupportedgroup
Comments
Post a Comment