google / nogotofail

An on-path blackbox network traffic security testing tool
Apache License 2.0
2.94k stars 418 forks source link

Add tls parsing support for Certificate message #83

Closed chadbrubaker closed 9 years ago

chadbrubaker commented 9 years ago

Adds Certificate class for creating and reading Certificate Handshake records.

This is useful for creating fake certificates and sending them to clients since we can't use openssl for invalid certs or certs we don't have the key to(openssl rejects these :()