dpkt icon indicating copy to clipboard operation
dpkt copied to clipboard

PATCH: better SSL3/TLS support, extended ssl.py

Open kbandla opened this issue 9 years ago • 0 comments

From [email protected] on April 30, 2011 05:53:12

I had to work on SSL/TLS and would like to contribute my changes to the SSL parsing code back to dpkt. It parses SSL handshake and alert protocol. The code makes (very little) use of M2Crypto and sslmap's database of SSL/TLS ciphersuites, but should work without them, too. Please review it (I don't know what your design goals are). I would be happy if the code makes it into stable releases.

Attachment: ssl.py

Original issue: http://code.google.com/p/dpkt/issues/detail?id=73

kbandla avatar Jun 04 '15 01:06 kbandla