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

Added support for most RSA compatible ciphers #10

Closed alexmgr closed 9 years ago

alexmgr commented 9 years ago

I refactored this layer quite heavily to allow easy support for all cipher and compression methods. I also tried to group all necessary parameters inside the TLSSessionCtx as you started. The plan is never to use individual parameters, but just pass handles to TLSSessionCtx to functions, which can then do encryption/compression/... transparently.

I don't think this conflicts too much with the tlsfinished branch, and should be able to integrate fairly nicely pending a bit of refactoring of the function definitions.

tintinweb commented 9 years ago

excellent, thanks! :+1: