tintinweb / scapy-ssl_tls

SSL/TLS layers for scapy the interactive packet manipulation tool
GNU General Public License v2.0
419 stars 156 forks source link

changed "algorithms" to "algs" in SignatureExt #110

Closed bestrocker221 closed 6 years ago

bestrocker221 commented 7 years ago

changed TLSExtSignatureAndHashAlgorithm to search for "algs" attribute.

it gave me Attribute error: algorithms

now it works with release 1.2.3 and scapy 2.3.2

tintinweb commented 6 years ago

cherry-picked from https://github.com/tintinweb/scapy-ssl_tls/commit/c3c947aebdda563342ce6650f84f6fe92de2358f; released as 1.2.3.3 see (#109). Thanks!