Skip to content

Instantly share code, notes, and snippets.

View essiene's full-sized avatar

Essien Ita Essien essiene

View GitHub Profile
/* This is a Mono tool, for checking if an SSLv3
* certificate can be used for Server validation
* during an SSLv3 handshake
*
* Compile with:
* gmcs -r:Mono.Security certcheck.cs
*
* Usage:
* mono certcheck.exe /path/to/acertfile.cer
* */