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

Fixes AttributeError in TLSSecurityParameters and adds a utility function for bundled pem files. #32

Closed tintinweb closed 9 years ago

tintinweb commented 9 years ago
buildhive commented 9 years ago

tintin » scapy-ssl_tls #99 SUCCESS This pull request looks good (what's this?)

tintinweb commented 9 years ago

will rebase and merge this on top of #33.

tintinweb commented 9 years ago

my bad you're right. I've reverted that change therfore this pull request is only about the AttributeError and the PEM handling. thanks for catching this.

buildhive commented 9 years ago

tintin » scapy-ssl_tls #105 SUCCESS This pull request looks good (what's this?)

alexmgr commented 9 years ago

No worries. I'm glad to know that your sanity checking the stuff I'm putting in also. We're bound to make mistakes in covering such a large range of specs.