NAME
mxgg.pl - Sample MatrixSSL client which grabs the google.com https home page
SYNOPSIS
perl mxpp.pl
DESCRIPTION
"Opens" MatrixSSL
Opens a socket to google
Establishes SSL session
Issues an HTTP "GET /"
Reads response
exits.
BUGS
doesn't check certificate validity
lots of stuff is hard-coded.
ignores return codes mostly.