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 missing cipher suites #104

Closed aditya-a-patil closed 7 years ago

aditya-a-patil commented 7 years ago

Added DHE_RSA_WITH_AES_128_CBC_SHA256, DHE_RSA_WITH_AES_256_CBC_SHA256, RSA_WITH_AES_128_CBC_SHA256, RSA_WITH_AES_256_CBC_SHA256 to TLSSecurityParameters() #103

tintinweb commented 7 years ago

Hi @aditya-a-patil,

Good catch with the wrong keylen on ECDHE_RSA_WITH_AES_256_CBC_SHA384 and thanks for taking the time to add the missing ciphersuites!

cheers, tin