New Release 2.2.2 is out now.
There are 2 new commands:
* _SSL:TRACE
This command turns on SSL message tracing: All SSL messages are visible
and the commands _EXPECT/_MATCH/_GREP do work in the namespace "." and
"headers"
Example:
CLIENT
_SSL:TRACE
_REQ foo.bar.ch SSL:443
__GET / HTTP/1.1
__Host: foo.bar.ch
__
_EXPECT headers "ClientHello"
_WAIT
...
END
* _SSL:SET_CIPHER_SUITE
See here how to build a cipher suite list string:
http://www.openssl.org/docs/apps/ciphers.html#CIPHER_LIST_FORMAT
Have fun
|